rpcsx/rpcs3/Emu/CPU
Nekotekina 04dedb17eb Disable exception handling.
Use -fno-exceptions in cmake.
On MSVC, enable _HAS_EXCEPTION=0.
Cleanup throw/catch from the source.
Create yaml.cpp enclave because it needs exception to work.
Disable thread_local optimizations in logs.cpp (TODO).
Implement cpu_counter for cpu_threads (moved globals).
2020-03-12 16:03:08 +03:00
..
CPUDisAsm.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
CPUThread.cpp Disable exception handling. 2020-03-12 16:03:08 +03:00
CPUThread.h Remove cancerous lf_value<> 2020-02-28 18:54:46 +03:00
CPUTranslator.cpp Fix warnings in emucore 2020-03-04 21:23:34 +03:00
CPUTranslator.h Move Log.h to util/logs.hpp 2020-03-07 12:29:23 +03:00