Commit Graph

28877 Commits

Author SHA1 Message Date
nassau-tk
95e6e6c839 FixPGF for Euro Characters.(Balance emphasis) 2021-01-11 01:18:51 +09:00
Henrik Rydgård
291f9fdd70
Merge pull request #13902 from unknownbrackets/ui-cleanup
UI: Cleanup Windows header in MainScreen.cpp
2021-01-10 00:24:13 +01:00
Henrik Rydgård
f6fcb524bd
Merge pull request #13901 from unknownbrackets/ui-fullscreen
Windows: Handle fullscreen message consistently
2021-01-10 00:16:09 +01:00
Unknown W. Brackets
eee529c6c9 UI: Cleanup Windows header in MainScreen.cpp.
Better to have this come from System, probably.  It's mainly for Windows
anyway, to alert people their save data isn't permanent.
2021-01-09 14:45:49 -08:00
Unknown W. Brackets
b60074f697 http: Prevent Windows header leak from HTTPClient. 2021-01-09 14:45:03 -08:00
Unknown W. Brackets
43a13f7ec6 Windows: Handle fullscreen message consistently.
This handles it the same way as SDL, etc. so that the new button on the
main screen works again.
2021-01-09 14:17:41 -08:00
Henrik Rydgård
55b5c6f57f
Merge pull request #13899 from vnctdj/i18nImprovements
Improve some i18n things
2021-01-09 22:22:39 +01:00
Henrik Rydgård
db7a233b1d
Merge pull request #13900 from unknownbrackets/ir-vfpu
Correct flags for SetCtrlVFPUReg
2021-01-09 22:22:07 +01:00
Unknown W. Brackets
021f4adfad irjit: Fix mtv for INF4. 2021-01-09 12:43:50 -08:00
Unknown W. Brackets
670334bd0c irjit: Correct flags for SetCtrlVFPUReg.
Fixes #13897.  Caused the reg to be optimized out.
2021-01-09 12:33:08 -08:00
Unknown W. Brackets
d3c06266c5 jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
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