.. |
Debugger
|
fix sscanf types
|
2016-12-02 22:46:52 -03:00 |
Dialog
|
android: Change preprocessor define to standard __ANDROID__
|
2016-10-12 11:14:09 +02:00 |
ELF
|
blackberry: Remove!
|
2016-10-11 17:40:32 +02:00 |
FileLoaders
|
android: Change preprocessor define to standard __ANDROID__
|
2016-10-12 11:14:09 +02:00 |
FileSystems
|
android: Change preprocessor define to standard __ANDROID__
|
2016-10-12 11:14:09 +02:00 |
Font
|
Font: Draw nothing for chars before first glyph.
|
2016-08-27 09:41:01 -07:00 |
HLE
|
Add report for scePowerSetBusClockFrequency
|
2017-01-01 16:11:28 +08:00 |
HW
|
Fix #9196 - bug with new audio interpolation when delay was bigger than grainsize.
|
2016-12-30 09:52:32 +01:00 |
MIPS
|
Attempts to counter crashes seen in the Google Play developer console
|
2016-12-01 22:07:03 +01:00 |
Util
|
cmake: Detect features at compile time
|
2016-10-19 12:31:19 +02:00 |
AVIDump.cpp
|
Fix some build errors.
|
2016-10-10 22:01:20 -07:00 |
AVIDump.h
|
Fix Symbian Builds
|
2016-09-04 12:52:14 -04:00 |
Compatibility.cpp
|
Bring back the depth range hack.
|
2016-02-06 20:28:45 -08:00 |
Compatibility.h
|
Bring back the depth range hack.
|
2016-02-06 20:28:45 -08:00 |
Config.cpp
|
[spline/bezier]Add an option for hardware tessellation.
|
2017-01-23 14:12:02 +01:00 |
Config.h
|
[spline/bezier]Add an option for hardware tessellation.
|
2017-01-23 14:12:02 +01:00 |
Core.cpp
|
Minor fix
|
2017-01-17 19:02:47 +07:00 |
Core.h
|
Improve smallwindow detection, code cleanup.
|
2017-01-17 17:21:00 +07:00 |
Core.vcxproj
|
cmake: Move some cmake includes to ext
|
2016-12-18 22:17:41 +01:00 |
Core.vcxproj.filters
|
Partially implement KUBridge, trying to help #8925. However, it doesn't even call the function.... Odd.
|
2016-10-09 12:40:40 +02:00 |
CoreParameter.h
|
Guess what? More renaming
|
2016-12-27 11:59:06 +01:00 |
CoreTiming.cpp
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
CoreTiming.h
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
CwCheat.cpp
|
Fix comments after code lines and avoid UI crash from empty comments
|
2016-10-24 04:37:49 +02:00 |
CwCheat.h
|
Ooops;3, remove leftover
|
2016-06-21 06:29:26 +02: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
|
Move the symbol map to the heap, deallocate it when no game is running.
|
2015-10-31 23:01:19 +01:00 |
Host.h
|
Avoid directly calling osm from Core/GPU code.
|
2016-05-27 22:05:30 -07:00 |
Loaders.cpp
|
Consistently resolve PBP paths, use /s in recent.
|
2016-06-26 20:33:25 -07:00 |
Loaders.h
|
Add uncached flag for file loader reads.
|
2016-07-04 12:07:15 -07:00 |
MemMap.cpp
|
cmake: Detect features at compile time
|
2016-10-19 12:31:19 +02:00 |
MemMap.h
|
cmake: Detect features at compile time
|
2016-10-19 12:31:19 +02:00 |
MemMapFunctions.cpp
|
Additional fixes and buildfixes
|
2016-05-08 22:23:51 +02: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
|
symbian: Remove!
|
2016-10-11 18:49:08 +02:00 |
PSPLoaders.h
|
Use MEMSIZE SFO param to detect 64MB homebrew.
|
2015-12-23 15:16:48 -08:00 |
Reporting.cpp
|
Rename GLES files to match the convention the other backends use.
|
2017-01-23 17:08:58 +01:00 |
Reporting.h
|
Show feedback when the compatibility is submitted.
|
2016-07-04 12:12:40 -07:00 |
SaveState.cpp
|
Merge pull request #9016 from unknownbrackets/screenshot
|
2016-09-29 11:16:59 +02:00 |
SaveState.h
|
c++11: Remove compat header base/functional.h
|
2016-10-12 11:32:45 +02:00 |
Screenshot.cpp
|
Cleanup display vs. output screenshot terminology.
|
2016-09-25 16:35:43 -07:00 |
Screenshot.h
|
Cleanup display vs. output screenshot terminology.
|
2016-09-25 16:35:43 -07:00 |
System.cpp
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
System.h
|
Clean up various files
|
2016-09-03 19:23:17 -04:00 |
TextureReplacer.cpp
|
Fixed Inconsistent texture filtering in Disgaea 2 #4235
|
2016-12-16 22:53:55 +02:00 |
TextureReplacer.h
|
symbian: Remove!
|
2016-10-11 18:49:08 +02:00 |
ThreadEventQueue.h
|
Native merge part 1: skip native/ in includes.
|
2015-09-06 12:19:33 -07: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 |