Commit graph

26623 commits

Author SHA1 Message Date
shenweip
41a53d70bd Rename func. 2020-02-27 19:21:27 +08:00
shenweip
6eb1d1b742 Check whether the audio is actually played in psmf player
Fixes #11898, some audio contained in pmf videos seem not be actually played by the games. current code prevents video from moving forward for waiting auido and sync, similar issue will happen.
2020-02-27 17:35:16 +08:00
Henrik Rydgård
3af63b6b8f
Merge pull request #12637 from iota97/region
Region flag and game ID on game selection screen
2020-02-26 09:38:19 +01:00
iota97
407d5df9f4 Better align and spacing of UI element 2020-02-25 19:29:41 +01:00
iota97
35ceafe833 Better UI for game version in list view 2020-02-25 17:59:24 +01:00
Henrik Rydgård
4602f896a2
Merge pull request #12643 from iota97/mute-button
Toggle mute button
2020-02-25 13:29:45 +01:00
iota97
f47ac2ee2c Toggle mute button 2020-02-25 12:26:23 +01:00
iota97
3e6bab2c72 Go for Abbanon approach 2020-02-24 13:53:06 +01:00
iota97
4c96a11425 Scale font down a bit 2020-02-24 13:11:53 +01:00
Henrik Rydgård
f0b7430e6e
Merge pull request #12641 from saagarjha/master
Improve stability on non-jailbroken devices
2020-02-24 12:07:00 +01:00
Saagar Jha
99c631c791 Improve stability on non-jailbroken devices
By setting up a Mach exception handler, we can try to handle most
signals before they cause the system to hang. Since PT_TRACE_ME enables
CS_DEBUGGED on the parent process as well, we can simplify some of the
code as well.
2020-02-24 02:04:04 -08:00
iota97
f26cac3aca Add a option for game ID+version as well 2020-02-23 14:01:15 +01:00
iota97
592d6f902e Show region on game selection screen 2020-02-23 12:00:26 +01:00
Henrik Rydgård
6610cd7663
Merge pull request #12635 from unknownbrackets/thread-status
Kernel: Delay better in sceKernelReferThreadStatus
2020-02-22 21:05:37 +01:00
Unknown W. Brackets
1422c8d21b Kernel: Delay better in sceKernelReferThreadStatus.
Sometimes this is called in loops, so correct timing for errors.
2020-02-22 04:29:23 -08:00
Henrik Rydgård
8048977ba0
Merge pull request #12387 from unknownbrackets/motorstorm
HLE: Replace Motorstorm pixel read func
2020-02-21 14:37:30 +01:00
vnctdj
15fe162676 Rename rapid fire touch control
It already exists for control mapping, let's reuse the translation.
2020-02-20 00:04:28 +01:00
Henrik Rydgård
25726deb4f
Merge pull request #12632 from unknownbrackets/frame-time
UI: Separate sleep time in frame time graph
2020-02-17 23:46:19 +01:00
Unknown W. Brackets
ce694da5ff UI: Separate sleep time in frame time graph.
It's useful to know how much of the frame time is active vs inactive.
2020-02-17 11:29:32 -08:00
Henrik Rydgård
e7ddc94fb9
Merge pull request #12628 from unknownbrackets/refresh-rate
Correct and show refresh rate on more platforms
2020-02-16 10:27:47 +01:00
Unknown W. Brackets
373ff6061f UI: Show refresh rate on more platforms.
It's detected on SDL/Qt, so we should show it there.
2020-02-15 17:47:10 -08:00
Unknown W. Brackets
e8f018179d UI: Correct refresh rate display.
It's a float now, not a premultiplied int.
2020-02-15 17:41:56 -08:00
iota97
e5c647ccbb Add toggle flag to combo button 2020-02-12 15:48:49 +01:00
Henrik Rydgård
06dc3dbd29 UWP: Update "certificate thumbprint" to one that works 2020-02-12 09:24:25 +01:00
Henrik Rydgård
b5f65c5643 Fix linking issue in the UWP build (add camera files to project) 2020-02-11 21:16:09 +01:00
Henrik Rydgård
e8e49f907f
Merge pull request #12621 from iota97/framegraph
Add frame time graph to develop menu
2020-02-11 11:05:13 +01:00
iota97
be2eed1801 Add some reference line 2020-02-11 10:28:49 +01:00
iota97
90ff68e6c9 Framegraph in devmenu 2020-02-11 08:19:30 +01:00
Henrik Rydgård
f863793f96 Merge pull request #12607 from Florin9doi/qtCam
QT API for camera (Linux/macOS)
2020-02-10 09:34:10 +01:00
Florin9doi
3c359cfd29 macOS permissions 2020-02-10 08:47:59 +02:00
Florin9doi
58b04ef77b QT Api for Camera (Linux/macOS)
Allow the use of different resolutions (win/android/iOS)
2020-02-10 08:47:55 +02:00
Unknown W. Brackets
84c1fc86a1 Merge pull request #12606 from unknownbrackets/i18n-lock
Core: Use a shared_ptr for i18n categories
2020-02-09 08:26:13 -08:00
Unknown W. Brackets
5009698cc0 Core: Use a shared_ptr for i18n categories.
This does not make them thread safe, but it reduces the chances of a crash
a bit (see #12594.)
2020-02-09 07:35:16 -08:00
Henrik Rydgård
a4ba5d4859 HttpClient/Buffer: Just some tweaks/sanity checks
After a mysterious crash report by Azuka on Discord.
2020-02-07 00:09:42 +01:00
Henrik Rydgård
b34ce3990c
Merge pull request #12617 from webgeek1234/master
libretro: Fix Android Builds
2020-02-05 20:23:33 +01:00
Aaron Kling
3f7c6467e8 libretro: android: ios: Add stub camera functionality 2020-02-05 11:53:13 -06:00
Aaron Kling
427e40f46e libretro: android: Do not build in the standalone UI 2020-02-05 11:47:03 -06:00
iota97
fc1b83fd93 Fixes 2020-02-04 09:54:01 +01:00
Henrik Rydgård
dcc2682b2d
Merge pull request #12552 from CarterLi/master
Qt/macOS: enable HiDPI ( retina display ) support
2020-02-04 09:50:48 +01:00
iota97
3248d58c4d Switch mode only if needed 2020-02-04 07:47:02 +01:00
iota97
4b28482479 SDL analog mouse input 2020-02-04 05:11:07 +01:00
李通洲
ace88bf473
Modify Info.plist automatically 2020-02-04 11:55:54 +08:00
李通洲
55bb58e13e
NativeApp: add System_GetPropertyFloat all the places 2020-02-04 09:20:34 +08:00
李通洲
0a2aa2c3af
Qt/macOS: enable HiDPI ( retina display ) support 2020-02-04 09:20:34 +08:00
Henrik Rydgård
97de0ac6da
Merge pull request #12611 from Swordfish90/master
Use ASharedMemory api instead of direct access to /dev/ashmem
2020-02-03 23:37:20 +01:00
Filippo Scognamiglio
58f6426167 Remove unused import. 2020-02-03 22:17:27 +01:00
Filippo Scognamiglio
c00ce91a2a Use System_GetPropertyInt(SYSPROP_SYSTEMVERSION to retrieve version. 2020-02-03 22:10:47 +01:00
Filippo Scognamiglio
f514852791 Use ASharedMemory api instead of direct access to /dev/ashmem which is deprecated. 2020-02-03 20:57:34 +01:00
Henrik Rydgård
81118454fd
Merge pull request #12596 from hrydgard/viewport-sw-transform-fixes
Viewport software transform changes.
2020-02-02 17:17:31 +01:00
Henrik Rydgård
ea819673dc
Merge pull request #12601 from iota97/touch-rapid-fire
Add rapid fire to touch control
2020-02-02 16:21:17 +01:00