Commit graph

28866 commits

Author SHA1 Message Date
vnctdj
5dd71db818 Improve some i18n things
- reuse some translations
- move some strings to a more suitable category

I will adapt the lang .ini files accordingly.
2021-01-09 18:50:00 +01:00
Henrik Rydgård
e00f894340
Merge pull request #13898 from hrydgard/android-storage-file-picker
Add Browse... button to Android game browser
2021-01-09 12:41:06 +01:00
Henrik Rydgård
db545ac034 Enable using the folder browser on Android to select SD card through a gross hack.
Should help #13827

Not yet using storage framework properly, just stealing the URI.
2021-01-09 11:20:20 +01:00
Henrik Rydgård
401d9ca469 Add a file picker (WIP) 2021-01-09 01:09:21 +01:00
Henrik Rydgård
3fea2241c8
Merge pull request #13895 from iota97/fullscreen
Use the same logic of game setting for main menu full screen
2021-01-08 22:53:25 +01:00
Henrik Rydgård
da0d02e393
Merge pull request #13894 from ANR2ME/adhoc_matching
[Adhoc Matching] Fix Lord of Arcana
2021-01-08 22:53:07 +01:00
iota97
9b355f46a6 Use the same logic of game setting for main menu full screen, add other system 2021-01-08 22:25:33 +01:00
Henrik Rydgård
d6b4e1f8a3
Merge pull request #13893 from hrydgard/fullscreen-button-windows
Fullscreen toggle button (windows-only for now)
2021-01-08 20:29:35 +01:00
Henrik Rydgård
e7c6dbcb26 Manually tighten up the layout a bit in the top right corner 2021-01-08 20:29:09 +01:00
Henrik Rydgård
3c6f21173c Add a fullscreen toggle button to the main screen (Windows-only for now) 2021-01-08 20:05:43 +01:00
Henrik Rydgård
75be1e999d Try another method for getting SD card storage paths (env vars).
See #13827
2021-01-08 20:05:33 +01:00
ANR2ME
228d17ef0c Reducing AdhocMatching events delay to prevent matchingEvents from piling up on Lord of Arcana. 2021-01-09 01:54:47 +07:00
ANR2ME
72549443e4 Send AdhocMatching Data from within HLE whenever possible instead of through matchingEvent Thread. 2021-01-09 01:52:29 +07:00
ANR2ME
dbce1a4c1d Prevent access violation when running out of userMemory due to piling up AdhocMatching events. 2021-01-09 00:55:11 +07:00
Henrik Rydgård
696e9edb7f
Merge pull request #13892 from Panderner/forcemax60fps-for-3-games
Adding 3 games to ForceMax60FPS
2021-01-08 14:29:29 +01:00
Panderner
8121b229b5
Add game ID for russian version of Tron Evolution 2021-01-08 21:23:01 +08:00
Panderner
f7929b1c1c
Add 3 games to ForceMax60FPS 2021-01-08 20:13:39 +08:00
Henrik Rydgård
17f65a251b Add more error checking in SD storage detection
See #13827
2021-01-08 11:23:46 +01:00
Henrik Rydgård
20eeab5ef2
Merge pull request #13891 from kaiomatico/patch-1
add assets to ubuntu build artifact
2021-01-08 10:10:05 +01:00
kaiomatico
17cb7a3da8
add assets to ubuntu build artifact
This enables us to run PPSSPPSDL in the ubuntu artifact zip as normal release. Can be uploaded to the automated ppsspp download pake. After downloading the artiact zip just chmod +x PPSSPPSDL and install libsdl2-dev libgl1-mesa-dev libglu1-mesa-dev. Then everything works fine :)
2021-01-08 09:59:29 +01:00
Henrik Rydgård
49a12c797b
Merge pull request #13889 from unknownbrackets/ui-reset
Core: Properly stop on abrupt shutdown
2021-01-08 09:30:45 +01:00
Panderner
7796eea725
Merge pull request #2 from hrydgard/master
Update README.md
2021-01-08 16:26:18 +08:00
Unknown W. Brackets
97b9518929 UI: Prevent self-powerdown check on load new game.
Sometimes, when loading a new game or dump while an existing one is
running, we'd detect the "powerdown" and force back to the menu.

This was a race condition.
2021-01-07 23:16:17 -08:00
Unknown W. Brackets
b462946e7c Core: Properly stop on abrupt shutdown.
When dragging a game/dump/etc. into PPSSPP while running, we call shutdown
immediately.  This wasn't properly notifying Stop handlers.

