Commit graph

40981 commits

Author SHA1 Message Date
Henrik Rydgård
41eeb491e7 Replace a few more sprintf with snprintf 2024-10-15 15:45:19 +02:00
Henrik Rydgård
1280fcc581 Beaterator: Prevent hanging when trying to record audio by switching thread in sceUsbMicWaitInputEnd 2024-10-15 15:30:37 +02:00
Henrik Rydgård
65a088537f Microphone queuebuf: Switch to int instead of u32 to simplify length checks. No more crashes, but it hangs
see issue #19528
2024-10-15 15:30:37 +02:00
Henrik Rydgård
e52c1e3e87
Merge pull request #19529 from hrydgard/more-misc-fixes
More misc minor fixes
2024-10-15 14:44:31 +02:00
Henrik Rydgård
2c283fbb07 Minor cleanups, crashfixes 2024-10-14 23:57:19 +02:00
Henrik Rydgård
e1527233d9 Add the EmuScreen pass assert on OpenGL as well 2024-10-14 14:35:35 +02:00
Henrik Rydgård
21bf1c588f Ignore single imm point draws, that are accidentally kicked off when games initialize the GPU. 2024-10-14 14:26:44 +02:00
Henrik Rydgård
e9c7eaf427 Be more consistent with NotifyPresent
..
2024-10-14 14:26:44 +02:00
Henrik Rydgård
e39153d622
Merge pull request #19523 from hrydgard/even-more-fixes
Even more fixes
2024-10-14 10:18:50 +02:00
Henrik Rydgård
263a33b564
Merge pull request #19525 from oltolm/d3d9_fix
D3D9 fix
2024-10-14 10:18:37 +02:00
oltolm
f429a257af d3d9: fix bug introduced in "use ComPtr for D3D9" 2024-10-13 21:45:40 +02:00
oltolm
3a285bbd2f d3d9: refactor CompileShaderToByteCodeD3D9 2024-10-13 21:45:39 +02:00
Henrik Rydgård
8a5be21140 MemStick screen: Call free_disk_space from async tasks
See #19522
2024-10-11 13:45:43 +02:00
Henrik Rydgård
3f3fd5bf64 Remove unnecessary allocation in text rendering (Android) 2024-10-11 11:31:37 +02:00
Henrik Rydgård
c966067bd0 Load UI audio effects on a background thread 2024-10-11 11:31:17 +02:00
Henrik Rydgård
049dd8bb79
Merge pull request #19519 from warmenhoven/warmenhoven/pr/libretro-osx-ci
libretro osx: use default tags for selecting CI builder
2024-10-11 00:13:18 +02:00
Henrik Rydgård
f930f52b37
Merge pull request #19520 from hrydgard/more-fixes
More assorted fixes
2024-10-10 23:35:44 +02:00
Henrik Rydgård
f1cbf1ba96 Android TextRenderer: Add try {} around loading the Roboto font. Also improve an unrelated assert. 2024-10-10 16:01:00 +02:00
Henrik Rydgård
1ac580b726 Buffer::Printf: Properly check for encoding failure 2024-10-10 16:01:00 +02:00
Henrik Rydgård
9e564e3675 Add a null check in zip file parsing 2024-10-10 16:01:00 +02:00
Henrik Rydgård
6797a24199 Texture saving: Try to limp along if memory allocation of buffer memory fails 2024-10-10 16:01:00 +02:00
Henrik Rydgård
d9a19ed51f Fix ShowFileInFolder 2024-10-10 16:00:57 +02:00
Henrik Rydgård
bf9973e17d GameScreen ćrc-related crashfix 2024-10-10 14:56:42 +02:00
Henrik Rydgård
662b0847c9 Assert instead of crashing if demo ISO decryption fails 2024-10-10 14:56:20 +02:00
Eric Warmenhoven
c258b20c67 libretro osx: use default tags for selecting CI builder 2024-10-10 08:53:43 -04:00
Henrik Rydgård
95b232e81e
Merge pull request #19517 from hrydgard/more-cleanups
Fix minor code issues flagged by PVS-Studio and reported by alphrixus.
2024-10-10 14:37:12 +02:00
Henrik Rydgård
c20026738b
Merge pull request #19476 from bbb651/ios-18-icons
Support iOS 18 Dark and Tinted Icons
2024-10-10 14:17:36 +02:00
Henrik Rydgård
e51c58716b Fix minor code issues flagged by PVS-Studio and reported by alphrixus. 2024-10-10 14:10:30 +02:00
Henrik Rydgård
6c8dc94691
Merge pull request #19516 from hrydgard/small-stuff
Apply findings from Android code inspect (lint). Update gradle.
2024-10-10 12:38:34 +02:00
Henrik Rydgård
9c5cda3487 Buildfix 2024-10-10 12:19:53 +02:00
Henrik Rydgård
3ef2ed32f3 Remove redundant xml file 2024-10-10 12:02:55 +02:00
Henrik Rydgård
4d6905672e Bunch more linting 2024-10-10 11:57:10 +02:00
Henrik Rydgård
e0c12c9547 More lint warning fixes 2024-10-10 10:52:45 +02:00
Henrik Rydgård
21c6594961 Fix a bunch of Android Studio lint warnings 2024-10-10 10:24:40 +02:00
Henrik Rydgård
14a78e51b0 Android: Fix a bunch of lints 2024-10-10 10:06:46 +02:00
Henrik Rydgård
7e9bc0df26 Remove ic_launcher_round.png files 2024-10-10 10:03:34 +02:00
Henrik Rydgård
85b856c67b Update gradle 2024-10-10 09:16:21 +02:00
Henrik Rydgård
088a0d887d Remove a redundant translation string 2024-10-08 21:45:35 +02:00
Henrik Rydgård
0a169e25c8
Merge pull request #19512 from DDinghoya/patch-24
Update ko_KR.ini
2024-10-08 21:02:49 +02:00
DDinghoya
45506506a2
Update ko_KR.ini 2024-10-08 21:46:19 +09:00
Henrik Rydgård
a4558f12f9
Merge pull request #19511 from Felipefpl/master
Updated brazilian portuguese translation
2024-10-08 11:53:30 +02:00
Felipe
d408a6da79
Add files via upload 2024-10-07 20:26:11 -03:00
Henrik Rydgård
16d97aa810
Merge pull request #19507 from hrydgard/misc-fixes-again
Prevent soft-locking the emulator on bad PBP files
2024-10-03 19:08:31 +02:00
Henrik Rydgård
6d3849bc48 Add a "Back" button to the crash screen for convenience 2024-10-03 18:55:22 +02:00
Henrik Rydgård
8fbe46ab9e Prevent soft-locking the emulator on invalid PBP files, or crashes in some cases. 2024-10-03 18:38:54 +02:00
Henrik Rydgård
1a89c26dc0 Warning fixes 2024-10-03 18:19:11 +02:00
Henrik Rydgård
355ec02055 vr banner fix 2024-10-03 18:15:42 +02:00
Henrik Rydgård
1a8e9b0bc4
Merge pull request #19506 from hrydgard/misc-fixes
Android: New TV banner icon for the Gold version
2024-10-03 17:22:01 +02:00
Henrik Rydgård
611551ccf1 Android TV banners: Update gold banner, remove obsolete TV "icon" 2024-10-03 16:52:41 +02:00
Henrik Rydgård
8d380e260a Fix a wrong assert 2024-10-03 16:52:34 +02:00