diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h index 5ba64a4ce..8f9a0a7f8 100644 --- a/src/core/hle/service/nvflinger/nvflinger.h +++ b/src/core/hle/service/nvflinger/nvflinger.h @@ -85,11 +85,12 @@ private: std::shared_ptr<Nvidia::Module> nvdrv; - std::array<Display, 4> displays{{ + std::array<Display, 5> displays{{ {0, "Default"}, {1, "External"}, {2, "Edid"}, {3, "Internal"}, + {4, "Null"}, }}; std::vector<std::shared_ptr<BufferQueue>> buffer_queues; |