Commit Graph

260 Commits (d01343881035e0340c8af6129a4bc186db3b727f)

Author SHA1 Message Date
Stenzek d013438810
CDROM: Rewrite BFRD handling
Fixes hang on startup in Unirom.
1 year ago
Stenzek 3063101274
CDROM: Implement 0x60 test command
Apparently needed for unirom.
1 year ago
Stenzek 25bf2b3adc
CDROM: Clear async interrupt on read/seek start
Fixes broken audio in Road Rash.
1 year ago
Stenzek 2ff1f398a3
CDROM: Handle INT1 with pending command
Fixes lockup during track playback in Gokujou Parodius Da! Deluxe Pack.
1 year ago
Stenzek 1565a2667d
Misc: More format string fixes 1 year ago
Stenzek 4e922a34a7
Log: Simplify macros 1 year ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 1 year ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek 71f50566f3
System: Consider pending ticks when using global ticks 2 years ago
Stenzek de1e5b24fb
CDROM: Don't send reports when subq isn't valid 2 years ago
Stenzek fa6850902a
CPU: Make interrupts actually edge-triggered 2 years ago
Stenzek 3395853ba2
CDROM: Fix overflow in UpdatePositionWhileSeeking() 2 years ago
Stenzek 7340324ed9
CDROM: Accuracy improvements 2 years ago
Stenzek 79c226efff
SmallString: fmt -> format, format -> sprintf 2 years ago
Stenzek df91c63b31
CDROM: Add PVD/directory entries to file map 2 years ago
Stenzek 35799aba47
CDROM: Add current file to debug window 2 years ago
Stenzek cce7be4723
Misc: Make struct member functions file-local 2 years ago
Stenzek 38bc2bd057
CDROM: Add option to choose emulated mechacon version 2 years ago
Stenzek edae13d9e4
CDROM: Log command parameters 2 years ago
Stenzek ecb082b672 CDROM: Add NEON implementation of GetPeakVolume() 2 years ago
Stenzek 01e505ec8b Common: Add intrin.h 2 years ago
Stenzek b1bb33a566 Common: Move CPU macros to types.h 2 years ago
Stenzek ac0601f408 Common: Drop String, add SmallString 2 years ago
Stenzek adc124c759 Misc: Unreachable code warning fixes 2 years ago
Stenzek 80e3d29ab8 Misc: clang-cl warning clean-up 2 years ago
Stenzek e23c9875d5 Misc: Split core and util Host 2 years ago
Stenzek e57ad0b6aa Host: Backport translations cache
Note: You'll need a new command line for lupdate.

..\..\..\dep\msvc\qt\6.5.0\msvc2022_64\bin\lupdate.exe ../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP -ts duckstation-qt_LANGUAGE.ts
2 years ago
Stenzek a00a4391ca Common: DynamicHeapArray/FixedHeapArray 2 years ago
Stenzek 9aa6c24620 System: Store game hash as well as serial 3 years ago
Stenzek fe41e92579 CDROM: Improve handling of command spam
Fixes booting games with OpenBIOS.
3 years ago
NicknineTheEagle bd7517b0c9 CDROM: Try to reject non-PS1 discs 3 years ago
NicknineTheEagle 7270531c3d CDROM: Fix region check 3 years ago
Stenzek 95306d3362 CDROM: Slightly adjust seek timing when on target
Fixes Resident Evil 3 booting.
3 years ago
Connor McLaughlin 0683b9fa0e InterruptController: Convert to namespace 3 years ago
Connor McLaughlin 3acf569d67 DMA: Convert to namespace 3 years ago
Connor McLaughlin 90fe071dda CDROM: Adjust Init timing 3 years ago
Connor McLaughlin 2c125bde8c CDROM: Fix size of debug window 3 years ago
Connor McLaughlin 9de849aa66 CDROM: Delay async interrupts immediately after ACKs
Fixes music playback stopping in Ogre Battle.

Closes #2596.
Closes #575.
3 years ago
Connor McLaughlin dd73811628 CDROM: Convert to namespace 3 years ago
Connor McLaughlin 1905ce3e01 CDROM: Don't prevent GetlocL after Init
Console apparently just returns whatever was in memory, even though it
seeked to the start. Fixes Meremanoid booting.
3 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin a6f5ac264e CDROM: Handle some edge cases
- Reel Fishing: Reads while an implicit seek is still going.
 - Transformers - Beast Wars: Needs a longer delay when it issues a
   ReadN after a SeekL and simulated position hits exactly.
3 years ago
Connor McLaughlin c9d13c028e CDROM: Debugger names for some commands 3 years ago
Connor McLaughlin adf41b9bbd D3D12HostDisplay: Implement post processing 3 years ago
Connor McLaughlin cc3fadba14 Qt: Move downsampling to enhancement settings 3 years ago
Connor McLaughlin 5498ddfab7 RegTest: Port to new host abstractions 3 years ago
Connor McLaughlin 5b2c18e27c SPU: Convert to namespace 3 years ago
Connor McLaughlin e1383d15aa CDROM: Fix crash when changing readahead sectors 3 years ago
Connor McLaughlin c2f4b7e7b8 CDROM: Only apply extra remove delay on disc swap 3 years ago
Connor McLaughlin 1057e42956 CDROM: Add additional time to auto disc swap 3 years ago