ppsspp/Common
sorgts 0ae12da3a7 Fix SSE detection with clang-cl
clang-cl advertises its SSE support through the macros and expects the
program to adhere to them, so check if any macro definition is available
before falling back to the latest level as a default
2020-08-13 16:48:19 +02:00
..
Crypto Additional UWP preparations 2017-02-25 09:57:14 +01:00
GL Switch: Add EGL interface. 2020-03-15 08:40:05 -07:00
Serialize SaveState: Rename ChunkFile files to Serialize. 2020-08-10 08:04:05 +00:00
Vulkan These convenience overloads don't work in 32-bit builds, remove them. 2020-08-09 10:28:37 +02:00
ABI.cpp cmake: Use preprocessor for conditional compilation in Common 2016-10-11 16:55:29 +02:00
ABI.h
Arm64Emitter.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
Arm64Emitter.h Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
ArmABI.cpp Small changes to make Common and Core build under my preliminary UWP setup. 2017-02-24 18:59:41 +01:00
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 ArmCPUDetect: close the registry key when finish 2019-05-13 19:06:31 +08:00
ArmEmitter.cpp Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00
ArmEmitter.h Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
BitScan.h Compat: Option to use accurate dotprod for VMMUL. 2019-08-05 11:44:52 -07:00
BitSet.h Follow the ARM64 ABI better (update the frame pointer). 2017-01-27 14:19:03 +01:00
CodeBlock.h Step 1 of removing PanicAlert 2020-07-19 20:33:25 +02:00
ColorConv.cpp ColorConv: Fix typo introduced in #12882, fixing #13014 2020-06-15 16:11:47 +02:00
ColorConv.h GPU: Take A off RGB565 conversion funcs. 2020-05-13 18:17:58 -07:00
ColorConvNEON.cpp Clean up some more ifdefs 2019-05-10 23:25:57 +02:00
ColorConvNEON.h Oops again. Let's not const these. 2016-12-06 20:16:59 +01:00
Common.h Fix SSE detection with clang-cl 2020-08-13 16:48:19 +02:00
Common.vcxproj SaveState: Rename ChunkFile files to Serialize. 2020-08-10 08:04:05 +00:00
Common.vcxproj.filters SaveState: Rename ChunkFile files to Serialize. 2020-08-10 08:04:05 +00:00
CommonFuncs.h Fix the Windows 32-bit build. 2020-05-19 00:10:39 +02:00
CommonTypes.h Simplify this conditional 2017-08-30 19:47:15 +02:00
CommonWindows.h Separate T3DCreate* into its own header to avoid including Windows.h etc in some cases. 2018-02-25 10:27:59 +01:00
ConsoleListener.cpp Global: Cut down on file/string includes. 2020-08-10 08:03:44 +00:00
ConsoleListener.h Convert atomic code in core and ConsoleListener to use C++ atomics 2020-05-17 13:04:34 +02:00
CPUDetect.cpp Add TSX Extension 2018-09-14 13:09:27 +02:00
CPUDetect.h Add TSX Extension 2018-09-14 13:09:27 +02:00
DbgNew.h VS2017: Add hack to automatically select the newest installed Windows 10 SDK. VS2019 already does this by default if you specify 10.0. 2019-05-19 15:23:25 +02:00
ExceptionHandlerSetup.cpp ExceptionHandler uninstall: Don't crash if no exception handler already installed. 2020-07-27 16:54:50 +02:00
ExceptionHandlerSetup.h Simple exception handler so we can ignore accesses that happen within the PSP memory space. 2020-07-14 09:25:45 +02:00
FakeCPUDetect.cpp
FakeEmitter.h symbian: Remove! 2016-10-11 18:49:08 +02:00
FileUtil.cpp Global: Cut down on file/string includes. 2020-08-10 08:03:44 +00:00
FileUtil.h Global: Cut down on file/string includes. 2020-08-10 08:03:44 +00:00
FixedSizeQueue.h SaveState: Rename ChunkFile files to Serialize. 2020-08-10 08:04:05 +00:00
GraphicsContext.h Support full VSync control in SDL OpenGL. 2020-07-19 12:07:16 +02:00
Hashmaps.h Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
KeyMap.cpp Mouse 4 as back in menu navigation 2020-04-02 18:26:31 +02:00
KeyMap.h Use 2 different button for CW and CCW 2020-03-23 09:24:36 +01:00
Log.h Buildfix 2020-07-19 21:46:46 +02:00
LogManager.cpp Core: Fix logging of SCEGE category. 2018-08-22 18:28:36 -07:00
LogManager.h Global: Remove unnecessary includes. 2020-08-10 08:03:44 +00:00
MachineContext.h Buildfix. Checking _POSIX_VERSION is not recommended anyway. 2020-07-15 13:53:20 +02:00
MakeUnique.h Add MakeUnique.h so make_unique is available without C++14 2019-08-11 14:03:16 +02: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.h Use the mach memory functions on Mac and 32-bit iOS as well. 2017-01-25 20:38:46 +01:00
MemArenaAndroid.cpp Step 1 of removing PanicAlert 2020-07-19 20:33:25 +02:00
MemArenaDarwin.cpp Use the mach memory functions on Mac and 32-bit iOS as well. 2017-01-25 20:38:46 +01:00
MemArenaPosix.cpp Step 1 of removing PanicAlert 2020-07-19 20:33:25 +02:00
MemArenaWin32.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
MemoryUtil.cpp Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00
MemoryUtil.h Remove a useless wrapper function 2017-01-26 10:01:14 +01:00
MipsCPUDetect.cpp Add Gradle build. This time, we don't remove the old build system and we don't switch Travis. 2017-03-15 19:42:17 +01:00
MipsEmitter.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
MipsEmitter.h symbian: Remove! 2016-10-11 18:49:08 +02:00
Misc.cpp fix mingw and msvc cmake builds. 2018-03-23 03:18:13 +01:00
MsgHandler.cpp Improve some logging, and print the line number from PanicAlerts. 2020-07-19 11:10:51 +02:00
MsgHandler.h Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00
OSVersion.cpp Improve compatibility. 2020-01-14 17:15:11 +08:00
OSVersion.h Improve compatibility. 2020-01-14 17:15:11 +08:00
stdafx.cpp cmake: Use preprocessor for conditional compilation in Common 2016-10-11 16:55:29 +02:00
stdafx.h set _WIN32_WINNT to 0x0601 in stdafx.h 2018-03-23 22:54:12 +01:00
StringUtils.cpp Global: Cut down on file/string includes. 2020-08-10 08:03:44 +00:00
StringUtils.h Fix issue where too long filenames could wreck the Install Zip dialog layout. 2019-02-10 15:55:00 +01:00
Swap.h Remove Globals.h 2017-08-31 17:15:22 +02:00
ThreadPools.cpp Init GlobalThreadPool in a thread safe manner 2019-08-11 14:03:54 +02:00
ThreadPools.h Init GlobalThreadPool in a thread safe manner 2019-08-11 14:03:54 +02:00
ThreadSafeList.h SaveState: Split Do() into a separate header. 2020-08-10 08:03:41 +00:00
Thunk.cpp Step 2 of removing PanicAlert 2020-07-19 20:34:02 +02:00
Thunk.h Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache 2016-05-01 11:40:00 +02:00
Timer.cpp Corrections, some %i->%d around other code as well. 2017-05-30 13:52:29 +02:00
Timer.h Remove some unused things reported by clang. 2016-03-20 23:14:08 -07:00
x64Analyzer.cpp Fix a bug in crashhandler where we could end up disassembling far too much. 2020-07-19 17:23:21 +02:00
x64Analyzer.h Fix a bug in crashhandler where we could end up disassembling far too much. 2020-07-19 17:23:21 +02:00
x64Emitter.cpp Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00
x64Emitter.h Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
XboxCPUDetect.cpp