dolphin/Source/Core/AudioCommon
nitsuja a81631b58e made savestates synchronous and immediate. this allows saving or loading while the emulator is paused, fixes issues where savestate hotkeys would get ignored if pressed too close together, might speed up savestates in some cases, and hopefully makes savestates more stable too.
the intent is to replace the haphazard scheduling and finger-crossing associated with saving/loading with the correct and minimal necessary wait for each thread to reach a known safe location before commencing the savestate operation, and for any already-paused components to not need to be resumed to do so.
2012-05-26 13:09:38 +10:00
..
Src made savestates synchronous and immediate. this allows saving or loading while the emulator is paused, fixes issues where savestate hotkeys would get ignored if pressed too close together, might speed up savestates in some cases, and hopefully makes savestates more stable too. 2012-05-26 13:09:38 +10:00
AudioCommon.vcxproj remove scons files from VS projects 2012-03-18 06:41:12 -07:00
AudioCommon.vcxproj.filters remove scons files from VS projects 2012-03-18 06:41:12 -07:00
CMakeLists.txt Compile with OpenAL support on OS X. 2011-12-05 05:49:08 +01:00