mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 17:27:52 -05:00
vi: Implement GetDisplayResolution.
This commit is contained in:
@ -14,6 +14,13 @@ struct EventType;
|
||||
namespace Service {
|
||||
namespace VI {
|
||||
|
||||
enum class DisplayResolution : u32 {
|
||||
DockedWidth = 1920,
|
||||
DockedHeight = 1080,
|
||||
UndockedWidth = 1280,
|
||||
UndockedHeight = 720,
|
||||
};
|
||||
|
||||
class Module final {
|
||||
public:
|
||||
class Interface : public ServiceFramework<Interface> {
|
||||
|
Reference in New Issue
Block a user