..
Compat
Config
Common/Config: Add a utility class to suppress config change callbacks.
2019-03-03 17:35:22 -06:00
Crypto
Compiler: Rename UNUSED macro to DOLPHIN_UNUSED
2018-06-09 12:20:29 -04:00
Debug
Common/MemoryPatches: Silence variable shadowing warnings
2018-06-19 21:33:50 -04:00
GL
Move most backend functionality to VideoCommon
2019-02-19 16:57:54 +10:00
Logging
Common/Config: Add a utility class to suppress config change callbacks.
2019-03-03 17:35:22 -06:00
Align.h
Analytics.cpp
Common/Analytics: add basic support for vector serialization
2018-10-27 17:16:58 +02:00
Analytics.h
Common/Analytics: add basic support for vector serialization
2018-10-27 17:16:58 +02:00
AndroidAnalytics.cpp
Android: Add usage statistics to android.
2018-08-23 17:31:17 -04:00
AndroidAnalytics.h
Android: Add usage statistics to android.
2018-08-23 17:31:17 -04:00
Arm64Emitter.cpp
Arm64Emitter: Remove unsequenced expressions
2018-08-30 07:38:37 +01:00
Arm64Emitter.h
Arm64Emitter: Make the Align* functions return a non-const data pointer
2018-08-27 09:44:38 -04:00
ArmCommon.h
ArmCPUDetect.cpp
Assert.h
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
2018-06-09 12:20:25 -04:00
BitField.natvis
BitSet.h
BitSet: Add << operator
2018-10-28 17:57:46 +00:00
BitUtils.h
WiimoteEmu: Code cleanups.
2019-02-02 19:40:31 -06:00
BlockingLoop.h
CDUtils.cpp
CDUtils: Remove unused parameter in IsCDROM()
2018-05-27 18:48:23 -04:00
CDUtils.h
CDUtils: Amend function names
2018-05-27 18:48:09 -04:00
ChunkFile.h
ChunkFile: Don't access element zero of empty container
2019-02-10 13:28:50 +10:00
CMakeLists.txt
Common: Add DynamicLibrary helper class
2019-03-29 19:52:33 +10:00
CodeBlock.h
Fix spelling in assert macro
2018-08-15 12:12:19 -05:00
ColorUtil.cpp
ColorUtil: Amend function name casing
2018-05-27 21:04:48 -04:00
ColorUtil.h
ColorUtil: Amend function name casing
2018-05-27 21:04:48 -04:00
Common.h
Cleanup: Remove some left over references to wxWidgets
2018-08-07 15:48:17 +02:00
Common.vcxproj
Common: Add DynamicLibrary helper class
2019-03-29 19:52:33 +10:00
Common.vcxproj.filters
Common: Add DynamicLibrary helper class
2019-03-29 19:52:33 +10:00
CommonFuncs.cpp
CommonFuncs.h
CommonPaths.h
Implement resource packs
2018-12-19 11:03:09 +01:00
CommonTypes.h
CompatPatches.cpp
Compiler.h
Compiler: Use [[maybe_unused]] in the Windows DOLPHIN_UNUSED macro
2018-06-09 12:20:29 -04:00
CPUDetect.h
DebugInterface.h
Common/DebugInterface: Namespace code under the Common namespace
2018-07-09 22:23:57 -04:00
DynamicLibrary.cpp
Common: Add DynamicLibrary helper class
2019-03-29 19:52:33 +10:00
DynamicLibrary.h
Common: Add DynamicLibrary helper class
2019-03-29 19:52:33 +10:00
ENetUtil.cpp
ENetUtil.h
Event.h
Minor changes to usages of std::condition_variable.
2019-04-06 17:39:25 -05:00
File.cpp
File.h
Fix sram accesses.
2018-09-29 22:52:29 -07:00
FileSearch.cpp
FileSearch.h
FileUtil.cpp
Common/FileUtil: Fix GetExePath() cutting off the bundle name
2019-02-26 20:00:23 +01:00
FileUtil.h
Implement resource packs
2018-12-19 11:03:09 +01:00
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
FloatUtils.h
Attempt to fix linter issues.
2018-08-13 12:17:56 -07:00
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler: fix mtfsf yet again
2018-10-08 02:43:34 +01:00
GekkoDisassembler.h
Common: Namespace GekkoDisassembler.cpp/.h
2018-05-25 16:55:09 -04:00
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
Common/Hash: Namespace code under the Common namespace
2018-05-16 15:39:23 -04:00
Hash.h
Common/Hash: Namespace code under the Common namespace
2018-05-16 15:39:23 -04:00
HttpRequest.cpp
Common/HttpRequest: Add option to allow non 200 response codes
2019-04-13 12:58:23 +02:00
HttpRequest.h
Common/HttpRequest: Add option to allow non 200 response codes
2019-04-13 12:58:23 +02:00
Image.cpp
Fix critital buffer overflow in LoadPNG
2018-08-19 17:35:15 +02:00
Image.h
VideoCommon: Replace SOIL with libpng for hires textures
2018-05-20 13:44:38 +02:00
IniFile.cpp
Use empty instead of size
2019-02-13 00:03:49 +01:00
IniFile.h
IniFile: Minor cleanup. Removed unused function. Improved template usage.
2018-12-26 20:15:32 -06:00
Intrinsics.h
JitRegister.cpp
JitRegister.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h
LinearDiskCache.h
Remove old GCC version checks
2018-05-30 10:59:15 +02:00
make_scmrev.h.js
MathUtil.cpp
Common: Move Matrix classes out of MathUtil into their own files and make their interface more friendly.
2019-02-03 11:35:31 -06:00
MathUtil.h
Common: Move Matrix classes out of MathUtil into their own files and make their interface more friendly.
2019-02-03 11:35:31 -06:00
Matrix.cpp
WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.
2019-03-03 12:43:25 -06:00
Matrix.h
WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.
2019-03-03 12:43:25 -06:00
MD5.cpp
MD5.h
MemArena.cpp
Common: Add MemArena.h/cpp to the Common namespace
2018-05-15 18:27:32 -04:00
MemArena.h
Common: Add MemArena.h/cpp to the Common namespace
2018-05-15 18:27:32 -04:00
MemoryUtil.cpp
MemoryUtil.h
MsgHandler.cpp
Cleanup: Remove some left over references to wxWidgets
2018-08-07 15:48:17 +02:00
MsgHandler.h
NandPaths.cpp
NandPaths.h
Network.cpp
Common/Network: Get rid of out parameters for MAC address utilities
2018-06-10 15:43:26 -04:00
Network.h
Common/Network: Get rid of out parameters for MAC address utilities
2018-06-10 15:43:26 -04:00
PcapFile.cpp
PcapFile: Namespace code under the Common namespace
2018-05-29 17:56:15 -04:00
PcapFile.h
PcapFile: Namespace code under the Common namespace
2018-05-29 17:56:15 -04:00
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp
Profiler.h
QoSSession.cpp
QoSSession.h
Random.cpp
Common: Add Random utilities
2018-05-31 17:54:43 +02:00
Random.h
Common/Random: Add convenience template for simple arithmetic values
2018-06-14 10:31:13 -04:00
Result.h
scmrev.h.in
SCMRevGen.vcxproj
Update to Visual Studio's default Windows SDK
2018-10-20 00:53:08 +01:00
ScopeGuard.h
SDCardUtil.cpp
SDCardUtil.h
Semaphore.h
Common: Use GCD semaphores on macOS
2018-11-07 05:12:20 -08:00
SettingsHandler.cpp
SettingsHandler: Remove redundant type qualifier in SetBytes()
2018-05-12 13:53:42 -04:00
SettingsHandler.h
SFMLHelper.cpp
Improve SFMLHelper
2018-10-02 05:44:50 -04:00
SFMLHelper.h
Improve SFMLHelper
2018-10-02 05:44:50 -04:00
SPSCQueue.h
StringUtil.cpp
Use empty instead of size
2019-02-13 00:03:49 +01:00
StringUtil.h
PowerPC: Convert CPUCore enum into an enum class
2018-06-15 10:27:59 -04:00
Swap.h
SymbolDB.cpp
SymbolDB: Namespace code under the Common namespace
2018-05-27 18:01:40 -04:00
SymbolDB.h
SymbolDB: Namespace code under the Common namespace
2018-05-27 18:01:40 -04:00
Thread.cpp
Thread.h
Timer.cpp
Use wcsftime instead of strftime on Windows to fix encoding errors
2018-10-26 14:26:21 +02:00
Timer.h
TraversalClient.cpp
NetPlay: Implement chunked data transfer
2018-11-19 06:37:09 -05:00
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
Common/Random: Add convenience template for simple arithmetic values
2018-06-14 10:31:13 -04:00
UPnP.cpp
UPnP.h
VariantUtil.h
Common: Add variant utilities
2018-10-28 17:57:43 +00:00
Version.cpp
Version.h
WindowSystemInfo.h
VideoBackends: Store a backbuffer 'scale'
2019-01-25 11:15:57 +10:00
WorkQueueThread.h
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp
x64Emitter.cpp
x64Emitter: Prefer MOVAPS to MOVSD
2019-04-27 12:56:05 +01:00
x64Emitter.h
x64Emitter: Add some single-precision instructions
2018-12-26 00:23:42 +00:00
x64FPURoundMode.cpp
x64Reg.h