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
|
5eb13378c6
|
Remove base/logging from a lot more files in native
|
2020-08-15 19:09:00 +02:00 |
|
Henrik Rydgård
|
bf72f746ea
|
Remove base/logging.h from a whole bunch of files in native
|
2020-08-15 19:09:00 +02:00 |
|
Henrik Rydgård
|
6f1915110f
|
Remove base/logging from UI and more
|
2020-08-15 19:08:54 +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 |
|
Henrik Rydgård
|
8835728f87
|
Replace base/logging.h in VulkanContext and parts of native
|
2020-08-15 19:08:44 +02:00 |
|
Henrik Rydgård
|
5117ded378
|
Remove ELOG/ILOG/WLOG from the Android C++ code (mostly)
|
2020-08-15 19:08:39 +02:00 |
|
Henrik Rydgård
|
0fcc0994b4
|
Recategorize some logging, in preparation for what's to come.
|
2020-08-15 11:51:22 +02:00 |
|
Henrik Rydgård
|
5c9f23d3b4
|
Merge pull request #13283 from mrfixit2001/patch-1
Fix menu navigation from axis in linux
|
2020-08-13 22:15:18 +02:00 |
|
mrfixit2001
|
27329dc485
|
Fix menu navigation from axis in linux
Up is down and down is up - mimic the change in android for linux to compensate and correct. Tested and working.
|
2020-08-13 16:12:27 -04:00 |
|
Henrik Rydgård
|
6ca01d5882
|
Merge pull request #13277 from ANR2ME/net_dialog
Showing Access Point and AdHoc Dialog
|
2020-08-12 21:13:52 +02:00 |
|
ANR2ME
|
bd36b9dff1
|
Shows AdHoc and Access Point Connecting... Dialog
|
2020-08-13 00:59:50 +07:00 |
|
ANR2ME
|
d9d8c031d4
|
Making sure std::min/max are not overridden by windows header's min/max
|
2020-08-13 00:59:50 +07:00 |
|
ANR2ME
|
8dec09703f
|
Moving reused adhoc function out of sceNet function to prevent getting extra SCENET log
|
2020-08-13 00:59:50 +07:00 |
|
Henrik Rydgård
|
ee3b822c0e
|
Merge pull request #13278 from ANR2ME/fake_auth
An attempt to fake PSN authentication
|
2020-08-12 19:41:29 +02:00 |
|
ANR2ME
|
2620957aba
|
An attempt to simulate a fake PSN authentication on Patapon 3
|
2020-08-12 21:16:01 +07:00 |
|
ANR2ME
|
92db25e486
|
Renaming sceNp* NIDs functions to their proper function names.
|
2020-08-12 20:27:03 +07:00 |
|
Henrik Rydgård
|
27c059bf9e
|
Really no need to call clear() in the constructor for AudioChannel.
However if this helps #13271, something is very wrong...
|
2020-08-12 00:22:54 +02:00 |
|
Henrik Rydgård
|
f617bfce29
|
Disable the instance counter in libretro builds.
Dunno if it might help #13271...
|
2020-08-11 22:32:41 +02:00 |
|
Henrik Rydgård
|
14532847c7
|
Fix some minor issues found by address-sanitizer on Linux
|
2020-08-11 22:28:36 +02:00 |
|
Henrik Rydgård
|
b2d6eef65d
|
UninstallExceptionHandler: Zero-initialize some structs. I've seen some weird crashes on the free() on Android.
|
2020-08-10 21:54:49 +02:00 |
|
Henrik Rydgård
|
48ba304a4a
|
Minor logging improvements
|
2020-08-10 20:17:01 +02:00 |
|
Henrik Rydgård
|
c45b6c5ac6
|
Merge pull request #13270 from unknownbrackets/headers2
More header cleanups
|
2020-08-10 17:41:23 +02:00 |
|
Unknown W. Brackets
|
cf4a5b1b9c
|
Global: Buildfix for parsers.
|
2020-08-10 14:43:13 +00:00 |
|
Unknown W. Brackets
|
850df75c45
|
Merge remote branch remove-sstream-from-stringutil.
|
2020-08-10 07:18:49 -07: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
|
3d9c4733ab
|
Global: Reduce ini_file header complexity.
We're not using the old std::map support anymore. Avoid pulling in
headers if possible.
|
2020-08-10 07:05:22 -07:00 |
|
Unknown W. Brackets
|
e59951382a
|
Global: Make stringutil includes more explicit.
|
2020-08-10 07:05:22 -07:00 |
|
Henrik Rydgård
|
5ec2da0f2d
|
Move Section out of IniFile so it can be forward declared. Unlocked further improvements to build speed.
|
2020-08-10 15:53:52 +02:00 |
|
Henrik Rydgård
|
72d5b29434
|
Can't avoid sstream in ini_file.h, it seems.
|
2020-08-10 15:46:21 +02:00 |
|
Henrik Rydgård
|
d70dcaf53a
|
Buildfix
|
2020-08-10 15:29:10 +02:00 |
|
Henrik Rydgård
|
62a8329c33
|
Remove sstream from stringutil.h. See #13267
|
2020-08-10 14:33:00 +02:00 |
|
Henrik Rydgård
|
6b6ecf4427
|
Merge pull request #13267 from unknownbrackets/headers
Reorganize DoState headers and cut back on common header includes
|
2020-08-10 13:45:57 +02:00 |
|
Unknown W. Brackets
|
df969a6c31
|
libretro: Buildfix.
|
2020-08-10 08:04:53 +00:00 |
|
Unknown W. Brackets
|
b8342fb8ec
|
SaveState: Rename ChunkFile files to Serialize.
Makes more sense and less weird than ChunkFileDoMap, etc.
|
2020-08-10 08:04:05 +00:00 |
|
Unknown W. Brackets
|
d0f3cfeb9b
|
Global: Remove some unused header code.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
1dc5ee424b
|
SaveState: Split out Do types to reduce headers.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
4c46867230
|
Audio: Avoid exposing fixed size queue in header.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
2da977bed2
|
SaveState: Add header to other makefiles.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
34f6d085a5
|
Global: Remove unnecessary includes.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
1bcafafdbb
|
UI: Fix an override warning.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
481181714b
|
Audiocodec: Silence a known warning.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
667a8522cc
|
Global: Cut down on file/string includes.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
1af3009e80
|
HLE: Fix some missing error logging.
|
2020-08-10 08:03:44 +00:00 |
|
Unknown W. Brackets
|
4b4e3432cd
|
SaveState: Split Do() into a separate header.
|
2020-08-10 08:03:41 +00:00 |
|
Unknown W. Brackets
|
d90630c263
|
Merge pull request #13262 from hrydgard/depth-texturing
Implement texturing from depth buffers (Vulkan only so far)
|
2020-08-10 03:42:17 -04:00 |
|
Henrik Rydgård
|
0aa2ceb372
|
Address feedback
|
2020-08-10 09:16:28 +02:00 |
|
Henrik Rydgård
|
dd79d33f14
|
Minor: Initialize a struct. Decrease logging in sceMt19937.
|
2020-08-09 21:45:42 +02:00 |
|
Henrik Rydgård
|
86355779d7
|
Remove partial comment
|
2020-08-09 20:49:08 +02:00 |
|
Henrik Rydgård
|
ba0d04a142
|
Vulkan: Implement depth texturing through depal.
|
2020-08-09 20:31:04 +02:00 |
|