Henrik Rydgård
|
761ea58fb8
|
Merge branch 'cmake' of https://github.com/Kingcom/ppsspp into Kingcom-cmake
|
2020-08-15 21:35:46 +02:00 |
|
Henrik Rydgård
|
ccc0331279
|
Move timeutil to Common. (Experiment to see how much work it is to move these).
|
2020-08-15 20:53:08 +02:00 |
|
Henrik Rydgård
|
f0d2f24658
|
Finally delete base/logging.cpp/h. Carefully preserve behaviour on Android.
There's more cleanup to do ...
|
2020-08-15 19:09:09 +02:00 |
|
Henrik Rydgård
|
3c412ea21e
|
Fix build of ZimTool/AtlasTool. Had to break the ugly backwards dependency from LogManager to g_Config.
|
2020-08-15 19:09:09 +02:00 |
|
Henrik Rydgård
|
c41f875df4
|
Remove base/logging.h in a whole lot more places.
|
2020-08-15 19:09:00 +02:00 |
|
Henrik Rydgård
|
b43698a13d
|
Remove most instances of base/logging.h from Common, Core, GPU, more
|
2020-08-15 19:08:44 +02:00 |
|
sorgts
|
a8a1c67df0
|
Fix build with clang-cl
|
2020-08-13 16:48:48 +02:00 |
|
sorgts
|
60d249a909
|
Fix Windows/CMake build with Visual Studio
|
2020-08-13 16:47:22 +02:00 |
|
Unknown W. Brackets
|
a0f8e788f3
|
Global: Move string number parse to text/parsers.
It's not used as much as the other string utils.
|
2020-08-10 07:05:23 -07:00 |
|
Unknown W. Brackets
|
e59951382a
|
Global: Make stringutil includes more explicit.
|
2020-08-10 07:05:22 -07:00 |
|
Unknown W. Brackets
|
1dc5ee424b
|
SaveState: Split out Do types to reduce headers.
|
2020-08-10 08:03:44 +00:00 |
|
Henrik Rydgård
|
e6dfb55d3d
|
Optimize value conversion in (unused) depth readback.
This also exposes factors we can feed into shaders to do the conversion
on the GPU.
|
2020-08-09 10:47:01 +02:00 |
|
Henrik Rydgård
|
d57edfbdac
|
Rename FramebufferCommon.cpp/h to FramebufferManagerCommon.cpp/h for consistency
|
2020-08-03 23:17:22 +02:00 |
|
Henrik Rydgård
|
45b05b386b
|
Merge pull request #13229 from shenweip/UsbMic
Add basic Microphone support on Windows.
|
2020-08-01 19:26:35 +02:00 |
|
shenweip
|
5de721bb4c
|
minor fix
|
2020-08-01 19:50:23 +08:00 |
|
shenweip
|
94aaf21ef2
|
Use UTF-8 code page to get the device names.
|
2020-07-31 10:25:26 +08:00 |
|
shenweip
|
c7e2eba231
|
Add basic Microphone support on Windows.
|
2020-07-31 10:24:17 +08:00 |
|
Henrik Rydgård
|
73166def93
|
Android: Reduce asserts during startup.
|
2020-07-28 19:06:29 +02:00 |
|
Henrik Rydgård
|
aebbff55f1
|
Some renaming and cleanup in the Android audio code
|
2020-07-28 14:24:40 +02:00 |
|
ANR2ME
|
33d3ac28de
|
Added UPnP Support
Fix i18n type
|
2020-07-21 23:02:58 +02:00 |
|
Henrik Rydgård
|
3c29545014
|
Windows: Add command to load up a new identical instance of PPSSPP.
Useful for debugging adhoc multiplayer locally with the new multi-instance support.
|
2020-07-20 23:27:17 +02:00 |
|
Henrik Rydgård
|
fa0b9dc1bc
|
Make the instance counter global and initialized at startup.
Turn off config saving for secondary instances.
|
2020-07-20 11:40:54 +02:00 |
|
Henrik Rydgård
|
47a3bf1dd7
|
Step 2 of removing PanicAlert
|
2020-07-19 20:34:02 +02:00 |
|
Henrik Rydgård
|
c5e0b799d9
|
Remove category from _assert_msg_ functions. We don't filter these by category anyway.
Fixes the inconsistency where we _assert_ didn't take a category but
_assert_msg_ did.
|
2020-07-19 20:33:25 +02:00 |
|
Henrik Rydgård
|
21f99259f3
|
Eliminate an unnecessary global g_Vulkan.
|
2020-07-18 22:50:26 +02:00 |
|