Commit Graph

4215 Commits

Author SHA1 Message Date
bceca040d9 dep/libchdr: Remove libFLAC dependency 2022-04-03 21:09:36 +10:00
39a7f6701f fix some japanese translations 2022-04-02 21:28:35 +09:00
fe182a26d0 update japanese translation file 2022-04-02 21:28:35 +09:00
f7a3358b1f pbp: pstitleimg sections are allowed also for single disc games
Multidisc games are stored inside the EBOOT.PBP file as
A)
pstitleimg
psisoimg
psisoimg
...

Single disk games can be stored in two different formats, with or
without a pstitleimg section, i.e. as

B)
pstitleimg
psisoimg

or

C)
psisoimg

Fix a conditional in duckstation that incorrectly flags B) as an error.
These types of EBOOT.PBP files can be created by the pop-fe utility.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2022-03-29 21:36:39 +10:00
a3d4c4d648 Small change (fix)
Added tiny fix for table view column "type", when launch Ducko in list mode the type column get a bit squished, I just increased it a bit this number.
2022-03-27 13:15:18 -03:00
07d331deca Merge pull request #2814 from CookiePLMonster/y2038
Fix a Y2038 bug in UnixTimeToFileTime
2022-03-27 17:47:35 +10:00
a55537ec1b D3D12/Builders: Fix incorrect depth write mask 2022-03-27 17:38:48 +10:00
859a156b3c Various build fixes 2022-03-27 17:38:48 +10:00
a55b5022c7 System: Include cheevos state in save states 2022-03-27 16:59:02 +10:00
584525cb11 Cheevos: Move to core 2022-03-27 16:59:02 +10:00
c43df29abc ImGuiFullscreen: Move to core 2022-03-27 16:59:02 +10:00
fd76f437b3 Core: Purge WITH_IMGUI define 2022-03-27 16:59:02 +10:00
d5128a5ea9 HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
cb51ab7197 Misc: Purge unused definitions 2022-03-27 16:59:02 +10:00
717ee3103f M3U: Preloading to RAM for single-disc playlists. 2022-03-27 16:58:51 +10:00
e43f2ddddb Fix a Y2038 bug in UnixTimeToFileTime 2022-03-26 16:49:02 +01:00
9414f68f51 Add Cheevos::GetAchievementProgressText
Measured achievements formatting is now up to rcheevos,
not DuckStation
2022-01-07 16:59:36 +01:00
9c91af6dfa Update to rcheevos v10.2.0
Leaderboard rurl hacks are now replaced by proper calls
2022-01-07 16:21:37 +01:00
46737acecd CPU: Prevent mismatched va_start/va_end in log 2022-01-06 22:47:10 +10:00
541947c6f8 CPU/CodeCache: Fix currently-invalidated blocks breaking memory states 2022-01-06 22:47:10 +10:00
bee50481f5 CDImageMDS: Possible fix for multi-track images 2021-12-25 14:28:33 +10:00
592a591b5f FileSystem: Get rid of trailing nulls in GetWorkingDirectory() 2021-12-25 14:28:33 +10:00
fa9e50d7c1 HostInterface: Don't disable fastmem for runahead 2021-12-25 14:28:33 +10:00
25ea24853f HostInterface: Don't disable recompiler for runahead 2021-12-25 14:28:33 +10:00
4513c7a23d System: Invalidate instead of flushing code cache on memory state 2021-12-25 14:28:33 +10:00
c440593788 CPU/CodeCache: Add InvalidateAll() method 2021-12-25 14:28:32 +10:00
fe2062ff9f System: Warning fix 2021-12-25 14:28:32 +10:00
bbf67ef544 CPU: Warning fix 2021-12-25 14:28:32 +10:00
5d4622af9a Migrate most dialogs to use QDialogButtonBox 2021-12-13 22:06:05 +01:00
690fa6ec3c Memory Card Editor: Make fields not editable 2021-12-13 22:06:04 +01:00
6eae2c50e2 Update Russian translation (#2747)
* Update Russian translation

New strings, minor adjustments

* Update duckstation-qt_ru.ts

* Update duckstation-qt_ru.ts
2021-11-27 21:14:46 +10:00
b32012c77d Merge pull request #2746 from zkdpower/master
Update Simple-Chinese Translation to latest.
2021-11-27 21:14:31 +10:00
776e077002 Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
2021-11-26 13:12:49 +08:00
a9913d6c23 Atualização Português do Brasil
Updated file translation to latest.
2021-11-25 23:05:31 -03:00
d55c86ccd8 HostInterface: Fix Linux build 2021-11-26 11:43:58 +10:00
7c769b1941 CDImageDevice: Don't add out-of-file pregaps to audio tracks 2021-11-26 11:31:59 +10:00
827048eeda CDImageDevice: Fix printing of track summary 2021-11-26 11:31:59 +10:00
13f1027f59 Qt: Remove preset buttons from post settings 2021-11-26 11:31:59 +10:00
61f7e99508 CommonHostInterface: Add speed control hotkeys 2021-11-26 11:31:59 +10:00
928e492963 HostInterface: Add keys to a bunch of OSD messages 2021-11-26 11:31:59 +10:00
7522304360 HostInterface: Add keyed OSD messages 2021-11-26 11:31:59 +10:00
c346dfe8a4 SPU: Drop OOB register warnings to dev level 2021-11-26 11:31:59 +10:00
1f07ea6ecc MDEC: EOB is optional for complete blocks 2021-11-14 20:46:05 -08:00
fbf52b57e8 Qt: Fix save state to file executing in UI thread 2021-11-11 11:48:20 +10:00
c54c5f1b95 Common/CueParser: Remove redundant check for CATALOG 2021-11-10 13:38:06 +10:00
a8ca544648 NoGUI: Fix incorrect mask in modifier lookup 2021-11-10 13:37:37 +10:00
a2223124ad Qt: Correct behavior of sorting in game list model
Turns out Qt inverts it for us.
2021-11-10 13:35:41 +10:00
fca4a2ec28 Common/FileSystem: Fix a couple of warnings from #2716 2021-11-10 13:18:30 +10:00
e6741dad9b Common/Timestamp: Use tuple for comparison operators 2021-11-10 13:00:32 +10:00
13453ee6d8 Merge pull request #2715 from stenzek/pvd-hash
System: Use exe hash plus pvd hash for image hash code
2021-11-10 12:34:55 +10:00