diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h index fe1f695ce9..1dbc214dda 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h @@ -35,8 +35,8 @@ public: private: enum class ZBCTypes { - color = 1, - depth = 2, + color = 1, + depth = 2, }; struct IoctlGpuCharacteristics {