mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinWX: Clean up brace placements
This commit is contained in:
@ -111,7 +111,8 @@ CFrame* main_frame = nullptr;
|
||||
#ifdef WIN32
|
||||
//Has no error handling.
|
||||
//I think that if an error occurs here there's no way to handle it anyway.
|
||||
LONG WINAPI MyUnhandledExceptionFilter(LPEXCEPTION_POINTERS e) {
|
||||
LONG WINAPI MyUnhandledExceptionFilter(LPEXCEPTION_POINTERS e)
|
||||
{
|
||||
//EnterCriticalSection(&g_uefcs);
|
||||
|
||||
File::IOFile file("exceptioninfo.txt", "a");
|
||||
|
Reference in New Issue
Block a user