mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Defend against bad parameters for HLE_Printf, early out in symboldb, misc
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@520 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b0aaac3890
commit
7a8d4a1987
4 changed files with 11 additions and 4 deletions
|
@ -110,7 +110,6 @@ BOOL APIENTRY DllMain(HINSTANCE hinstDLL, // DLL module handle
|
|||
break;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
CloseConsole();
|
||||
wxEntryCleanup(); //use wxUninitialize() if you don't want GUI
|
||||
break;
|
||||
default:
|
||||
|
@ -265,6 +264,7 @@ void SendReportCoreAccelIr12() {
|
|||
pReport->a.x = 0x81;
|
||||
pReport->a.y = 0x78;
|
||||
pReport->a.z = 0xD9;
|
||||
|
||||
pReport->ir[0].x = 320 & 0xFF;
|
||||
pReport->ir[0].y = 240;
|
||||
pReport->ir[0].size = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue