mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -04:00
Add timeline style profiler (#1312)
* small speedups to extractor * faster extraction * add profiler * spellin * guess at windows includes * windows nominmax garbage
This commit is contained in:
@@ -324,7 +324,6 @@ u32 exec_runtime(int argc, char** argv) {
|
||||
|
||||
// step 4: wait for EE to signal a shutdown. meanwhile, run video loop on main thread.
|
||||
// TODO relegate this to its own function
|
||||
// TODO also sync this up with how the game actually renders things (this is just a placeholder)
|
||||
if (enable_display) {
|
||||
Gfx::Loop([]() { return !MasterExit; });
|
||||
Gfx::Exit();
|
||||
|
||||
Reference in New Issue
Block a user