mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 02:52:44 +02:00
fssrv: fix dumb assert error
This commit is contained in:
parent
e49916968c
commit
a55e74aec3
@ -34,8 +34,8 @@ namespace ams::fssrv {
|
||||
|
||||
void ProgramRegistryImpl::Initialize(ProgramRegistryServiceImpl *service) {
|
||||
/* Check pre-conditions. */
|
||||
AMS_ASSERT(g_impl != nullptr);
|
||||
AMS_ASSERT(g_impl == nullptr);
|
||||
AMS_ASSERT(service != nullptr);
|
||||
AMS_ASSERT(g_impl == nullptr);
|
||||
|
||||
/* Set the global service. */
|
||||
g_impl = service;
|
||||
|
Loading…
Reference in New Issue
Block a user