Skip to content

Commit 21c3eac

Browse files
committed
I hate ios
1 parent 526f7fa commit 21c3eac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"win": "",
3232
"mac": "",
3333
"android": "",
34-
"ios": "{gd_dir}/Clubstep.mp3"
34+
"ios": "{mod_config_dir}"
3535
},
3636
"control": {
3737
"dialog": "open",

src/main.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include <Geode/Geode.hpp>
2+
3+
using namespace geode::prelude;
4+
5+
$on_mod(Loaded)
6+
{
7+
// If the config dir doesn't exist we have to create it.
8+
Mod::get()->getConfigDir(true);
9+
}

0 commit comments

Comments
 (0)