mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
Small fixes
This commit is contained in:
@@ -147,7 +147,7 @@ constinit const ServiceModule g_gamemodeModule{
|
||||
.majorVersion = GAMEMODE_SERVICE_MAJOR,
|
||||
.minorVersion = GAMEMODE_SERVICE_MINOR,
|
||||
.service = &s_gamemodeService,
|
||||
.modDetached = gamemode_impl::gamemode_remove_mod,
|
||||
.modDeactivating = gamemode_impl::gamemode_remove_mod,
|
||||
};
|
||||
|
||||
} // namespace dusk::mods::svc
|
||||
|
||||
@@ -502,7 +502,7 @@ static void log_build_info() {
|
||||
DuskLog.info("Platform: {}", BOREALIS_PLATFORM_NAME);
|
||||
}
|
||||
|
||||
static void mods_init(const std::string& mods_dir) {
|
||||
static void mods_init(const std::filesystem::path& mods_dir) {
|
||||
// Mod search directories, highest priority first: user dir (--mods replaces it), then
|
||||
// mods/ next to the app, then install-bundled mods inside the app bundle.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user