Connor McLaughlin
6bc4963017
Merge pull request #2880 from zkdpower/master
...
update simple-chinese language file to latest.
2022-09-17 15:55:48 +10:00
Connor McLaughlin
e682af8141
Merge pull request #2879 from andercard0/master
...
Atualização Português do Brasil
2022-09-17 15:55:16 +10:00
zkdpower
5d95937b5d
update simple-chinese language file to latest.
2022-09-15 10:20:17 +08:00
Anderson 0 Cardoso
df7e5300d1
Atualização Português do Brasil
...
Update new strings to latest.
2022-09-13 10:10:12 -03:00
Connor McLaughlin
b3d074a480
CI: Disable brotili in Mac curl build
2022-09-13 20:44:47 +10:00
Connor McLaughlin
389143db64
Qt: Add cover downloader
2022-09-13 20:44:45 +10:00
Connor McLaughlin
21b7261dc9
System: Fix turbo getting dropped on renderer switch
2022-09-13 17:50:42 +10:00
Connor McLaughlin
0b3461338c
HostDisplay: Use streaming for sw renderer display
2022-09-13 17:50:42 +10:00
Connor McLaughlin
c27026aed5
dep: Add cpuinfo
2022-09-13 17:50:42 +10:00
Connor McLaughlin
bf76780f11
GameList: Add cover downloader
2022-09-13 17:50:42 +10:00
Connor McLaughlin
dde2f6cd68
dep/imgui: Reapply 89eda96cef
2022-09-13 17:50:42 +10:00
Connor McLaughlin
dcce9a4979
Merge pull request #2878 from stuken/db_fix_front_mission
...
Fix Front Mission db entries.
2022-09-11 21:22:32 +10:00
Stuart Kenny
79a54bc924
Fix Front Mission db entries.
2022-09-11 10:09:57 +01:00
Connor McLaughlin
023900dc77
System: Fix inverted save screenshot colour channels
2022-09-09 13:31:13 +10:00
Connor McLaughlin
aeb3d00002
NoGUI/Win32: Fix text input
2022-09-09 13:31:13 +10:00
zkdpower
b4f2e297e9
Update postprocessingsettingswidget.ui
...
Fixed an issue where the window of post-processing suddenly jumped to the center after switching filters. (special thanks to user 2048 from ppxclub.com)
2022-09-09 13:31:13 +10:00
Anderson Cardoso
eaa99f6f50
Atualizçaão Português do Brasil ( #2876 )
2022-09-09 13:27:22 +10:00
shikulja
740b60d833
Update Russian translation ( #2875 )
...
* Update Russian translation
* Purge Russian translation
2022-09-09 13:27:02 +10:00
Connor McLaughlin
f2ba596164
Qt: Fix theme change resetting cover scale
2022-09-03 14:20:37 +10:00
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