Henrik Rydgård
b5cc3a0ba7
Merge pull request #13245 from hrydgard/improve-unknown-import-logging
...
Improve logging of syscall imports.
2020-08-04 14:36:57 +02:00
Henrik Rydgård
ca04d9b516
Improve logging of unknown syscall imports.
...
Also stop reporting these, just not that interesting anymore.
2020-08-04 11:13:17 +02:00
Henrik Rydgård
a81a552f3b
Merge pull request #13244 from hrydgard/file-renames
...
Rename FramebufferManager* files that had inconsistent names
2020-08-04 01:09:58 +02:00
Henrik Rydgård
cb568b8f5e
Rename FramebufferDX9.cpp/h to FramebufferManagerDX9.cpp/h
2020-08-03 23:24:50 +02:00
Henrik Rydgård
882cc6295e
Rename FramebufferVulkan.cpp/h to FramebufferManagerVulkan.cpp/h
2020-08-03 23:22:11 +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
de178d617b
Move a line to a better place
2020-08-03 23:14:27 +02:00
Henrik Rydgård
ed946edff4
Merge pull request #13239 from hrydgard/interface-audio
...
Add sound effects for PPSSPP interface navigation
2020-08-03 23:08:32 +02:00
Henrik Rydgård
74a9eddfd0
Merge pull request #13243 from Swordfish90/master
...
Fix Libretro core ashmem crashes with targetSdk 29.
2020-08-03 19:51:13 +02:00
Filippo Scognamiglio
cbdb9cc5dc
Expose SYSPROP_SYSTEMVERSION to Libretro Android core. This fixes crashes with targetSdk 29.
2020-08-03 19:06:22 +02:00
Filippo Scognamiglio
9f7839c96a
Fix Android Libretro build issues.
2020-08-03 19:06:08 +02:00
Unknown W. Brackets
af4822de0d
Merge pull request #13242 from iota97/shader-scaling-fix
...
Fix texture upscaling and per game setting fix/cleanup
2020-08-03 11:04:29 -04:00
iota97
ce2fc7d986
Fix texture upscaling and per game setting fix/cleanup
2020-08-03 16:04:23 +02:00
Henrik Rydgård
b77d954bc1
Off by default
2020-08-03 12:14:38 +02:00
Henrik Rydgård
3fd8f3d86d
Add a setting. Various tweaks to sound triggering.
2020-08-03 12:08:11 +02:00
Henrik Rydgård
434b717ba0
Add a couple of more sounds. Rename some vars.
2020-08-03 12:08:11 +02:00
Henrik Rydgård
55eb2844fd
Hook up a couple more sounds. Unfortunately clickable back buttons now play both back and confirm sounds...
2020-08-03 12:08:11 +02:00
Henrik Rydgård
5423f76e25
Hook up the first UI sound, make it play.
2020-08-03 12:08:11 +02:00
Henrik Rydgård
b30be913c0
Read in WAV files for UI sounds
2020-08-03 12:08:11 +02:00
Henrik Rydgård
a0922e7bc7
Initial sound effects
2020-08-03 12:08:04 +02:00
Henrik Rydgård
e13b53e02c
BackgroundAudio: Switch to a heap allocated buffer.
2020-08-03 10:43:26 +02:00
Henrik Rydgård
6f02844b5b
Consolidate BackgroundAudio.cpp into a class
2020-08-03 10:43:26 +02:00
Henrik Rydgård
60683cf4a4
Merge pull request #13238 from hrydgard/minor-logging-cleanup
...
Logging and error handling improvements around save states
2020-08-02 19:05:58 +02:00
Henrik Rydgård
3869ade72a
libretro buildfix
2020-08-02 17:54:03 +02:00
Henrik Rydgård
1fecc30429
Merge pull request #13235 from unknownbrackets/texscaling
...
Vulkan: Allow custom texture upscaling shaders
2020-08-02 17:17:03 +02:00
Henrik Rydgård
bf4db22165
SaveState: On section version failure, log out the name of the bad section.
...
Also some other minor improvements to logging and comments.
2020-08-02 17:11:09 +02:00
Henrik Rydgård
dee0f3f9ec
Vulkan debug log: Remove some old exclusions, add a new one (for an old issue)
2020-08-02 15:41:44 +02:00
Henrik Rydgård
6aa3681f7c
Minor logging improvements
2020-08-02 15:41:00 +02:00
Henrik Rydgård
d85b31cd27
Merge pull request #13237 from hrydgard/savestate-error-fix
...
Fix error in sceUsbMic savestate handling (need to accept old savestates without the section)
2020-08-02 15:10:27 +02:00
Henrik Rydgård
a47c33ac57
Fix error in sceUsbMic savestate handling (need to accept old savestates without the section)
...
Hopefully helps #13236 .
2020-08-02 15:08:51 +02:00
Henrik Rydgård
914b6ce24c
Merge pull request #13216 from ANR2ME/net_apctl_stuff
...
Added a fake thread to process Apctl Request Events into Apctl State Changes
2020-08-02 11:05:17 +02:00
ANR2ME
5de2707633
Fix crashes issue due to 0 is a valid index to types_, using invalid index like -1 should give a better/clearer stack trace
2020-08-02 14:02:49 +07:00
ANR2ME
8886291434
Save&Restore PSP Thread IDs to prevent using the wrong Thread ID after loading from save state, also making sure DoState have default value
2020-08-02 12:57:27 +07:00
Unknown W. Brackets
93a32c285b
UI: Simplify on/off for hardware tex scaling.
2020-08-01 22:32:55 -07:00
Unknown W. Brackets
d99e67a061
Vulkan: Allow custom texture upscaling shaders.
...
Let's not just hardcode.
2020-08-01 22:00:04 -07:00
Unknown W. Brackets
5ff75f4ca8
UI: Add setting for texture upload shader.
2020-08-01 21:28:18 -07:00
ANR2ME
5f550fdf73
Lowering minVer of AfterAdhocMipsCall section.
2020-08-02 09:52:27 +07:00
ANR2ME
90ff382c59
Rearranged network's After PSPAction creation/registration so that newer one have higher value to prevent network's callbacks triggering the wrong after action after loading from old save state.
2020-08-02 08:49:58 +07:00
Henrik Rydgård
4766e4fcb9
Merge pull request #13233 from hrydgard/kirk-cleanup
...
Add some comments and const-correctness, and a pointer type fix, to the "semaphore" crypto stuff.
2020-08-02 01:11:06 +02:00
Unknown W. Brackets
89f433c590
Merge pull request #13234 from hrydgard/update-vulkan-headers
...
Update Vulkan headers to the latest SDK
2020-08-01 18:14:00 -04:00
Henrik Rydgård
ce31d3e375
Update Vulkan headers to the latest, just to keep up.
2020-08-01 23:37:15 +02:00
Henrik Rydgård
0586338d5e
Add some comments and const-correctness, and a pointer type fix, to the "semaphore" crypto stuff.
2020-08-01 23:11:48 +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
AdamN
04761c238f
Reorganized Networking UI ( #13232 )
2020-08-01 18:36:17 +02:00
shenweip
e349eb803d
Init parameters in __UsbMicInit to avoid incorrect initial state when you exit to menu from ingame.
...
Also use memcpy instead of a loop.
2020-08-02 00:22:22 +08:00
AdamN
1380c09cb8
Patapon 3 Fix ( #13231 )
...
* Showing returned error code in the logs to give more info on the exact error with so many error code variations.
* Fix an issue where players that got forcefully disconnected (ie. Resetting the game) are no longer recognized by the Host when trying to reJoin on Patapon 3
* Allows Optional data pointer to be non-zero/null even if Optional data Length is 0, since we're not even accessing the data if it's length is 0 anyway. TODO: Will need someone to confirm if this is really allowed or returning an error on a real PSP.
* Fix Identity issue on Patapon 3 where all players became Player1. This should also fix other games with similar issue.
2020-08-01 15:24:21 +02:00
sum
a897be92c7
Imp sceUtilsBufferCopyWithRange and sceUtilsBufferCopyByPollingWithRange ( #13206 )
...
* Imp sceUtilsBufferCopyWithRange
Used in Shin Sangoku Musou 6 Special chinese patach #13205
* Fix sceUtilsBufferCopyByPollingWithRange
* Add logging and reporting
* Fix logging and remove report by @hrydgard
2020-08-01 14:15:12 +02:00
shenweip
5de721bb4c
minor fix
2020-08-01 19:50:23 +08:00
shenweip
fd619c9fc5
BuildFix
2020-07-31 19:19:51 +08:00
shenweip
107d58a74b
Also partly implement in sceUsbCam.
2020-07-31 18:26:21 +08:00