Commit Graph

5549 Commits (06ecc507972acc13b6257aaa75cb01f66c391804)
 

Author SHA1 Message Date
Connor McLaughlin a8a0a50af7 ISOReader: Make fields public/accessible 3 years ago
Connor McLaughlin b157540ec2
Merge pull request #2711 from Dushistov/patch-1
Fix usage of `free` for stack variable
3 years ago
Connor McLaughlin d7c8a8b797
Merge pull request #2712 from ggrtk/analog-status-byte
AnalogController: Fix legacy rumble conditions and implement status byte toggling
3 years ago
Albert Liu 3273ca36ef AnalogController: Simulate status byte toggling 3 years ago
Albert Liu ab496ef8fe AnalogController: Don't re-enable legacy rumble on manual toggles 3 years ago
Evgeniy Dushistov 39a9997fd0
Fix usage of `free` for stack variable
Based on warning from pvs static analyzer (https://habr.com/ru/company/pvs-studio/blog/586700/)
3 years ago
Connor McLaughlin 946481c2aa System: Add a workaround for PSF files with incorrect header 3 years ago
Connor McLaughlin 0adbfcbb1f Qt: Add missing <future> include to gamepropertiesdialog.cpp 3 years ago
Connor McLaughlin ec31690587 CDROM: Fix incorrect delay on setmode while shell opening 3 years ago
Connor McLaughlin 425dee2f0b CDImage: Fix tracks not getting brought across in CopyTOC() 3 years ago
Connor McLaughlin 643dcb0a39 Update bug_report.md 3 years ago
Connor McLaughlin 2e85d0fcc3 Qt: Update Japanese translation by mikakunin 3 years ago
Connor McLaughlin 639260b41a
Merge pull request #2674 from andercard0/patch-2
Update Turkish
3 years ago
Connor McLaughlin ae92ce8405 Update game database with NeGcon entries from PiperCalls 3 years ago
Connor McLaughlin d7b913288d Update SDL game controller database 3 years ago
Connor McLaughlin 8728e4d43e README: Remove Android beta link 3 years ago
Connor McLaughlin e735746627
Merge pull request #2688 from CookiePLMonster/fix-absolute-cuesheets
CDImageCueSheet: Fix cuesheets with absolute paths
3 years ago
Silent b7f73a42be
CDImageCueSheet: Fix cuesheets with absolute paths 3 years ago
Connor McLaughlin 287b1e1abc D3D12HostDisplay: IDXGIDevice is not a parent of ID3D12Device 3 years ago
Connor McLaughlin c8ff143d9b UWP: Fix building (again) 3 years ago
Connor McLaughlin b1c738454f
Merge pull request #2673 from andercard0/patch-1
Atualização Português do Brasil
3 years ago
Connor McLaughlin 892a137a0d
Merge pull request #2681 from zkdpower/master
Update Simple-Chinese Translation to latest.
3 years ago
Connor McLaughlin 6bb7672168
Merge pull request #2683 from CookiePLMonster/fix-is-valid-psexe-header
Fixup IsValidPSExeHeader
3 years ago
Connor McLaughlin 25f69e7f8c CDROM: Special case immediate GetlocP after play/read before int
Fixes CDDA in Mad Panic Coaster.
3 years ago
Connor McLaughlin 58f05498e5 Common/ProgressCallback: Elide some redundant updates 3 years ago
Silent bcbe93a462
Fixup IsValidPSExeHeader 3 years ago
zkdpower d8e2fac278
Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
3 years ago
Anderson_Cardoso a60e9cfd42
Update Turkish
Update localization to the latest, revised by a native speaker.
3 years ago
Anderson_Cardoso 34ace7dae8
Atualização Português do Brasil
Update localization to the latest.
3 years ago
Connor McLaughlin 48ddebd82e UWP: Fix possible crash on startup in SizeChanged 3 years ago
Connor McLaughlin ccf5006bc8
Merge pull request #2668 from CookiePLMonster/dump-verification
Implement image verification
3 years ago
Connor McLaughlin 5cef81b2a0 GPU: Reduce log level of IRQ request command 3 years ago
Connor McLaughlin ff34fb22e5 CommonHostInterface: Save/load autofire to input profiles 3 years ago
Connor McLaughlin 5367a63826 Update README.md 3 years ago
Connor McLaughlin 3b66acd395 CommonHostInterface: Remove unused variable in DrawEnhancementsOverlay 3 years ago
Connor McLaughlin 355d7664d2 System: Fix unused variable warning 3 years ago
Connor McLaughlin 48e55ab87b MDEC: Fix warnings in gcc debug build 3 years ago
Connor McLaughlin f0c5b049bb DRMDisplay: Should include common types not core types 3 years ago
Connor McLaughlin 2194004662 CDImageDevice: Fix gcc warning 3 years ago
Connor McLaughlin 45a2e0df5c Update compatibility list 3 years ago
Connor McLaughlin 67b4a46895
Merge pull request #2672 from stenzek/build-time-version
CI: Set version in rc files at build time
3 years ago
Connor McLaughlin 134f7d6e54 CI: Set version in rc files at build time 3 years ago
Connor McLaughlin 8e06f1b94d
Merge pull request #2669 from gameblabla/armored_core_sio_fix
Set DSRINPUTLEVEL and CTSINPUTLEVEL to true for Armored Core
3 years ago
Connor McLaughlin e6b6ff6325 Revert "Add version number to the Windows executable"
This reverts commit b0cd59e5fb.
3 years ago
gameblabla 6a005f0a4e
Set DSRINPUTLEVEL and CTSINPUTLEVEL to true for Armored Core
Without this, Armored Core will assume that a link cable is plugged in
and make the local multiplayer unavailable.
In the future, we should have proper link support but for now,
let's just do this instead to at least allow people to play it locally.

Many thanks to Albert Liu for the proper fix :
previously, we were just reporting 0xFFFFFF for SIO STAT.

Co-authored-by: Albert Liu <45282415+ggrtk@users.noreply.github.com>
3 years ago
Silent 85ea9a629a
Add image verification
"Verify Dump" is now removed, now both hash calculation
and image verification are done in one step.
After a successful hash calculation, the button is replaced with
a "Search on Redump.org" button that opens a web browser
on Redump's search page.
3 years ago
Silent e38ee512f3
Fix progress bar not starting from 0 when verifying the data track 3 years ago
Silent 764c6e4a72
Rewrote gamedb with revisional hashes 3 years ago
Connor McLaughlin 96f4fdf8d8
CI: Fix incorrect operator 3 years ago
Connor McLaughlin 98a1d4fe99
Merge pull request #2658 from qurious-pixel/patch-2
Add version number to the Windows executable
3 years ago