Append to previous 2nd commit
This commit is contained in:
parent
ead81d785c
commit
6e7102eb0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue