Jean-Philip Desjardins
62997ad4be
Use accurate ADDi only if specified by compile hint.
2024-12-18 11:52:26 -05:00
Jean-Philip Desjardins
67e0c572bc
Rename compile hint.
2024-12-18 11:51:32 -05:00
Jean-Philip Desjardins
ee450535c9
Fix index provided when removing item from bootable list.
Build Android / build_android (apk) (push) Waiting to run
Build Android / build_android (libretro) (push) Waiting to run
Build iOS / build_ios (push) Waiting to run
Build JavaScript / build_js (push) Waiting to run
Build Linux / build_linux (push) Waiting to run
Build Linux ARM32 / build_linux_arm32 (push) Waiting to run
Build Linux ARM64 / build_linux_arm64 (push) Waiting to run
Build macOS / build_macos (push) Waiting to run
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Waiting to run
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Waiting to run
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Waiting to run
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Waiting to run
Check Format / run_clangformat (push) Waiting to run
2024-12-17 16:44:52 -05:00
Jean-Philip Desjardins
69ce62f6fb
Fix build issue.
2024-11-22 08:33:04 -05:00
Jean-Philip Desjardins
d5af62f3f3
Encode backslashes in MC filenames.
...
Blackhawk Down uses this in one of its filenames, causing issues on Windows.
2024-11-21 12:28:01 -05:00
Jean-Philip Desjardins
f21c882971
Add easy way to enable some logging.
2024-11-20 18:59:05 -05:00
Jean-Philip Desjardins
8837c103d2
Add workaround for case where game pass buffer = 0 in SifRegisterRpc.
2024-11-19 12:24:36 -05:00
Jean-Philip Desjardins
49d5021f28
Implement PABSH.
2024-11-19 12:24:36 -05:00
Jean-Philip Desjardins
88caaf21af
Cleanup.
2024-11-14 09:12:05 -05:00
Jean-Philip Desjardins
b70567a98d
Adjust assert condition.
2024-11-14 09:11:37 -05:00
Jean-Philip Desjardins
aad9ef7f5a
Implement AllocateVpl.
2024-11-11 12:17:33 -05:00
Jean-Philip Desjardins
11faba0797
Update SifSendCmd's return value.
2024-11-06 17:43:33 -05:00
Jean-Philip Desjardins
4d9f583386
Remove unused definition.
2024-11-06 08:25:48 -05:00
Jean-Philip Desjardins
6ce05c4d6b
Report a successful registration of cdrom_stm IOMAN driver.
...
Allows proper initialization of CDVD ST module.
2024-10-29 15:02:22 -04:00
Jean-Philip Desjardins
e5cc210ed4
Don't delay stat when using SifSetDmaCallback.
2024-10-29 14:55:00 -04:00
Zer0xFF
f7117c32d7
Cleanup/Fix: Fix list order list to reflect new ordering, use new pref name for sorting ( #1421 )
2024-10-25 21:09:59 -04:00
Jean-Philip Desjardins
32d6e06d3e
Merge pull request #1419 from Zer0xFF/upstream_qt_addons
...
Qt & build system improvements
2024-10-25 17:21:37 -04:00
Mahmood - Zer0xFF
c618861c0e
update BootablesInterop.java and preference name to reflect recent enum changes
2024-10-25 21:21:52 +01:00
nia
e33c207043
Build on more Unix-like OSes (BSD, illumos, etc)
...
Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-25 10:39:25 +02:00
Mahmood - Zer0xFF
b8ff417987
Fix build: be more explicit with which varient of string_cast we want to use
2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
087b025a3e
Simplify QBootablesView::BootCallback
2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
c3f138a424
Split DiskUtils into BootableUtils
2024-10-24 20:43:37 +01:00
Mahmood - Zer0xFF
9eaf97ae4d
Move IsBootableExecutablePath && IsBootableDiscImagePath to DiskUtils namespace
2024-10-24 18:13:18 +01:00
Mahmood - Zer0xFF
7d7717f633
Add Resolution toggle option
2024-10-24 18:13:06 +01:00
nia
2a3c4eaf95
Fix a compilation error on some platforms.
...
std::max expects both arguments to be the same type (in this
case const char *), while the C version of strrchr returns
non-const char *, which results in a type error with some C
libraries.
Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-22 12:43:09 +02:00
Mahmood - Zer0xFF
f8dc926c45
More Cleanup
2024-10-20 14:44:10 +01:00
Mahmood - Zer0xFF
ba0e3001ba
Cleanup
2024-10-20 14:43:31 +01:00
Mahmood - Zer0xFF
d14a6e4652
Toggle FPS limit with label right click
2024-10-20 14:22:04 +01:00
Mahmood - Zer0xFF
ee5ea0cb92
Initalise vars
2024-10-20 14:21:02 +01:00
Mahmood - Zer0xFF
ae835d7fa5
Hide Homebrew/Arcade sort option
2024-10-20 14:21:02 +01:00
Mahmood - Zer0xFF
0d43ab4767
Add bootable type filter
2024-10-20 14:20:50 +01:00
nia
478e490134
qt: Allow compiling on Unix-likes without EVDEV
...
This is needed to compile on NetBSD, OpenBSD, illumos, etc.
Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-20 13:09:57 +02:00
Jean-Philip Desjardins
e70ee1608f
Report error if HDD image file doesn't have the proper sector size.
2024-09-23 16:10:35 -04:00
Jean-Philip Desjardins
0621599628
Improve the way we track command delays in CDVDFSV.
2024-09-19 17:44:16 -04:00
Jean-Philip Desjardins
3fd5b7a56c
Only honor T and D bits if E bit has not been encountered.
...
Fixes Silent Hill 2 hanging at movies.
2024-09-19 17:43:54 -04:00
Jean-Philip Desjardins
f5bcb8bb1d
Add some delay to SIF transfers from IOP.
2024-09-19 17:43:54 -04:00
Jean-Philip Desjardins
1f56371fcf
Improve MC file scanning code.
2024-09-19 17:43:33 -04:00
Jean-Philip Desjardins
1988803004
Add another missing ACCDVD function.
2024-09-17 16:45:15 -04:00
Jean-Philip Desjardins
47abfd1204
Fix logging.
2024-09-16 17:35:29 -04:00
Jean-Philip Desjardins
687df4560f
Update function names.
2024-09-16 17:34:08 -04:00
Jean-Philip Desjardins
de9e9871b4
Improve indentation.
2024-09-16 17:27:00 -04:00
Jean-Philip Desjardins
5cbeec7b12
Implement some missing ACCDVD functions.
2024-09-16 17:26:16 -04:00
Jean-Philip Desjardins
9ac090e64a
Add more libsd log.
2024-09-03 17:33:33 -04:00
Jean-Philip Desjardins
2f6fd7b39b
Fix handling of DECAL texture function when TCC is 0.
2024-08-26 17:08:39 -04:00
Jean-Philip Desjardins
d37e62bfad
JS: Fix seeking to end on large files.
2024-08-26 10:34:21 -04:00
Jean-Philip Desjardins
cdb0fa81fd
Only trigger T/D bit interrupts when they are enabled.
2024-08-16 16:44:53 -04:00
Jean-Philip Desjardins
b59696f544
Add missing clamping.
2024-08-16 16:44:53 -04:00
Jean-Philip Desjardins
1f2a662ca6
Add some specialised code path to handle Edge of Reality games.
...
Uses E bit in a branch delay slot.
2024-08-16 16:44:53 -04:00
Jean-Philip Desjardins
71e2a2f202
Add missing check.
2024-08-16 16:44:53 -04:00
Jean-Philip Desjardins
938ee6bc06
Handle D/T bits.
2024-08-16 16:44:53 -04:00