mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
Fix build.
This commit is contained in:
parent
701eba17e8
commit
2ba58d9f78
@ -41,6 +41,11 @@ std::string Local_Storage::get_path(std::string folder)
|
||||
return "";
|
||||
}
|
||||
|
||||
std::string Local_Storage::get_global_settings_path()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
Local_Storage::Local_Storage(std::string save_directory)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user