diff options
| author | 2016-02-25 19:21:50 -0500 | |
|---|---|---|
| committer | 2016-02-25 19:21:50 -0500 | |
| commit | af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd (patch) | |
| tree | 1ae5c0281f70ff811ea2370610745b3957060fa5 /src/common/logging/log.h | |
| parent | Merge pull request #1422 from vgturtle127/patch-1 (diff) | |
| parent | AudioCore: Skeleton Implementation (diff) | |
| download | yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.gz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.tar.xz yuzu-af7282b5ea8ed3ebfb47f35f6ac8212cfcb4c4fd.zip | |
Merge pull request #1386 from MerryMage/audio-core-skeleton
Audio Core: Skeleton
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 2d9323a7b..ec7bb00b8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -73,6 +73,8 @@ enum class Class : ClassType { | |||
| 73 | Render, ///< Emulator video output and hardware acceleration | 73 | Render, ///< Emulator video output and hardware acceleration |
| 74 | Render_Software, ///< Software renderer backend | 74 | Render_Software, ///< Software renderer backend |
| 75 | Render_OpenGL, ///< OpenGL backend | 75 | Render_OpenGL, ///< OpenGL backend |
| 76 | Audio, ///< Emulator audio output | ||
| 77 | Audio_DSP, ///< The HLE implementation of the DSP | ||
| 76 | Loader, ///< ROM loader | 78 | Loader, ///< ROM loader |
| 77 | 79 | ||
| 78 | Count ///< Total number of logging classes | 80 | Count ///< Total number of logging classes |