rpcsx/rpcs3/Emu
Eladash 1ee7b91646 Refactoring (#6143)
Prefer vm::ptr<>::ptr over vm::get_addr.
    Prefer vm::_ptr/base over vm::g_base_addr with offset.
    Added methods atomic_t<>::bts and atomic_t<>::btr .
    Removed obsolute rsx:🧵:Read/WriteIO32 methods.
    Removed wrong check in semaphore_release.
    Added handling for PUTRx commands for RawSPU MFC proxy.
    Prefer overloaded methods of v128 instead of _mm_... in VPKSHUS ppu interpreter precise.
    Fixed more potential overflows that may result in wrong behaviour.
    Added io/size alignment check for sys_rsx_context_iounmap.
    Added rsx::constants::local_mem_base which represents RSX local memory base address.
    Removed obsolute rsx:🧵:main_mem_addr/ioSize/ioAddress members.
2019-06-29 01:27:49 +03:00
..
Audio Add missing #includes to header files 2019-06-25 17:11:10 +03:00
Cell Refactoring (#6143) 2019-06-29 01:27:49 +03:00
CPU Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
Io Add missing #includes to header files 2019-06-25 17:11:10 +03:00
Memory Refactoring (#6143) 2019-06-29 01:27:49 +03:00
RSX Refactoring (#6143) 2019-06-29 01:27:49 +03:00
CMakeLists.txt CMake: Disable RTTI for jit.cpp on MSVC 2019-06-25 17:11:10 +03:00
GameInfo.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
IdManager.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
IdManager.h Qt: Add custom pad configs 2019-05-16 20:37:41 +02:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
System.cpp Fix warnings related to parentheses 2019-06-25 20:36:32 -07:00
System.h rsx: Asynchronous data transfer 2019-06-25 20:50:54 +03:00
VFS.cpp Implement vfs::host::unlink 2019-04-10 13:58:12 +03:00
VFS.h Implement vfs::host::unlink 2019-04-10 13:58:12 +03:00