ppsspp/Core
Unknown W. Brackets ab809bd19e jit: Apply hasSetRounding at compile time.
Otherwise, the block will be executed with the wrong rounding mode the
first time rounding is set.  This could be important if it was set for a
single operation.

This is only a problem the first time it's set.
2018-04-01 10:36:16 -07:00
..
Debugger Debugger: Defer active symbol updates. 2017-12-26 18:11:22 -08:00
Dialog fix mingw and msvc cmake builds. 2018-03-23 03:18:13 +01:00
ELF Some log level changes. 2018-02-26 10:48:29 +01:00
FileLoaders Loaders: Depriorize disc streaming queue items. 2017-12-09 17:07:42 -08:00
FileSystems Win32 textdrawer: Fix rare crash affecting Patapon 2 in savedata manager. See 10764. 2018-03-23 10:27:08 +01:00
Font Font: Draw nothing for chars before first glyph. 2016-08-27 09:41:01 -07:00
HLE arm64jit: Update rounding mode on thread switch. 2018-04-01 10:12:32 -07:00
HW Enable FlushInstructionCache on UWP, it's been allowed finally. 2018-03-20 20:30:33 +01:00
MIPS jit: Apply hasSetRounding at compile time. 2018-04-01 10:36:16 -07: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 GE Debugger: Save with alpha for PNGs. 2017-12-21 23:47:49 -08:00
AVIDump.h Fix Symbian Builds 2016-09-04 12:52:14 -04:00
Compatibility.cpp Implement warning when trying to play Ghost of Sparta with a modified CPU clock, as suggested by unknownbrackets in #7411 2017-12-17 13:14:06 +01:00
Compatibility.h Implement warning when trying to play Ghost of Sparta with a modified CPU clock, as suggested by unknownbrackets in #7411 2017-12-17 13:14:06 +01:00
Config.cpp Android: Have haptic feedback ignore the global setting, but default to off. 2018-03-25 13:42:57 +02:00
Config.h SaveState: Keep an undo for each slot by default. 2018-03-17 23:18:25 -07:00
Core.cpp Minor code/logging cleanups. 2018-02-27 19:44:11 +01:00
Core.h Remove the old CPU threading remains, start redesigning interfaces. 2018-01-27 15:10:17 +01: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 Cheats: Fix a debug assertion. 2018-02-11 12:35:31 -08: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 UI: Reset touch controls after config load. 2017-12-09 14:11:39 -08:00
Loaders.cpp GE Debugger: Simple framework to load dumps. 2017-06-03 15:29:11 -07:00
Loaders.h Loaders: Depriorize disc streaming queue items. 2017-12-09 17:07:42 -08:00
MemMap.cpp Memory::Memset: IsValidRange is a better solution. 2017-11-30 23:18:20 +01:00
MemMap.h b.sh: Add a build option for address sanitizer. When enabled, we turn on some compatibility options to make it work right. 2018-01-31 14:29:23 +01: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 MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
PSPLoaders.cpp Fix the loading status. Prettify the loading screen by putting the status and spinner along the bottom edge. 2018-03-13 11:25:17 +01:00
PSPLoaders.h GE Debugger: Simple framework to load dumps. 2017-06-03 15:29:11 -07:00
Reporting.cpp UI: Remove auto-download options. 2017-12-25 11:20:26 -08:00
Reporting.h Fix annoying name clashes (Status is in X11 headers..) 2017-12-15 16:34:29 +01:00
SaveState.cpp SaveState: Show undos in save data manager. 2018-03-17 23:18:25 -07:00
SaveState.h SaveState: Keep an undo for each slot by default. 2018-03-17 23:18:25 -07:00
Screenshot.cpp GE Debugger: Save with alpha for PNGs. 2017-12-21 23:47:49 -08:00
Screenshot.h GE Debugger: Save with alpha for PNGs. 2017-12-21 23:47:49 -08:00
System.cpp Fix the loading status. Prettify the loading screen by putting the status and spinner along the bottom edge. 2018-03-13 11:25:17 +01:00
System.h UI: Show more detailed loading status. 2018-03-12 18:06:46 -07:00
TextureReplacer.cpp Don't leave "reduceHash_" uninitialized. Probably won't help #10796 though.. 2018-03-26 12:33:36 +02:00
TextureReplacer.h Don't leave "reduceHash_" uninitialized. Probably won't help #10796 though.. 2018-03-26 12:33:36 +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 [Xbox] Missings files 2014-03-02 11:16:56 -08:00