rsx: Add some sensible fallbacks (#11219)

* rsx: Add some sensible fallbacks

* Update GLPresent.cpp

* Update VKPresent.cpp

* Update rsx_utils.h

* Update rsx_utils.cpp
This commit is contained in:
kd-11 2021-12-02 16:02:08 +03:00 committed by GitHub
parent 0ab36ef44d
commit 02832d9623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 0 deletions

View file

@ -161,6 +161,9 @@ namespace rsx
u32 resolution_y = 720; // Y RES
atomic_t<u32> state = 0; // 1 after cellVideoOutConfigure was called
avconf() noexcept;
~avconf() = default;
u32 get_compatible_gcm_format() const;
u8 get_bpp() const;
double get_aspect_ratio() const;