mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Change inventory files place.
inventory is now in %appdata%/goldberg.../<appid>/inventory just like remote and stats. It is also affected by the local_save.txt
This commit is contained in:
parent
420e498f22
commit
6c19056fbb
2 changed files with 3 additions and 14 deletions
|
|
@ -59,7 +59,6 @@ public:
|
|||
bool file_delete(std::string folder, std::string file);
|
||||
uint64_t file_timestamp(std::string folder, std::string file);
|
||||
std::string get_global_settings_path();
|
||||
std::string get_global_inventory_path();
|
||||
std::string get_path(std::string folder);
|
||||
|
||||
bool update_save_filenames(std::string folder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue