Change: Virtual keyboard should not be enabled by default unless we use XBOX.
This commit is contained in:
@@ -340,9 +340,10 @@ void PrefsManager::Init()
|
|||||||
m_sMemoryCardProfileSubdir = PRODUCT_NAME;
|
m_sMemoryCardProfileSubdir = PRODUCT_NAME;
|
||||||
m_iProductID = 1;
|
m_iProductID = 1;
|
||||||
|
|
||||||
m_bEnableVirtualKeyboard = true;
|
m_bEnableVirtualKeyboard = false;
|
||||||
|
|
||||||
#if defined(XBOX)
|
#if defined(XBOX)
|
||||||
|
m_bEnableVirtualKeyboard = true;
|
||||||
m_bEnableVirtualMemory = true;
|
m_bEnableVirtualMemory = true;
|
||||||
m_iPageFileSize = 384;
|
m_iPageFileSize = 384;
|
||||||
m_iPageSize = 16;
|
m_iPageSize = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user