mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -65,7 +65,13 @@ private:
|
||||
std::string m_patch_root;
|
||||
};
|
||||
|
||||
void ApplyPatchesToFiles(const std::vector<Patch>& patches,
|
||||
enum class PatchIndex
|
||||
{
|
||||
FileSystem,
|
||||
DolphinSysFiles,
|
||||
};
|
||||
|
||||
void ApplyPatchesToFiles(const std::vector<Patch>& patches, PatchIndex index,
|
||||
std::vector<DiscIO::FSTBuilderNode>* fst,
|
||||
DiscIO::FSTBuilderNode* dol_node);
|
||||
void ApplyGeneralMemoryPatches(const std::vector<Patch>& patches);
|
||||
|
Reference in New Issue
Block a user