mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
DiscIO: drop unused stuff
This commit is contained in:
parent
d6b2fcaa71
commit
df79398445
8 changed files with 0 additions and 47 deletions
|
@ -30,7 +30,6 @@ public:
|
|||
bool ExportFile(const std::string& _rFullPath, const std::string&_rExportFilename) override;
|
||||
bool ExportApploader(const std::string& _rExportFolder) const override;
|
||||
bool ExportDOL(const std::string& _rExportFolder) const override;
|
||||
bool GetBootDOL(u8* &buffer, u32 DolSize) const override;
|
||||
u32 GetBootDOLSize() const override;
|
||||
u32 GetBootDOLSize(u64 dol_offset) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue