Restore and fix old fullscreen code

This commit is contained in:
2015-11-04 20:31:30 -08:00
parent aac3d2b7cd
commit 327a9dad58
2 changed files with 11 additions and 67 deletions

View File

@@ -25,6 +25,7 @@ class DolphinSmashAdapterCallback : public IDolphinSmashAdapterCallback
{
printf("CONTROLLER %u UPDATE %d %d\n", idx, state.m_leftStick[0], state.m_leftStick[1]);
printf(" %d %d\n", state.m_rightStick[0], state.m_rightStick[1]);
printf(" %d %d\n", state.m_analogTriggers[0], state.m_analogTriggers[1]);
}
};