diff options
| author | 2019-02-14 10:06:48 -0500 | |
|---|---|---|
| committer | 2019-02-14 10:06:48 -0500 | |
| commit | fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70 (patch) | |
| tree | 05acdede20385a9d738666c59fb63aa9ca055a6a /src/common/logging/log.h | |
| parent | Merge pull request #2115 from lioncash/local (diff) | |
| parent | vk_device: Abstract device handling into a class (diff) | |
| download | yuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.tar.gz yuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.tar.xz yuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.zip | |
Merge pull request #2113 from ReinUsesLisp/vulkan-base
vulkan: Add dependencies and device abstraction
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index d4ec31ec3..8ed6d5050 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -112,6 +112,7 @@ enum class Class : ClassType { | |||
| 112 | Render, ///< Emulator video output and hardware acceleration | 112 | Render, ///< Emulator video output and hardware acceleration |
| 113 | Render_Software, ///< Software renderer backend | 113 | Render_Software, ///< Software renderer backend |
| 114 | Render_OpenGL, ///< OpenGL backend | 114 | Render_OpenGL, ///< OpenGL backend |
| 115 | Render_Vulkan, ///< Vulkan backend | ||
| 115 | Audio, ///< Audio emulation | 116 | Audio, ///< Audio emulation |
| 116 | Audio_DSP, ///< The HLE implementation of the DSP | 117 | Audio_DSP, ///< The HLE implementation of the DSP |
| 117 | Audio_Sink, ///< Emulator audio output backend | 118 | Audio_Sink, ///< Emulator audio output backend |