Commit Graph

1761 Commits

Author SHA1 Message Date
c793f5d098 update simple-chinese language file to latest.
update simple-chinese language file to latest.
2022-09-24 17:50:15 +08:00
5bf1f062b9 Qt: Re-add active/line offset to game properties (advanced) 2022-09-24 13:19:56 +10:00
736996ab38 Controller: Add invert and button deadzone options 2022-09-24 13:14:13 +10:00
1a6bc86136 Atualização Português do Brasil (localization) | Update ChtDb to latest (#2886)
* Atualização Português do Brasil

Update strings to latest.

* Update chtDb to the latest

Following games were updated in the Database:

- Spyro 2 - Ripto's Rage
- Medal Of Honor
- Digimon World 3
- Megaman Legends 2
- Star Ocean - The Second Story
- Disney Presents Tigger's Honey Hunt
- Spyro X Sparx - Tondemo Tours
- Resident Evil 1
- Grand Theft Auto
- Castlevania Symphony Of The Night
- Megaman X
- Dino Crisis
- Valkyrie Profile
- MediEvil 2
- Crash Bandicoot - Warped

* Update chtdb.txt

* Update chtdb.txt
2022-09-24 13:12:02 +10:00
7af2f252ac Merge pull request #2887 from zkdpower/master
update simple-chinese language file to latest.
2022-09-24 13:11:41 +10:00
7ef600aaa0 Merge pull request #2889 from Calinou/texture-filtering-warn-performance-cost
Warn about the high performance cost of JINC2 and xBR filtering
2022-09-24 13:11:11 +10:00
086b0d390a Add usage description for Show CPU Usage
Unlike other display options, this one was missing a description.

This clarifies the option's purpose and the fact that it displays
the host's CPU usage, not the emulated system's CPU usage.
2022-09-22 15:06:36 +02:00
8152b99ea4 Warn about the high performance cost of JINC2 and xBR filtering
These options (especially xBR) have a very high cost. In my experience,
xBR has a greater impact on the framerate than enabling 4× SSAA or PGXP
in CPU mode (whose quality increase is much more obvious).

These options are also essentially unusable on mobile, regardless of
how powerful your device is. As a result, this adds warnings both
in the option names and the description.

Bilinear filtering is not affected by this performance cost, as GPUs
can perform this in hardware without having to emulate filtering
through a shader.
2022-09-22 14:23:31 +02:00
76c367e92f update simple-chinese language file to latest. 2022-09-22 18:43:03 +08:00
d26fef3e4e Achievements: Add leaderboard toggle (+ some minor fixes) 2022-09-21 23:47:58 +10:00
3760849ac4 Merge pull request #2884 from zkdpower/master
update simple-chinese language file to latest.
2022-09-21 23:19:11 +10:00
5568de1e03 Achievements: Add sound effects 2022-09-21 23:06:23 +10:00
a4eb5f1d5d FrontendCommon: Add PlaySoundAsync() 2022-09-21 23:06:23 +10:00
db27468506 update simple-chinese language file to latest. 2022-09-21 19:32:48 +08:00
a55ca69b87 Spanish (Spain) translation update (#2882)
* Spanish (Spain) translation update

 - Updated the .ts file itself (seems that es-es was forgotten at the last code update pass).
 - Translated new strings.
 - Fine-tuned others.
 - Cleaned up now-unneeded strings.

* Spanish (Spain) translation update

 - Updated the .ts file itself (seems that es-es was forgotten at the last code update pass).
 - Translated new strings.
 - Fine-tuned others.
 - Cleaned up now-unneeded strings.
2022-09-19 15:42:55 +10:00
d8d521e292 update Japanese translation 2022-09-19 13:13:15 +09:00
3dcd901885 MemoryCardImage: Support importing mem/psx and a few other formats
Untested.
2022-09-18 19:39:57 +10:00
d9722516c3 GameList: Handle non-extension-suffixed urls based on content type 2022-09-18 13:24:55 +10:00
0a27fb1489 Atualização Português do Brasil
Update strings to latest.
2022-09-17 17:51:33 -03:00
ef3ad91ad0 FullscreenUI: Various improvements 2022-09-17 15:56:05 +10:00
016eb7c548 Qt: Fix switching CPU execution mode in debug menu 2022-09-17 15:56:05 +10:00
436ed10f44 Qt: Fix resetting per-game advanced settings 2022-09-17 15:56:05 +10:00
6bc4963017 Merge pull request #2880 from zkdpower/master
update simple-chinese language file to latest.
2022-09-17 15:55:48 +10:00
5d95937b5d update simple-chinese language file to latest. 2022-09-15 10:20:17 +08:00
df7e5300d1 Atualização Português do Brasil
Update new strings to latest.
2022-09-13 10:10:12 -03:00
389143db64 Qt: Add cover downloader 2022-09-13 20:44:45 +10:00
bf76780f11 GameList: Add cover downloader 2022-09-13 17:50:42 +10:00
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
eaa99f6f50 Atualizçaão Português do Brasil (#2876) 2022-09-09 13:27:22 +10:00
740b60d833 Update Russian translation (#2875)
* Update Russian translation

* Purge Russian translation
2022-09-09 13:27:02 +10:00
f2ba596164 Qt: Fix theme change resetting cover scale 2022-09-03 14:20:37 +10:00
baf9f641ce Qt: Sync translation sources 2022-09-03 13:56:48 +10:00
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
837495d90f Qt: Fix window close in nogui mode 2022-08-29 20:31:29 +10:00
c1df77c5f7 Qt: Don't double-click-to-fullscreen when paused 2022-08-29 19:05:41 +10:00
3a5bf6d29b System: Move overlay checking to common 2022-08-27 16:52:24 +10:00
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
73185bfb22 CMake: Fix Mac build (#2874) 2022-08-26 13:30:30 +10:00
cab51c6764 FullscreenUI: Re-enable most previously-missing settings 2022-08-26 01:26:55 +10:00
7277d29ff9 Host: Move CreateDisplayForAPI() into common code 2022-08-25 00:55:58 +10:00
4f2da4213d Merge pull request #2873 from zkdpower/master
update simple-chinese translation to latest.
2022-08-22 20:20:01 +10:00
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
9704b8effd Merge pull request #2871 from andercard0/master
Atualização Português do Brasil
2022-08-22 20:18:57 +10:00
c320e8cf57 Achievements: Misc fixes 2022-08-22 20:01:04 +10:00
e303660dc2 update simple-chinese translation to latest. 2022-08-19 17:30:49 +08:00
5712ac6795 Atualização Português do Brasil
Updated OSD strings to the latest.
2022-08-18 15:55:43 -03:00
c7e8233b7b System: Move present skip check to core 2022-08-19 00:07:14 +10:00
9bb73dea04 Qt: Move translation-related functions to their own file 2022-08-18 23:20:03 +10:00
759938a5cf System: Support compressing save states 2022-08-18 23:10:15 +10:00
0d03aa2b45 generate GlyphRanges for ja/zh-cn based on *.ts files 2022-08-18 14:25:44 +09:00