Fixes #13884.
2021-01-07 23:14:54 -08:00
Unknown W. Brackets
57fda69e50 Android: Minor cleanup. 2021-01-07 22:41:38 -08:00
Henrik Rydgård
b2fba2f834
Merge pull request #13885 from hrydgard/additional-storage-android
Android: Add button to easily switch to SD card directory.
2021-01-07 23:33:59 +01:00
Henrik Rydgård
76504c1a36 Remove redundant method from PathBrowser.cpp 2021-01-07 23:22:25 +01:00
Henrik Rydgård
0bdf565fb2 Fixes for SD card detection on slightly older devices. 2021-01-07 22:55:44 +01:00
Henrik Rydgård
e30d079fb5 UI tweaks 2021-01-07 09:40:01 +01:00
Henrik Rydgård
1c753e4a22 Use hacky methods to retrieve SD card directory if available.
This will disappear in future Android versions but can be useful for
older devices.

Fixes (or at least tries to) #10199, at least for some devices.

Might help #13827 ?

Tested on Pocophone F1.
2021-01-07 00:55:35 +01:00
Henrik Rydgård
5929c78307 Add home button on all platforms 2021-01-07 00:54:50 +01:00
Henrik Rydgård
3c5cc4c9f2 Add some new icons. 2021-01-07 00:54:50 +01:00
Henrik Rydgård
1ee7faacae
Merge pull request #13878 from iota97/main-save
Save on game start
2021-01-06 12:19:37 +01:00
Henrik Rydgård
0e5558b2f2
Merge pull request #13883 from iota97/cheat-newline
Fix adding extra new line on checkbox change
2021-01-06 10:43:44 +01:00
iota97
0e122f13fa Fix adding extra new line on checkbox change 2021-01-06 10:26:44 +01:00
iota97
8305f0c87b Save on game start 2021-01-05 17:01:05 +01:00
Unknown W. Brackets
20d161f4a3 iOS: Change iOS 13 check. 2021-01-05 07:21:58 -08:00
Unknown W. Brackets
3316633c60 Savedata: Reduce some noisy logging.
These aren't errors.
2021-01-05 07:21:41 -08:00
Unknown W. Brackets
1b49b17b89
Merge pull request #13877 from orbea/warning
cmake: Silence warning.
2021-01-05 06:59:00 -08:00
orbea
0e0385eee9 cmake: Silence warning. 2021-01-05 06:38:06 -08:00
Henrik Rydgård
723f09ffe5
Merge pull request #13875 from Panderner/add-games-to-requiredbufferedrendering-for-black-screen
Compat.ini Cleanup and Add games to RequireBufferedRendering
2021-01-05 09:24:45 +01:00
Panderner
def12bc645
Adding games to RequireBufferedRendering that cause black screen when not enabled 2021-01-05 13:48:17 +08:00
Panderner
a304a49dca
Compat.ini cleanup to add missing IDs and remove unused ones from latest version 2021-01-05 11:32:52 +08:00
Panderner
20f76fd776
Add Missing game IDs for Tekken 6 2021-01-05 10:17:14 +08:00
Panderner
f715509052
Merge pull request #1 from hrydgard/master
Update README.MD
2021-01-05 10:13:15 +08:00
Henrik Rydgård
ddabd644ae
Merge pull request #13874 from hrydgard/post-shader-error-fix
Initialize/Deinitialize the shader translation system once globally.
2021-01-05 00:35:26 +01:00
Henrik Rydgård
3f01cbb98c Initialize/Deinitialize the shader translation system once globally.
Fixes #13839.
2021-01-04 23:51:34 +01:00
Henrik Rydgård
92173d5ac4
Merge pull request #13857 from unknownbrackets/ios-buttons
iOS: Expose iOS 12.1+/13/14 buttons
2021-01-04 09:11:36 +01:00
Henrik Rydgård
71511adad6
Merge pull request #13868 from unknownbrackets/savedata
Savedata: Prevent garbage bleeding into save icons
2021-01-04 08:06:04 +01:00
Unknown W. Brackets
4573907098 Savedata: Prevent garbage bleeding into save icons.
This pads out the icon data and also fixes a potential buffer overflow
during image data copy.
2021-01-03 16:26:31 -08:00