mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 12:45:44 +00:00
Address requested changes
This commit is contained in:
parent
136c563f76
commit
326403518d
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ std::string FormatTitleVersion(u32 version,
|
|||
// Returns a directory with name matching name case-insensitive. Returns nullptr if directory
|
||||
// doesn't have a directory with name.
|
||||
std::shared_ptr<VfsDirectory> FindSubdirectoryCaseless(const std::shared_ptr<VfsDirectory> dir,
|
||||
const std::string& name);
|
||||
std::string_view name);
|
||||
|
||||
// A centralized class to manage patches to games.
|
||||
class PatchManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue