mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
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:
parent
0ab36ef44d
commit
02832d9623
4 changed files with 29 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue