diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index 993f1e65a2..a1157ce6a7 100644 --- a/src/core/hle/service/vi/vi.cpp +++ b/src/core/hle/service/vi/vi.cpp @@ -551,7 +551,7 @@ private: } else if (transaction == TransactionId::CancelBuffer) { LOG_CRITICAL(Service_VI, "(STUBBED) called, transaction=CancelBuffer"); } else { - ASSERT_MSG(false, "Unimplemented"); + UNIMPLEMENTED(); } IPC::ResponseBuilder rb{ctx, 2};