Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 11, 2024
1 parent 0966dff commit b2c12a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
class $modify(MenuLayer) {
void onMoreGames(CCObject*) {
std::string path = Mod::get()->getResourcesDir() / "geode-logo.png";
NSString *iconPath = to_sstring(path);
NSString *iconPath = to_nsstring(path);
}
};

0 comments on commit b2c12a8

Please sign in to comment.