diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-02-25 12:44:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 12:44:06 -0500 |
| commit | 290ec3eb2f54b977aa7f7e390edc3002221c6959 (patch) | |
| tree | f137af56bf17e2f5705c821e53a152577e08718a /src/core/hle/service/vi/vi_m.cpp | |
| parent | d5bfc36e90ed6239625d4ef629eb571f8b6c22e2 (diff) | |
| parent | 39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (diff) | |
Merge pull request #9857 from german77/fwupdate
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/vi/vi_m.cpp')
| -rw-r--r-- | src/core/hle/service/vi/vi_m.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi_m.cpp b/src/core/hle/service/vi/vi_m.cpp index 1ab7fe4ab..7ca44354b 100644 --- a/src/core/hle/service/vi/vi_m.cpp +++ b/src/core/hle/service/vi/vi_m.cpp @@ -14,6 +14,10 @@ VI_M::VI_M(Core::System& system_, NVFlinger::NVFlinger& nv_flinger_, static const FunctionInfo functions[] = { {2, &VI_M::GetDisplayService, "GetDisplayService"}, {3, nullptr, "GetDisplayServiceWithProxyNameExchange"}, + {100, nullptr, "PrepareFatal"}, + {101, nullptr, "ShowFatal"}, + {102, nullptr, "DrawFatalRectangle"}, + {103, nullptr, "DrawFatalText32"}, }; RegisterHandlers(functions); } |
