dolphin/Source/Core
JosJuice 3a6df63e9b DiscIO: Add support for the NFS format
For a few years now, I've been thinking it would be nice to make Dolphin
support reading Wii games in the format they come in when you download
them from the Wii U eShop. The Wii U eShop has some good deals on Wii
games (Metroid Prime Trilogy especially is rather expensive if you try
to buy it physically!), and it's the only place right now where you can
buy Wii games digitally.

Of course, Nintendo being Nintendo, next year they're going to shut down
this only place where you can buy Wii games digitally. I kind of wish I
had implemented this feature earlier so that people would've had ample
time to buy the games they want, but... better late than never, right?

I used MIT-licensed code from the NOD library as a reference when
implementing this. None of the code has been directly copied, but
you may notice that the names of the struct members are very similar.
c1635245b8/lib/DiscIONFS.cpp
2022-08-04 22:00:58 +02:00
..
AudioCommon StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
Common Merge pull request #10872 from shuffle2/timer 2022-08-03 14:30:29 -04:00
Core DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DiscIO DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DolphinNoGUI Require frontend to initialize controllers 2022-07-17 14:03:04 +02:00
DolphinQt DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DolphinTool VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
InputCommon Merge pull request #10889 from shuffle2/spng 2022-07-26 12:53:04 +02:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
UpdaterCommon cmake: Don't use PCH with Qt6. 2022-05-22 01:19:44 +02:00
VideoBackends MTLUtil: Include TargetConditionals 2022-07-23 17:22:11 -04:00
VideoCommon Timer: protect usages of ms timers from rollover 2022-08-02 22:24:06 -07:00
WinUpdater replace zlib with zlib-ng 2022-07-24 14:33:37 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00