mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
random small fixes - fix debug builds, dump ucodes on PAD_BUTTON_X, get rid of a never-closed FILE*
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3959 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -631,7 +631,7 @@ int main()
|
||||
#ifdef HW_RVL
|
||||
// Probably could offer to save to sd gecko or something on gc...
|
||||
// The future is web-based reporting ;)
|
||||
if (WPAD_ButtonsDown(0) & WPAD_BUTTON_2)
|
||||
if ((WPAD_ButtonsDown(0) & WPAD_BUTTON_2) || (PAD_ButtonsDown(0) & PAD_BUTTON_X))
|
||||
{
|
||||
dump_all_ucodes();
|
||||
}
|
||||
|
Reference in New Issue
Block a user