forked from cafeberry/cafeberry
add kbm support
This commit is contained in:
@@ -67,7 +67,7 @@ UIScene_FullscreenProgress::UIScene_FullscreenProgress(int iPad, void *initData,
|
||||
thread->Run();
|
||||
threadStarted = true;
|
||||
|
||||
#ifdef __PSVITA__
|
||||
#if defined(__PSVITA__) || defined(_WINDOWS64)
|
||||
ui.TouchBoxRebuild(this);
|
||||
#endif
|
||||
|
||||
@@ -200,7 +200,7 @@ void UIScene_FullscreenProgress::tick()
|
||||
m_threadCompleted = true;
|
||||
m_buttonConfirm.setVisible( true );
|
||||
// 4J-TomK - rebuild touch after confirm button made visible again
|
||||
#ifdef __PSVITA__
|
||||
#if defined(__PSVITA__) || defined(_WINDOWS64)
|
||||
ui.TouchBoxRebuild(this);
|
||||
#endif
|
||||
updateTooltips();
|
||||
|
||||
Reference in New Issue
Block a user