mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
DiscIO/Riivolution: Add dolphin-specific extensions "dolphin_sys_file" and "dolphin_sys_folder" to patch sys files like you would patch regular files.
This commit is contained in:
parent
f5c132580c
commit
cc315cb7af
5 changed files with 26 additions and 9 deletions
|
@ -166,6 +166,8 @@ struct Patch
|
|||
|
||||
std::vector<File> m_file_patches;
|
||||
std::vector<Folder> m_folder_patches;
|
||||
std::vector<File> m_sys_file_patches;
|
||||
std::vector<Folder> m_sys_folder_patches;
|
||||
std::vector<Savegame> m_savegame_patches;
|
||||
std::vector<Memory> m_memory_patches;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue