PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 31: Line 31:
<source lang="cpp">
<source lang="cpp">
InitCPUTicks();
InitCPUTicks();
</source>
Misc. windows performance benchmarking, defined [https://github.com/PCSX2/pcsx2/blob/e726f82344fa4e8c2e9d7be99364dbac35429499/common/src/Utilities/Windows/WinMisc.cpp here].
<source lang="cpp">
pxDoAssert = AppDoAssert;
pxDoOutOfMemory = SysOutOfMemory_EmergencyResponse;
</source>
</source>
Misc. windows performance benchmarking, defined [https://github.com/PCSX2/pcsx2/blob/e726f82344fa4e8c2e9d7be99364dbac35429499/common/src/Utilities/Windows/WinMisc.cpp here].
Misc. windows performance benchmarking, defined [https://github.com/PCSX2/pcsx2/blob/e726f82344fa4e8c2e9d7be99364dbac35429499/common/src/Utilities/Windows/WinMisc.cpp here].
ninja
782

edits