mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Implement resource packs
This commit is contained in:
parent
e6b2758ab4
commit
71d53c922f
20 changed files with 1143 additions and 2 deletions
|
@ -51,6 +51,7 @@ enum
|
|||
D_MEMORYWATCHER_IDX,
|
||||
D_WFSROOT_IDX,
|
||||
D_BACKUP_IDX,
|
||||
D_RESOURCEPACK_IDX,
|
||||
F_DOLPHINCONFIG_IDX,
|
||||
F_GCPADCONFIG_IDX,
|
||||
F_WIIPADCONFIG_IDX,
|
||||
|
@ -210,4 +211,4 @@ void OpenFStream(T& fstream, const std::string& filename, std::ios_base::openmod
|
|||
#endif
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue