..
Crypto
Oops
2014-12-07 21:31:44 +01:00
GL
Correct some missing overrides.
2016-03-20 23:05:05 -07:00
Vulkan
x86jit: Fix params in Replace_fabsf.
2016-05-31 10:40:14 -07:00
ABI.cpp
x86jit: Fix a copy/paste error.
2015-01-18 13:26:14 -08:00
ABI.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
Arm64Emitter.cpp
Add ugly invalidation workaround for SGS7s.
2016-05-23 21:35:28 -07:00
Arm64Emitter.h
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
ArmABI.cpp
ArmABI.h
ArmCommon.h
ARM64: Port over some missing VFPU instructions from ARM. Not much left now.
2015-04-06 18:13:30 +02:00
ArmCPUDetect.cpp
Pass Build.BOARD from Java, avoid lookup.
2016-05-27 20:11:25 -07:00
ArmEmitter.cpp
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
ArmEmitter.h
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
Atomic_GCC.h
Symbian buildfix
2015-01-11 18:16:15 +01:00
Atomic_Win32.h
Avoid min/max issues from Atomics.h.
2015-02-01 11:55:02 -08:00
Atomics.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
BitSet.h
Transplant Dolphin's ARM64 emitter over. Not hooked up to anything (yet...)
2014-12-15 22:09:26 +01:00
ChunkFile.cpp
Save the game title in savestates, if available.
2016-01-23 12:56:36 -08:00
ChunkFile.h
Save the game title in savestates, if available.
2016-01-23 12:56:36 -08:00
CodeBlock.h
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
ColorConv.cpp
Properly save 16-bit textures for replacements.
2016-05-01 00:30:47 -07:00
ColorConv.h
Properly save 16-bit textures for replacements.
2016-05-01 00:30:47 -07:00
ColorConvNEON.cpp
Oops, typo.
2015-05-23 12:20:00 -07:00
ColorConvNEON.h
Add a NEON 4444 flip color conversion func.
2015-05-23 11:30:07 -07:00
Common.h
Don't assume _MSC_VER / _WIN32 mean x86/x64.
2016-01-03 15:07:36 -08:00
Common.vcxproj
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
Common.vcxproj.filters
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
CommonFuncs.h
Fix the fix
2016-05-08 22:32:08 +02:00
CommonTypes.h
CommonWindows.h
Generate save state IDs for homebrew using the elf or directory name where applicable.
2015-09-25 19:27:40 +02:00
ConsoleListener.cpp
Fix a failed lock release warning.
2016-03-20 14:16:54 -07:00
ConsoleListener.h
Use USING_WIN_UI for desktop Windows console.
2016-01-03 15:10:50 -08:00
CPUDetect.cpp
Fixed some errors from PVS-Studio in Common project
2015-12-25 09:49:26 +03:00
CPUDetect.h
Add ugly invalidation workaround for SGS7s.
2016-05-23 21:35:28 -07:00
DbgNew.h
Fix a bunch of memory leaks, after enabling file+line-number memory leak tracking for the MS Debug CRT.
2016-02-10 15:36:10 +01:00
FakeCPUDetect.cpp
Introduce fake vertex decoder JIT as well.
2014-11-13 17:10:29 +10:00
FakeEmitter.h
Introduce fake vertex decoder JIT as well.
2014-11-13 17:10:29 +10:00
FileUtil.cpp
Replace some calls to fopen with File::OpenCFile (utf8).
2016-01-17 15:59:20 +01:00
FileUtil.h
Fixed some errors from PVS-Studio in Common project
2015-12-25 09:49:26 +03:00
FixedSizeQueue.h
Fixed some errors from PVS-Studio in Core project
2015-12-31 10:25:11 +03:00
GraphicsContext.h
Fill out GPU_Vulkan.cpp with what's mostly a copy of GLES_GPU.cpp
2016-03-20 19:30:11 +01:00
KeyMap.cpp
Use USING_WIN_UI for desktop Windows console.
2016-01-03 15:10:50 -08:00
KeyMap.h
Fix assorted key mapping issues affecting Shield and probably pads in general on Android. See #7976
2015-09-17 22:46:59 +02:00
Log.h
Remove __TIME__ from Log.h.
2016-05-14 10:40:21 -07:00
LogManager.cpp
Standardize on just one mutex implementation.
2016-03-06 14:49:15 -08:00
LogManager.h
Standardize on just one mutex implementation.
2016-03-06 14:49:15 -08:00
MathUtil.h
Don't set ARM "FastMode". Not worth the compat impact as is, could be made smarter. Should help issue #7234
2015-07-19 18:22:22 +02:00
MemArena.cpp
If possible, use /dev/shm instead of /tmp.
2016-06-03 19:49:22 -07:00
MemArena.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
MemoryUtil.cpp
Fix a bunch of compiler warnings, delete some unused code
2016-03-13 15:17:31 +01:00
MemoryUtil.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
MipsCPUDetect.cpp
Add Mips CPU Detection.
2014-11-19 08:51:15 +10:00
MipsEmitter.cpp
mips: Prevent compilation of an easy mistake.
2014-12-13 19:38:43 -08:00
MipsEmitter.h
Merge pull request #7178 from unknownbrackets/mips-emitter
2014-12-18 22:22:36 +01:00
Misc.cpp
Clean up some unused result warnings.
2016-05-31 11:49:59 -07:00
MsgHandler.cpp
Use USING_WIN_UI for desktop Windows console.
2016-01-03 15:10:50 -08:00
MsgHandler.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
stdafx.cpp
stdafx.h
StringUtils.cpp
ARM64 disassembler improvements (show many kinds of branch targets properly)
2015-10-10 11:27:28 +02:00
StringUtils.h
ARM64 disassembler improvements (show many kinds of branch targets properly)
2015-10-10 11:27:28 +02:00
Swap.h
Common: avoid redefining bswap* via <sys/types.h> on BSDs
2015-05-26 15:20:11 +03:00
ThreadPools.cpp
ThreadPools.h
ThreadSafeList.h
Cleanup and comments in sceGe.cpp
2015-07-24 19:52:42 +02:00
Thunk.cpp
Thunk.h
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
Timer.cpp
Use USING_WIN_UI for desktop Windows console.
2016-01-03 15:10:50 -08:00
Timer.h
Remove some unused things reported by clang.
2016-03-20 23:14:08 -07:00
x64Analyzer.cpp
x64Analyzer.h
Common: Move headers over to using pragma once
2014-12-15 17:09:40 -05:00
x64Emitter.cpp
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
x64Emitter.h
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
2016-05-01 11:40:00 +02:00
XboxCPUDetect.cpp