rpcsx/rpcs3/Emu
Nekotekina 8abe6489ed Mega-cleanup for atomic_t<> and named bit-sets bs_t<>
Remove "atomic operator" classes
Remove test, test_and_set, test_and_reset, test_and_complement global functions
Simplify atomic_t<> with constexpr if, remove some garbage
Redesign bs_t<> to use class, mark its methods constexpr
Implement atomic_bs_t<> for optimizations
Remove unused __bitwise_ops concept (should be in other header anyway)
Bitsets can now be tested via safe bool conversion
2018-09-03 21:40:36 +03:00
..
Audio Add a channel map to the PA backend to fix surround sound (#4911) 2018-07-21 03:02:07 +04:00
Cell Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
CPU Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
Io basic mouse handler: multi monitor adjustments 2018-08-13 22:23:22 +02:00
Memory Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
RSX rsx: Fix FP temp register count 2018-09-03 21:39:18 +03:00
GameInfo.h Fill game list from all locations 2017-07-12 18:16:09 +03:00
IdManager.cpp Fix idm::init, fxm::init 2017-08-06 16:13:11 +03:00
IdManager.h Use std::void_t 2018-08-24 16:44:19 +03:00
IPC.h Fix ipc_manager::add 2017-08-29 21:26:31 +03:00
System.cpp Compilation fixes for Mingw64 (MSYS2) (#4899) 2018-08-29 14:27:10 +03:00
System.h Compilation fixes for Mingw64 (MSYS2) (#4899) 2018-08-29 14:27:10 +03:00
VFS.cpp Improve vfs::mount 2018-03-11 19:33:01 +03:00
VFS.h Improve vfs::mount 2018-03-11 19:33:01 +03:00