diff options
| author | 2018-09-24 12:33:29 +1000 | |
|---|---|---|
| committer | 2018-09-23 22:33:29 -0400 | |
| commit | 2513e086abe4b317763add86d25e6fed7300d6c7 (patch) | |
| tree | e9c1c58ee19526047f79413760c91d4e165175fd /src/common/logging/backend.cpp | |
| parent | Merge pull request #1354 from ogniK5377/ssl-version (diff) | |
| download | yuzu-2513e086abe4b317763add86d25e6fed7300d6c7.tar.gz yuzu-2513e086abe4b317763add86d25e6fed7300d6c7.tar.xz yuzu-2513e086abe4b317763add86d25e6fed7300d6c7.zip | |
Stubbed IRS (#1349)
* Stubbed IRS
Currently we have no ideal way of implementing IRS. For the time being we should have the functions stubbed until we come up with a way to emulate IRS properly.
* Added IRS to logging backend
* Forward declared shared memory for irs
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index efd776db6..9f5918851 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -183,6 +183,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 183 | SUB(Service, FS) \ | 183 | SUB(Service, FS) \ |
| 184 | SUB(Service, GRC) \ | 184 | SUB(Service, GRC) \ |
| 185 | SUB(Service, HID) \ | 185 | SUB(Service, HID) \ |
| 186 | SUB(Service, IRS) \ | ||
| 186 | SUB(Service, LBL) \ | 187 | SUB(Service, LBL) \ |
| 187 | SUB(Service, LDN) \ | 188 | SUB(Service, LDN) \ |
| 188 | SUB(Service, LDR) \ | 189 | SUB(Service, LDR) \ |