ppsspp/Core
2017-11-30 18:24:26 +01:00
..
Debugger Switch strncpy to truncate_cpy in a bunch of places. 2017-05-26 19:04:08 +02:00
Dialog Merge pull request #10014 from unknownbrackets/gamedata-state 2017-10-15 10:41:19 +02:00
ELF Remove Globals.h 2017-08-31 17:15:22 +02:00
FileLoaders Remove Globals.h 2017-08-31 17:15:22 +02:00
FileSystems Remove Globals.h 2017-08-31 17:15:22 +02:00
Font Font: Draw nothing for chars before first glyph. 2016-08-27 09:41:01 -07:00
HLE Crash reports from 5% rollout of 1.5: Make some asserts dbg_asserts for now, try to fix an issue with framebuffers when postproc is enabled. 2017-11-29 18:53:52 +01:00
HW Linux buildfix 2017-08-31 17:58:31 +02:00
MIPS Can't call functions through known-nil pointers, even if they don't touch local data - LLVM's optimizer might have done something stupid. 2017-11-30 01:07:03 +01:00
Util Avoid wrapping when shifting down the audio after scaling by a 20-bit value. Fixes #9967 2017-11-30 18:24:26 +01:00
AVIDump.cpp Fix Memory Leak :D 2017-11-14 10:17:20 +01:00
AVIDump.h Fix Symbian Builds 2016-09-04 12:52:14 -04:00
Compatibility.cpp Workarounds for issue with "accurate depth". See #9545, #10087 2017-11-21 12:11:05 +01:00
Compatibility.h Workarounds for issue with "accurate depth". See #9545, #10087 2017-11-21 12:11:05 +01:00
Config.cpp Coldbird's up and running again, restore the proAdhoc default. See issue #9984 2017-11-27 17:32:45 +01:00
Config.h Add a hidden debug option [Graphics]GfxDebugSplitSubmit to try to narrow down some Vulkan issues, see #10163. Also improve some asserts. 2017-11-22 10:47:04 +01:00
Core.cpp Avoid double-initializing the Vulkan backbuffer on startup. 2017-11-10 13:13:56 +01:00
Core.h Remove legacy InputState. 2017-03-14 22:07:07 -07:00
Core.vcxproj Add and update some comments. 2017-11-01 08:42:49 +01:00
Core.vcxproj.filters Integrate sceUsbGps and sceUsbCam with Android 2017-08-27 17:19:11 +03:00
CoreParameter.h Switch another enum to enum class 2017-03-02 12:36:54 +01:00
CoreTiming.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
CoreTiming.h Clean up various files 2016-09-03 19:23:17 -04:00
CwCheat.cpp Add some comments. 2017-11-30 07:51:15 +01:00
CwCheat.h Cheats: Split parsing and execution. 2017-11-07 19:51:32 -08:00
HDRemaster.cpp Enable extra ram for The Elder Scrolls Travels Oblivion USA Beta and Melodie - alpha 2016-06-14 15:42:54 +08:00
HDRemaster.h Identify remasters based on UMD_DATA hash. 2015-12-28 14:13:05 -08:00
Host.cpp Windows: Initialize WindowsHost in EmuThread. 2017-05-05 06:53:48 -07:00
Host.h Windows: Use system API to toggle fullscreen. 2017-07-30 07:51:53 -07:00
Loaders.cpp GE Debugger: Simple framework to load dumps. 2017-06-03 15:29:11 -07:00
Loaders.h Add a note about thread-safety req in FileLoader 2017-06-24 21:10:20 +03:00
MemMap.cpp UWP: Save memory by only committing the ranges we need, instead of doing a giant allocation. 2017-03-23 10:02:29 +01:00
MemMap.h Remove Globals.h 2017-08-31 17:15:22 +02:00
MemMapFunctions.cpp Switch another enum to enum class 2017-03-02 12:36:54 +01:00
MemMapHelpers.h Fix some GCC compiler warnings about potentially uninitialized variables (compilers are getting too clever..) 2015-06-14 11:32:13 +02:00
Opcode.h
PSPLoaders.cpp Core: Set cwd for non-ms0:/ games on boot. 2017-06-07 18:52:46 -07:00
PSPLoaders.h GE Debugger: Simple framework to load dumps. 2017-06-03 15:29:11 -07:00
Reporting.cpp Core: report Debian GNU/kFreeBSD separately 2017-11-24 14:46:07 +00:00
Reporting.h Show feedback when the compatibility is submitted. 2016-07-04 12:12:40 -07:00
SaveState.cpp Requested changes. 2017-11-14 06:33:49 +01:00
SaveState.h c++11: Remove compat header base/functional.h 2016-10-12 11:32:45 +02:00
Screenshot.cpp Clean up among the logs. Remove MASTER_LOG. 2017-03-06 13:10:23 +01:00
Screenshot.h Minor typo fixes. 2017-03-18 11:51:05 -07:00
System.cpp Count readbacks in a frame and show in GPU debug stats. 2017-11-08 11:57:53 +01:00
System.h Count readbacks in a frame and show in GPU debug stats. 2017-11-08 11:57:53 +01:00
TextureReplacer.cpp Global: Fix some warnings. 2017-11-25 14:08:49 -08:00
TextureReplacer.h Add reduceHash option, to hash 50% of texture when it's otherwise unreliable. 2017-05-07 21:12:26 +02:00
ThreadEventQueue.h Big mutex overhaul - remove our custom ones, make them non-recursive where possible 2017-02-28 11:40:29 +01:00
WaveFile.cpp Fix Symbian Builds 2016-09-04 12:52:14 -04:00
WaveFile.h Fix Symbian Builds 2016-09-04 12:52:14 -04:00
x360_compat.h