mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Added some TODO notes to Main.cpp
This commit is contained in:
parent
47253d8398
commit
3022e418c7
|
@ -24,6 +24,23 @@
|
|||
*
|
||||
* Main program driver for the SDL port.
|
||||
*
|
||||
* Bugs and Issues to Address
|
||||
* --------------------------
|
||||
* - -gfx-state crashes when ENABLE_DEBUGGER is also enabled:
|
||||
*
|
||||
* #0 0x00007ff6586392a0 in CSoundBoard::GetDSB (this=0x1128) at Src/Model3/SoundBoard.cpp:552
|
||||
* #1 0x00007ff6587072cf in Debugger::CSupermodelDebugger::CreateDSBCPUDebug (model3=0x0) at Src/Debugger/SupermodelDebugger.cpp:269
|
||||
* #2 0x00007ff6587076e9 in Debugger::CSupermodelDebugger::AddCPUs (this=0x185da75df40) at Src/Debugger/SupermodelDebugger.cpp:361
|
||||
* #3 0x00007ff6586f91a6 in Debugger::CDebugger::Attach (this=0x185da75df40) at Src/Debugger/Debugger.cpp:263
|
||||
* #4 0x00007ff658705312 in Debugger::CConsoleDebugger::Attach (this=0x185da75df40) at Src/Debugger/ConsoleDebugger.cpp:2707
|
||||
* #5 0x00007ff65862c6fc in Supermodel (game=..., rom_set=0x6cc8dff0e0, Model3=0x185da7598d0, Inputs=0x185da752590, Outputs=0x0, Debugger=std::shared_ptr<Debugger::CDebugger> (use count 3, weak count 0) = {...})
|
||||
* at Src/OSD/SDL/Main.cpp:978
|
||||
* #6 0x00007ff658634ba3 in SDL_main (argc=3, argv=0x185da4e68a0) at Src/OSD/SDL/Main.cpp:2056
|
||||
* #7 0x00007ff658720141 in main_getcmdline ()
|
||||
* #8 0x00007ff6585b13b1 in __tmainCRTStartup () at C:/M/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:321
|
||||
* #9 0x00007ff6585b14e6 in mainCRTStartup () at C:/M/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:202
|
||||
* - Need to address all the stale TO-DOs below and clear them out :)
|
||||
*
|
||||
* To Do Before Next Release
|
||||
* -------------------------
|
||||
* - Thoroughly test config system (do overrides work as expected? XInput
|
||||
|
|
Loading…
Reference in a new issue