Append to previous 2nd commit

This commit is contained in:
RadWolfie 2018-07-01 22:10:58 -05:00
parent ead81d785c
commit 6e7102eb0f
1 changed files with 0 additions and 13 deletions

View File

@ -569,12 +569,6 @@ void PrintCurrentConfigurationLog()
printf("LLE for JIT is %s\n", bLLE_JIT ? "enabled" : "disabled");
}
// Print current INPUT configuration
{
printf("--------------------------- INPUT CONFIG ---------------------------\n");
printf("Using %s\n", g_XInputEnabled ? "XInput" : "DirectInput");
}
// Print current video configuration (DirectX/HLE)
if (!bLLE_GPU) {
XBVideo XBVideoConf;
@ -1302,13 +1296,6 @@ __declspec(noreturn) void CxbxKrnlInit
bLLE_JIT = (CxbxLLE_Flags & LLE_JIT) > 0;
}
// Process XInput Enabled flag
{
int XInputEnabled;
g_EmuShared->GetXInputEnabled(&XInputEnabled);
g_XInputEnabled = !!XInputEnabled;
}
// Process Hacks
{
int HackEnabled = 0;