Commit Graph

5861 Commits (b2dcb417c10f0e3bf9b834acd8203d6b7e76f471)
 

Author SHA1 Message Date
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>
3 years ago
Connor McLaughlin 26159981ce FullscreenUI: Add more missing options 3 years ago
Connor McLaughlin 35f272b336 Settings: Set default controller type to AnalogController 3 years ago
Connor McLaughlin 837495d90f Qt: Fix window close in nogui mode 3 years ago
Connor McLaughlin 28363af3ff FullscreenUI: Add more missing options 3 years ago
Connor McLaughlin c1df77c5f7 Qt: Don't double-click-to-fullscreen when paused 3 years ago
Connor McLaughlin c90e2f19fc NoGUI: Add ConfirmMessage() to platform 3 years ago
Connor McLaughlin d2d2e3ae6e FullscreenUI: Add load/save input profile 3 years ago
Connor McLaughlin 8990ade721 ImguiManager: Fix some missed FA glyphs 3 years ago
Connor McLaughlin 3a5bf6d29b System: Move overlay checking to common 3 years ago
Connor McLaughlin ea8d779962 ImguiManager: Only rasterize font awesome glyphs which we need 3 years ago
Connor McLaughlin f9bd2db2dc Common/Image: Fix saving 3 years ago
Connor McLaughlin 1aa7facda8 Frontends: Pick best render API based on renderer
Stops unnecessary display recreation in big picture UI.
3 years ago
Connor McLaughlin 215cfd3daf NoGui: Fix renderer switching on Win32 3 years ago
Connor McLaughlin 73185bfb22
CMake: Fix Mac build (#2874) 3 years ago
Connor McLaughlin cab51c6764 FullscreenUI: Re-enable most previously-missing settings 3 years ago
Connor McLaughlin cac2714555 GPU/OpenGL: Also disable texture buffer for ANGLE
Hopefully resolves issues with Exynos S22+.
3 years ago
Connor McLaughlin bfafa95f65 EvdevInputSource: Migrate to new abstractions 3 years ago
Connor McLaughlin 6df7d9acda NoGUI: Migrate to new host abstraction 3 years ago
Connor McLaughlin 7277d29ff9 Host: Move CreateDisplayForAPI() into common code 3 years ago
Connor McLaughlin 4f2da4213d
Merge pull request #2873 from zkdpower/master
update simple-chinese translation to latest.
3 years ago
Dolphin a6bb444713
Update Japanese translation (#2872)
* update base duckstation-qt_ja.ts

* update Japanese translation

* clean up vanished entries in duckstation-qt_ja.ts
3 years ago
Connor McLaughlin 9704b8effd
Merge pull request #2871 from andercard0/master
Atualização Português do Brasil
3 years ago
Connor McLaughlin c320e8cf57 Achievements: Misc fixes 3 years ago
Connor McLaughlin ccaad874a9 dep/rcheevos: Update to 31f8788 3 years ago
Connor McLaughlin 7bbacd2392 Misc: Remove unused code 3 years ago
Connor McLaughlin 43869bf74c dep: Update RAInterface 3 years ago
Connor McLaughlin ce5ff4186c Build: Log build type when running cmake 3 years ago
Connor McLaughlin 4c2906fb72 dep/soundtouch: Export main class on Android 3 years ago
zkdpower e303660dc2
update simple-chinese translation to latest. 3 years ago
Anderson Cardoso 5712ac6795
Atualização Português do Brasil
Updated OSD strings to the latest.
3 years ago
Connor McLaughlin c7e8233b7b System: Move present skip check to core 3 years ago
Connor McLaughlin de21ff250c CommonHost: Default fullscreen hotkey to F11 3 years ago
Connor McLaughlin 3019aa320d Scripts: Update cpp path in generate_update_glyph_ranges.py 3 years ago
Connor McLaughlin 7842abfe6e Extras: Remove unused files 3 years ago
Connor McLaughlin 2de402b2db Build: Add missing sln dependency 3 years ago
Connor McLaughlin 9bb73dea04 Qt: Move translation-related functions to their own file 3 years ago
Connor McLaughlin 0f82dc9161 System: Use streaming for compressed save 3 years ago
Connor McLaughlin 0572d0cd4b Common: Add ByteStream implementations for zstd 3 years ago
Connor McLaughlin 759938a5cf System: Support compressing save states 3 years ago
Connor McLaughlin 0154a594c9 ByteStream: Devirtualize where unnecessary 3 years ago
Connor McLaughlin c66a9f117d System: Don't empty buffers on state load 3 years ago
Connor McLaughlin fc770c83e8 dep: Add zstd 3 years ago
Connor McLaughlin 60b95830cd
Merge pull request #2867 from Guwange/fix_notification_font_issue
fix AchievementSummary/Notification font issue for ja/zh-cn
3 years ago
Dolphin 0d03aa2b45 generate GlyphRanges for ja/zh-cn based on *.ts files 3 years ago
Dolphin 01f0c1ff3d fix OSD message about ChallengeMode to be translatable 3 years ago
Dolphin ff09edf3d7 fix AchievementSummary/Notification font issue for ja/zh-cn 3 years ago
Connor McLaughlin fe67bea19a Scripts: Remove now-unused scripts 3 years ago
Connor McLaughlin 5e73242d66
Merge pull request #2868 from andercard0/master
Update Brazilian Portugese localization
3 years ago
Connor McLaughlin 86cba1e04d System: Fix present skip getting activated on unpause
When using vsync+sync to host refresh+optimal frame pacing.
3 years ago