Connor McLaughlin
bec0d6e7df
HostDisplay: Add GPU usage statistics
2022-09-03 14:17:51 +10:00
Connor McLaughlin
baf9f641ce
Qt: Sync translation sources
2022-09-03 13:56:48 +10:00
Ronnie Sahlberg
81cf59bc21
PBP: The PBP extension needs to be upper-case.
...
EBOOT.PBP is an archive format used for PS1 Classics games on PSP and PS3
(and PS4 and probably also PS5)
On PSP case does not matter since the file will be stored in a FAT
filesystem but on PS3 it does matter as it will be stored in a UFS2
filesystem which is case sensitive.
EBOOT.PBP files from the official PS Store comes wrapped in a PKG container
and installes as EBOOT.PBP uppercase. Thus other tools that create
EBOOT.PBP files also create them in uppercase such as POP-FE and PSX2PSP.
Change the *.pbp file selector filter to *.PBP so that the file selector
will find these files on platforms with case-sensitive filesystems.
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2022-09-03 13:56:30 +10:00
Connor McLaughlin
26159981ce
FullscreenUI: Add more missing options
2022-09-03 13:39:59 +10:00
Connor McLaughlin
35f272b336
Settings: Set default controller type to AnalogController
2022-08-29 20:34:12 +10:00
Connor McLaughlin
837495d90f
Qt: Fix window close in nogui mode
2022-08-29 20:31:29 +10:00
Connor McLaughlin
28363af3ff
FullscreenUI: Add more missing options
2022-08-29 19:19:50 +10:00
Connor McLaughlin
c1df77c5f7
Qt: Don't double-click-to-fullscreen when paused
2022-08-29 19:05:41 +10:00
Connor McLaughlin
c90e2f19fc
NoGUI: Add ConfirmMessage() to platform
2022-08-29 19:05:09 +10:00
Connor McLaughlin
d2d2e3ae6e
FullscreenUI: Add load/save input profile
2022-08-27 16:52:36 +10:00
Connor McLaughlin
8990ade721
ImguiManager: Fix some missed FA glyphs
2022-08-27 16:52:30 +10:00
Connor McLaughlin
3a5bf6d29b
System: Move overlay checking to common
2022-08-27 16:52:24 +10:00
Connor McLaughlin
ea8d779962
ImguiManager: Only rasterize font awesome glyphs which we need
2022-08-26 23:30:45 +10:00
Connor McLaughlin
f9bd2db2dc
Common/Image: Fix saving
2022-08-26 23:30:45 +10:00
Connor McLaughlin
1aa7facda8
Frontends: Pick best render API based on renderer
...
Stops unnecessary display recreation in big picture UI.
2022-08-26 23:30:45 +10:00
Connor McLaughlin
215cfd3daf
NoGui: Fix renderer switching on Win32
2022-08-26 23:30:45 +10:00
Connor McLaughlin
73185bfb22
CMake: Fix Mac build ( #2874 )
2022-08-26 13:30:30 +10:00
Connor McLaughlin
cab51c6764
FullscreenUI: Re-enable most previously-missing settings
2022-08-26 01:26:55 +10:00
Connor McLaughlin
cac2714555
GPU/OpenGL: Also disable texture buffer for ANGLE
...
Hopefully resolves issues with Exynos S22+.
2022-08-26 01:26:13 +10:00
Connor McLaughlin
bfafa95f65
EvdevInputSource: Migrate to new abstractions
2022-08-25 00:55:58 +10:00
Connor McLaughlin
6df7d9acda
NoGUI: Migrate to new host abstraction
2022-08-25 00:55:58 +10:00
Connor McLaughlin
7277d29ff9
Host: Move CreateDisplayForAPI() into common code
2022-08-25 00:55:58 +10:00
Connor McLaughlin
4f2da4213d
Merge pull request #2873 from zkdpower/master
...
update simple-chinese translation to latest.
2022-08-22 20:20:01 +10:00
Dolphin
a6bb444713
Update Japanese translation ( #2872 )
...
* update base duckstation-qt_ja.ts
* update Japanese translation
* clean up vanished entries in duckstation-qt_ja.ts
2022-08-22 20:19:52 +10:00
Connor McLaughlin
9704b8effd
Merge pull request #2871 from andercard0/master
...
Atualização Português do Brasil
2022-08-22 20:18:57 +10:00
Connor McLaughlin
c320e8cf57
Achievements: Misc fixes
2022-08-22 20:01:04 +10:00
Connor McLaughlin
ccaad874a9
dep/rcheevos: Update to 31f8788
2022-08-22 19:57:05 +10:00
Connor McLaughlin
7bbacd2392
Misc: Remove unused code
2022-08-22 19:55:38 +10:00
Connor McLaughlin
43869bf74c
dep: Update RAInterface
2022-08-22 19:33:00 +10:00
Connor McLaughlin
ce5ff4186c
Build: Log build type when running cmake
2022-08-22 19:32:15 +10:00
Connor McLaughlin
4c2906fb72
dep/soundtouch: Export main class on Android
2022-08-22 19:31:46 +10:00
zkdpower
e303660dc2
update simple-chinese translation to latest.
2022-08-19 17:30:49 +08:00
Anderson Cardoso
5712ac6795
Atualização Português do Brasil
...
Updated OSD strings to the latest.
2022-08-18 15:55:43 -03:00
Connor McLaughlin
c7e8233b7b
System: Move present skip check to core
2022-08-19 00:07:14 +10:00
Connor McLaughlin
de21ff250c
CommonHost: Default fullscreen hotkey to F11
2022-08-19 00:07:10 +10:00
Connor McLaughlin
3019aa320d
Scripts: Update cpp path in generate_update_glyph_ranges.py
2022-08-18 23:36:31 +10:00
Connor McLaughlin
7842abfe6e
Extras: Remove unused files
2022-08-18 23:35:58 +10:00
Connor McLaughlin
2de402b2db
Build: Add missing sln dependency
2022-08-18 23:24:57 +10:00
Connor McLaughlin
9bb73dea04
Qt: Move translation-related functions to their own file
2022-08-18 23:20:03 +10:00
Connor McLaughlin
0f82dc9161
System: Use streaming for compressed save
2022-08-18 23:10:15 +10:00
Connor McLaughlin
0572d0cd4b
Common: Add ByteStream implementations for zstd
2022-08-18 23:10:15 +10:00
Connor McLaughlin
759938a5cf
System: Support compressing save states
2022-08-18 23:10:15 +10:00
Connor McLaughlin
0154a594c9
ByteStream: Devirtualize where unnecessary
2022-08-18 23:10:15 +10:00
Connor McLaughlin
c66a9f117d
System: Don't empty buffers on state load
2022-08-18 23:10:15 +10:00
Connor McLaughlin
fc770c83e8
dep: Add zstd
2022-08-18 23:10:15 +10:00
Connor McLaughlin
60b95830cd
Merge pull request #2867 from Guwange/fix_notification_font_issue
...
fix AchievementSummary/Notification font issue for ja/zh-cn
2022-08-18 23:09:48 +10:00
Dolphin
0d03aa2b45
generate GlyphRanges for ja/zh-cn based on *.ts files
2022-08-18 14:25:44 +09:00
Dolphin
01f0c1ff3d
fix OSD message about ChallengeMode to be translatable
2022-08-18 00:54:08 +09:00
Dolphin
ff09edf3d7
fix AchievementSummary/Notification font issue for ja/zh-cn
2022-08-18 00:54:08 +09:00
Connor McLaughlin
fe67bea19a
Scripts: Remove now-unused scripts
2022-08-17 17:35:19 +10:00