diff --git a/stratosphere/loader/source/ldr_map.hpp b/stratosphere/loader/source/ldr_map.hpp index 8af62f6..28e4b85 100644 --- a/stratosphere/loader/source/ldr_map.hpp +++ b/stratosphere/loader/source/ldr_map.hpp @@ -170,6 +170,6 @@ /* TODO: panic(). */ } } - *this = (const MappedCodeMemory){0}; + *this = {}; } };