File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
loader/include/Geode/loader Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -535,10 +535,10 @@ constexpr auto operator""_spr() {
535535 * ```
536536 */
537537#define GEODE_MOD_STATIC_PATCH (Offset_, ...) \
538- doNotOptimize (utils::string::ConstexprString::toLiteral([](){\
539- utils::string::ConstexprString str2; \
538+ geode:: doNotOptimize (geode:: utils::string::ConstexprString::toLiteral([](){\
539+ geode:: utils::string::ConstexprString str2; \
540540 str2.push (__VA_ARGS__); \
541- utils::string::ConstexprString str; \
541+ geode:: utils::string::ConstexprString str; \
542542 str.push (" [GEODE_PATCH_SIZE]" ); \
543543 str.push (str2.size (), 16 ); \
544544 str.push (" [GEODE_PATCH_BYTES]" ); \
@@ -559,8 +559,8 @@ constexpr auto operator""_spr() {
559559 * ```
560560 */
561561#define GEODE_MOD_STATIC_HOOK (Offset_, Detour_, ...) \
562- (doNotOptimize(utils::string::ConstexprString::toLiteral([](){ \
563- utils::string::ConstexprString str; \
562+ (geode:: doNotOptimize(geode:: utils::string::ConstexprString::toLiteral([](){ \
563+ geode:: utils::string::ConstexprString str; \
564564 str.push (" [GEODE_MODIFY_NAME]" ); \
565565 str.push (GEODE_STR (__VA_ARGS__)); \
566566 str.push (" [GEODE_MODIFY_OFFSET]" ); \
You can’t perform that action at this time.
0 commit comments