mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
DiscIO: Remove VolumeCreator
This file is pretty small now that it doesn't handle Wii partitions anymore, so let's move its contents to Volume.cpp. This is also more consistent with how blob creation works.
This commit is contained in:
parent
56b218a750
commit
ac5c82b36b
19 changed files with 57 additions and 109 deletions
|
@ -37,7 +37,6 @@
|
|||
|
||||
#include "DiscIO/Enums.h"
|
||||
#include "DiscIO/Volume.h"
|
||||
#include "DiscIO/VolumeCreator.h"
|
||||
|
||||
#include "UICommon/UICommon.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue