mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Custom broadcasts file is more appropriate in:
Goldberg SteamEmu Saves/settings/custom_broadcasts.txt Use C++ vector instead of C arrays.
This commit is contained in:
parent
3552eed3ec
commit
701eba17e8
7 changed files with 32 additions and 29 deletions
|
|
@ -54,6 +54,7 @@ public:
|
|||
unsigned int file_size(std::string folder, std::string file);
|
||||
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_path(std::string folder);
|
||||
|
||||
bool update_save_filenames(std::string folder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue