8229 Commits

Author SHA1 Message Date
23d25a47ef Merge pull request #927 from aaru-dps/fakeshemp/kryoflux
Read kryoflux flux data
2026-04-05 12:45:09 +01:00
Rebecca Wallander
d6939712b6 Remove ICK
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2026-04-05 11:37:11 +02:00
Rebecca Wallander
a099b2dbd3 remove unused variables 2026-04-05 10:36:27 +02:00
Rebecca Wallander
3a6c759bc8 [Kryoflux] Data does not have to be index aligned 2026-04-04 21:30:50 +02:00
Rebecca Wallander
7da919f601 Update Kryoflux 2026-04-04 21:30:50 +02:00
Rebecca Wallander
77e4332571 Add preliminary KryoFlux support 2026-04-04 21:11:46 +02:00
db1cf10eff Merge pull request #926 from aaru-dps/fakeshemp/merge-flux
Add flux merging
2026-04-04 20:00:06 +01:00
Rebecca Wallander
af54ab3eab Use Select instead of manual foreach
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2026-04-04 20:42:45 +02:00
Rebecca Wallander
a14486bd36 [A2R] Images need to be aligned with index 2026-04-04 20:14:46 +02:00
Rebecca Wallander
0fec9ddc41 [A2R] Handle index signal being different res than data 2026-04-04 20:14:46 +02:00
Rebecca Wallander
e1c127fe33 Handle HxC which doesn't start at index 2026-04-04 20:14:46 +02:00
Rebecca Wallander
71c79772d6 Extra sanity check on HxC 2026-04-04 20:14:46 +02:00
Rebecca Wallander
59b1235ac8 Add ability to merge flux 2026-04-04 20:14:42 +02:00
6fd40158ea Merge pull request #925 from aaru-dps/fakeshemp/scp-refactor
Refactor SCP
2026-04-04 13:53:14 +01:00
Rebecca Wallander
d626875df6 TryGetValue instead of ContainsKey 2026-04-04 13:43:10 +02:00
Rebecca Wallander
d6cae41029 TryGetValue instead of ContainsKey
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2026-04-04 13:40:25 +02:00
a8671cd278 [GUI] Add specific error message for insufficient permissions on device opening in Windows. 2026-04-04 12:08:14 +01:00
Rebecca Wallander
90f914d8de Refactor SCP 2026-04-03 23:02:51 +02:00
7959ff367f [GUI] Add bypass Wii decryption dump option. 2026-04-03 18:53:57 +01:00
12b0ce0862 Merge pull request #920 from aaru-dps/fakeshemp/edc
Dump GameCube and Wii with OmniDrive
2026-04-03 18:06:28 +01:00
Rebecca Wallander
7b7d3b1151 untangle if-statement 2026-04-03 16:34:53 +02:00
Rebecca Wallander
77ab25def4 outputFormat is AaruFormat check 2026-04-03 16:33:56 +02:00
Rebecca Wallander
7166ade598 outputFormat null-check 2026-04-03 16:33:11 +02:00
a9397c0703 [GUI] Fix device list in Linux. 2026-04-03 14:36:52 +01:00
Rebecca Wallander
cb16dc0642 Use ECMA scrambling for Nintendo lead-in/out on Redumper image 2026-04-03 11:43:18 +02:00
Rebecca Wallander
47eee4da80 Dump BCA from GOD/WOD 2026-04-03 11:07:47 +02:00
Rebecca Wallander
c4be5ca378 Descramble Leadin/Leadout 2026-04-03 09:46:13 +02:00
Rebecca Wallander
0dfef8ccb3 Dump NGCW 2026-04-03 08:39:09 +02:00
Rebecca Wallander
2414a8a780 Convert negative sectors on Nintendo discs 2026-04-03 08:39:09 +02:00
Rebecca Wallander
0f275686ce Fix verify for redumper 2026-04-03 08:39:01 +02:00
Rebecca Wallander
326de0a565 Move color coding of CPR_MAI on Nintendo discs 2026-04-03 08:39:01 +02:00
Rebecca Wallander
f1434ef33f Add redumper DVD image 2026-04-03 08:38:41 +02:00
Rebecca Wallander
b0e302e4a7 mark sector bad if edc fail 2026-04-03 08:38:41 +02:00
Rebecca Wallander
c1f703d8e7 Start adding NGCW dumping 2026-04-03 08:38:07 +02:00
449096b721 [AaruFormat] Cut buffer size when a bigger one was requested than what finally was needed.
Some parts of C# expect the buffer length to be precise.
2026-04-02 23:23:36 +01:00
50a7fbb37c [AaruFormat] Non-CD media tracks never shall have a pregap. Even if the image says so. 2026-03-30 12:56:22 +01:00
c2c1999f33 [NTFS] Guard against too big non-resident data sizes. 2026-03-30 12:55:44 +01:00
15c7276af1 Add more granularity to image sidecar exceptions. 2026-03-29 17:17:47 +01:00
382cb59a68 [BeFS] Handle volumes residing in misaligned partitions in optical media. 2026-03-29 14:23:36 +01:00
f08d1304b5 [ADFS] Replace '/' for '.'. 2026-03-29 13:08:49 +01:00
24e78635ff [ADFS] Fix big directory parsing. 2026-03-29 13:08:24 +01:00
1bc3f6ea09 [ADFS] Fix superblock layout and alignment. 2026-03-29 12:09:21 +01:00
8eb9f91a83 Add 'write-metadata' command to handle metadata writing for AaruFormat images 2026-03-27 23:03:27 +00:00
Rebecca Wallander
491a56c105 Make the title key resume a hashmap for speed 2026-03-27 20:23:57 +01:00
Rebecca Wallander
44b5a6e3d2 Add Nintendo DVD descrambler 2026-03-27 20:23:57 +01:00
Rebecca Wallander
030093dd81 Check EDC of OmniDrive sectors 2026-03-27 20:23:57 +01:00
5609766335 Fix the spiral once and for all. 2026-03-27 11:54:33 +00:00
40842090b3 Add remaining time to dumping. 2026-03-27 11:54:04 +00:00
da30f8f5c5 Merge pull request #918 from HeroponRikiBestest/pr-enumeration
Improve UDIF extraction by avoiding repeated and unnecessary enumeration
2026-03-27 09:26:30 +00:00
HeroponRikiBestest
e1022628af Improve UDIF extraction by avoiding repeated and unnecessary enumeration 2026-03-26 21:11:12 -04:00