ppsspp/Common
Unknown W. Brackets bf02f7d98b Vulkan: Detect swapchain init failure.
This seems to be a driver bug, and occurs on NVIDIA when OpenGL has
previously been inited.  Or we're not cleaning something up properly...
but there's a driver error logged to debug output.
2017-04-15 16:26:26 -07:00
..
Crypto
GL
Vulkan Vulkan: Detect swapchain init failure. 2017-04-15 16:26:26 -07:00
ABI.cpp
ABI.h
Arm64Emitter.cpp Add hack to make the JIT stable(r) on UWP ARM. Can't make it right without FlushInstructionCache which is not available. Sigh... 2017-03-23 10:02:29 +01:00
Arm64Emitter.h
ArmABI.cpp
ArmABI.h
ArmCommon.h
ArmCPUDetect.cpp Assorted Windows-on-ARM fixes 2017-03-05 10:47:41 +01:00
ArmEmitter.cpp Add hack to make the JIT stable(r) on UWP ARM. Can't make it right without FlushInstructionCache which is not available. Sigh... 2017-03-23 10:02:29 +01:00
ArmEmitter.h More buildfixes for Windows on ARM 2017-03-05 10:52:08 +01:00
Atomic_GCC.h
Atomic_Win32.h
Atomics.h
BitSet.h
ChunkFile.cpp Add a comment explaining why a strncpy can't be replaced by truncate_cpy, because it would break savestates. 2017-03-13 13:55:29 +01:00
ChunkFile.h Quick buildfix (should probably just enable exceptions on Android) 2017-03-07 20:10:18 +01:00
CodeBlock.h
ColorConv.cpp Minor changes for compatibility with VS2017 2017-03-12 17:33:00 +01:00
ColorConv.h More buildfixes for Windows on ARM 2017-03-05 10:52:08 +01:00
ColorConvNEON.cpp
ColorConvNEON.h
Common.h
Common.vcxproj Revert unintentional change from: 429bf5d8b3 2017-03-23 11:54:54 +01:00
Common.vcxproj.filters
CommonFuncs.h
CommonTypes.h
CommonWindows.h
ConsoleListener.cpp Another buildfix 2017-03-18 11:38:25 +01:00
ConsoleListener.h Simplify logging code some more. Cleaner log output on Android. 2017-03-18 10:47:36 +01:00
CPUDetect.cpp Assorted cleanup, UWP memory map fixes. PSPFlower runs in both 32-bit and 64-bit. 2017-03-23 10:02:28 +01:00
CPUDetect.h
DbgNew.h
FakeCPUDetect.cpp
FakeEmitter.h
FileUtil.cpp Assorted cleanup, UWP memory map fixes. PSPFlower runs in both 32-bit and 64-bit. 2017-03-23 10:02:28 +01:00
FileUtil.h
FixedSizeQueue.h
GraphicsContext.h
KeyMap.cpp
KeyMap.h Remove unused AxisPos. 2017-03-13 23:08:09 -07:00
Log.h Simplify logging code some more. Cleaner log output on Android. 2017-03-18 10:47:36 +01:00
LogManager.cpp Simplify log initialization a little. Minor logging improvments in native. Don't disable logging in UWPMain 2017-03-23 10:02:29 +01:00
LogManager.h Simplify log initialization a little. Minor logging improvments in native. Don't disable logging in UWPMain 2017-03-23 10:02:29 +01:00
MathUtil.h
MemArena.h
MemArenaAndroid.cpp
MemArenaDarwin.cpp
MemArenaPosix.cpp
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 Assorted cleanup, UWP memory map fixes. PSPFlower runs in both 32-bit and 64-bit. 2017-03-23 10:02:28 +01:00
MemoryUtil.h
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
MipsEmitter.h
Misc.cpp
MsgHandler.cpp Clean up among the logs. Remove MASTER_LOG. 2017-03-06 13:10:23 +01:00
MsgHandler.h
OSVersion.cpp
OSVersion.h
stdafx.cpp
stdafx.h Assorted cleanup, UWP memory map fixes. PSPFlower runs in both 32-bit and 64-bit. 2017-03-23 10:02:28 +01:00
StringUtils.cpp
StringUtils.h
Swap.h
ThreadPools.cpp Improve StorageFileLoader enough to actually kind of work 2017-03-23 10:02:28 +01:00
ThreadPools.h
ThreadSafeList.h Big mutex overhaul - remove our custom ones, make them non-recursive where possible 2017-02-28 11:40:29 +01:00
Thunk.cpp
Thunk.h
Timer.cpp UWP: Fix Timer 2017-02-28 11:40:18 +01:00
Timer.h
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp
x64Emitter.h
XboxCPUDetect.cpp