.. |
Debugger
|
Debugger: Add memory.read_*, memory write_*
|
2020-07-26 01:18:16 +03:00 |
Dialog
|
Merge branch 'ppge-scroll' of https://github.com/unknownbrackets/ppsspp into unknownbrackets-ppge-scroll
|
2020-07-19 14:09:24 +02:00 |
ELF
|
Add some excessive null checks to GameScreen::render(), might fix the crash seen in #13057
|
2020-06-29 22:47:34 +02:00 |
FileLoaders
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
|
2020-07-19 20:33:25 +02:00 |
FileSystems
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
|
2020-07-19 20:33:25 +02:00 |
Font
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
|
2020-07-19 20:33:25 +02:00 |
HLE
|
Merge pull request #13207 from ANR2ME/net_apctl_stub
|
2020-07-27 16:30:12 +02:00 |
HW
|
Formalize "core excpetions" as a concept
|
2020-07-12 15:25:21 +02:00 |
MIPS
|
Third part of getting rid of PanicAlert
|
2020-07-19 20:34:02 +02:00 |
Util
|
Do UPnP stuff on it's own thread to prevent causing stutters/lags during multiplayer game due to blocking socket behavior on miniUPnP
|
2020-07-23 12:41:13 +02:00 |
AVIDump.cpp
|
|
|
AVIDump.h
|
|
|
Compatibility.cpp
|
|
|
Compatibility.h
|
|
|
Config.cpp
|
Added an option to Disable Nagle Algorithm (Enable TCP No Delay)
|
2020-07-22 23:13:41 +02:00 |
Config.h
|
Added an option to Disable Nagle Algorithm (Enable TCP No Delay)
|
2020-07-22 23:13:41 +02:00 |
ConfigValues.h
|
Display: Allow unthrottle to skip only flipping.
|
2020-07-19 13:57:04 +02:00 |
Core.cpp
|
Crash: Show disassembly of the instruction causing the crash, and the symbol name.
|
2020-07-15 12:38:05 +02:00 |
Core.h
|
Crash: Show disassembly of the instruction causing the crash, and the symbol name.
|
2020-07-15 12:38:05 +02:00 |
Core.vcxproj
|
Debugger: Add memory.read_*, memory write_*
|
2020-07-26 01:18:16 +03:00 |
Core.vcxproj.filters
|
Debugger: Add memory.read_*, memory write_*
|
2020-07-26 01:18:16 +03:00 |
CoreParameter.h
|
|
|
CoreTiming.cpp
|
Third part of getting rid of PanicAlert
|
2020-07-19 20:34:02 +02:00 |
CoreTiming.h
|
|
|
CwCheat.cpp
|
Code style fix
|
2020-06-04 19:08:10 +02:00 |
CwCheat.h
|
Merge pull request #12816 from LunaMoo/XVibrationCheat
|
2020-04-17 10:50:44 +02:00 |
HDRemaster.cpp
|
|
|
HDRemaster.h
|
|
|
Host.cpp
|
|
|
Host.h
|
|
|
Instance.cpp
|
Another buildfix
|
2020-07-20 14:09:08 +02:00 |
Instance.h
|
Make the instance counter global and initialized at startup.
|
2020-07-20 11:40:54 +02:00 |
Loaders.cpp
|
Reduce use of multi-byte char switches.. saw this go wrong when stepping!?!
|
2020-07-27 16:55:05 +02:00 |
Loaders.h
|
|
|
MemFault.cpp
|
Fix a bug in crashhandler where we could end up disassembling far too much.
|
2020-07-19 17:23:21 +02:00 |
MemFault.h
|
Split the fault handling from MemMap.cpp to MemFault.cpp.
|
2020-07-15 12:12:57 +02:00 |
MemMap.cpp
|
Third part of getting rid of PanicAlert
|
2020-07-19 20:34:02 +02:00 |
MemMap.h
|
Prevent reporting a bad memory access just because Tekken creates a mutex with a null name.
|
2020-07-20 10:01:22 +02:00 |
MemMapFunctions.cpp
|
Some code reformatting/renaming
|
2020-07-12 15:25:21 +02:00 |
MemMapHelpers.h
|
|
|
Opcode.h
|
|
|
PSPLoaders.cpp
|
Merge pull request #12945 from unknownbrackets/io-timing
|
2020-07-13 13:37:53 +02:00 |
PSPLoaders.h
|
|
|
Replay.cpp
|
|
|
Replay.h
|
|
|
Reporting.cpp
|
|
|
Reporting.h
|
|
|
SaveState.cpp
|
Display the savestate slot number when saving and loading state through shortcuts.
|
2020-05-16 15:20:22 +02:00 |
SaveState.h
|
Display the savestate slot number when saving and loading state through shortcuts.
|
2020-05-16 15:20:22 +02:00 |
Screenshot.cpp
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
|
2020-07-19 20:33:25 +02:00 |
Screenshot.h
|
|
|
System.cpp
|
Third part of getting rid of PanicAlert
|
2020-07-19 20:34:02 +02:00 |
System.h
|
Draw a minimal crash dump on the emu screen after a caught crash.
|
2020-07-12 15:25:21 +02:00 |
TextureReplacer.cpp
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
|
2020-07-19 20:33:25 +02:00 |
TextureReplacer.h
|
Update TextureReplacer.h
|
2020-04-13 16:29:17 +02:00 |
ThreadEventQueue.h
|
Split CORE_ERROR into CORE_BOOT_ERROR and CORE_RUNTIME_ERROR
|
2020-07-12 15:25:20 +02:00 |
WaveFile.cpp
|
Step 2 of removing PanicAlert
|
2020-07-19 20:34:02 +02:00 |
WaveFile.h
|
|
|
WebServer.cpp
|
http: Fix thread join on enable/disable.
|
2020-04-22 21:18:39 -07:00 |
WebServer.h
|
|
|
x360_compat.h
|
|
|