| .. |
|
lv2
|
Minor warning fixes
|
2020-03-23 21:37:37 +03:00 |
|
Modules
|
liblv2 HLE: Fix sys_lwmutex_lock assertation
|
2020-03-23 21:37:37 +03:00 |
|
Common.h
|
Add missing #includes to header files
|
2019-06-25 17:11:10 +03:00 |
|
ErrorCodes.h
|
Random space fixes
|
2019-10-14 19:42:35 +03:00 |
|
MFC.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
MFC.h
|
Add missing #includes to header files
|
2019-06-25 17:11:10 +03:00 |
|
PPCDisAsm.h
|
PPU Disasm: Fix branches spacing
|
2020-03-14 16:12:18 +03:00 |
|
PPUAnalyser.cpp
|
Disable exception handling.
|
2020-03-12 16:03:08 +03:00 |
|
PPUAnalyser.h
|
Fix signed-unsigned comparisons and mark warning as error (part 2).
|
2020-02-19 22:54:58 +03:00 |
|
PPUCallback.h
|
Increases stack allocation for callbacks.
|
2018-11-12 15:09:26 +03:00 |
|
PPUDisAsm.cpp
|
PPU Disasm: Fix non-link extended BCCTR forms
|
2020-03-14 19:26:22 +02:00 |
|
PPUDisAsm.h
|
PPU Disasm: Fix branches spacing
|
2020-03-14 16:12:18 +03:00 |
|
PPUFunction.cpp
|
Apply some Clang-Tidy fixes
|
2020-02-27 00:38:55 +03:00 |
|
PPUFunction.h
|
Memoize and print r3-r6 under Current function in the ppu_thread::dump()
|
2020-03-22 14:13:52 +03:00 |
|
PPUInterpreter.cpp
|
PPU Precise: Fix FMADDS, FMSUBS, FNMSUBS, FNMADDS
|
2020-03-21 16:32:09 +03:00 |
|
PPUInterpreter.h
|
PPU Precise: Fix fused float ops misaccuracy by using fma
|
2019-10-20 20:58:31 +03:00 |
|
PPUModule.cpp
|
Try to use designated initializers
|
2020-03-06 09:42:49 +03:00 |
|
PPUModule.h
|
hle: cellAuthDialog
|
2020-02-22 16:03:14 +03:00 |
|
PPUOpcodes.h
|
Avoid shifting by greater/equal than max bits values in ppu_rotate_mask
|
2019-12-22 04:35:57 +03:00 |
|
PPUThread.cpp
|
Memoize and print r3-r6 under Current function in the ppu_thread::dump()
|
2020-03-22 14:13:52 +03:00 |
|
PPUThread.h
|
Memoize and print r3-r6 under Current function in the ppu_thread::dump()
|
2020-03-22 14:13:52 +03:00 |
|
PPUTranslator.cpp
|
Workaround for VS 16.5
|
2020-03-23 14:48:49 +03:00 |
|
PPUTranslator.h
|
Remove unnecessary header includes
|
2019-06-25 17:11:10 +03:00 |
|
RawSPUThread.cpp
|
RawSPU: fix race condition in RunCntl stop request
|
2020-02-29 21:54:54 +03:00 |
|
RawSPUThread.h
|
Migration to named_thread<>
|
2018-10-19 22:22:35 +03:00 |
|
SPUAnalyser.cpp
|
Implement spu_iname helper
|
2018-07-06 00:33:52 +03:00 |
|
SPUAnalyser.h
|
Add missing #includes to header files
|
2019-06-25 17:11:10 +03:00 |
|
SPUASMJITRecompiler.cpp
|
Explicitly rename has_512 into has_avx512 (#7751)
|
2020-03-10 19:21:00 +03:00 |
|
SPUASMJITRecompiler.h
|
SPU: internal refactoring, add spu_program
|
2019-11-26 00:01:38 +03:00 |
|
SPUDisAsm.cpp
|
C-style cast cleanup II
|
2019-11-30 18:17:45 +03:00 |
|
SPUDisAsm.h
|
PPU Disasm: Fix branches spacing
|
2020-03-14 16:12:18 +03:00 |
|
SPUInterpreter.cpp
|
Fix warnings in emucore
|
2020-03-04 21:23:34 +03:00 |
|
SPUInterpreter.h
|
Migration to named_thread<>
|
2018-10-19 22:22:35 +03:00 |
|
SPUOpcodes.h
|
spu disasm: Show interrupts status modifiers on indirect branches
|
2019-10-16 00:50:58 +03:00 |
|
SPURecompiler.cpp
|
Disable exception handling.
|
2020-03-12 16:03:08 +03:00 |
|
SPURecompiler.h
|
SPU: internal refactoring, add spu_program
|
2019-11-26 00:01:38 +03:00 |
|
SPUThread.cpp
|
SPU: Copy with memcpy() instead of hand-rolled SSE2
|
2020-03-22 15:51:03 +03:00 |
|
SPUThread.h
|
RawSPU: fix race condition in RunCntl stop request
|
2020-02-29 21:54:54 +03:00 |