mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Give generate remote base path a return value. wtf
This commit is contained in:
parent
5b69173d0a
commit
bd2aac290e
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ bool mods_generate_remote_base_path(void) {
|
||||||
|
|
||||||
// make directory
|
// make directory
|
||||||
if (!fs_sys_dir_exists(gRemoteModsBasePath)) { fs_sys_mkdir(gRemoteModsBasePath); }
|
if (!fs_sys_dir_exists(gRemoteModsBasePath)) { fs_sys_mkdir(gRemoteModsBasePath); }
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void mods_activate(struct Mods* mods) {
|
void mods_activate(struct Mods* mods) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue