diff --git a/rpcs3/Emu/Cell/Modules/sceNpSns.cpp b/rpcs3/Emu/Cell/Modules/sceNpSns.cpp index bcbd9ede7a..cfd8f0e39c 100644 --- a/rpcs3/Emu/Cell/Modules/sceNpSns.cpp +++ b/rpcs3/Emu/Cell/Modules/sceNpSns.cpp @@ -147,7 +147,8 @@ s32 sceNpSnsFbCheckThrottle() s32 sceNpSnsFbCheckConfig() { - fmt::throw_exception("Unimplemented" HERE); + sceNpSns.todo("sceNpSnsFbCheckConfig()"); + return CELL_OK; } s32 sceNpSnsFbLoadThrottle()