PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 40: Line 40:
pxDoOutOfMemory = SysOutOfMemory_EmergencyResponse;
pxDoOutOfMemory = SysOutOfMemory_EmergencyResponse;
</source>
</source>
Misc. windows performance benchmarking, defined [https://github.com/PCSX2/pcsx2/blob/e726f82344fa4e8c2e9d7be99364dbac35429499/common/src/Utilities/Windows/WinMisc.cpp here].
These are function pointers for the pxThread. Basically here we are saying that when something calls pxDoAssert, we will actually execute AppDoAssert, which is defined [https://github.com/PCSX2/pcsx2/blob/63ba78b6642b2cf617b4d7c9970a47b7038f492d/pcsx2/gui/AppAssert.cpp here].


==WxWidgets Frames==
==WxWidgets Frames==
ninja
782

edits