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