mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 06:37:53 -05:00
vic: Implement RGBX frame format
This commit is contained in:
@ -38,6 +38,7 @@ private:
|
||||
enum class VideoPixelFormat : u64_le {
|
||||
RGBA8 = 0x1f,
|
||||
BGRA8 = 0x20,
|
||||
RGBX8 = 0x23,
|
||||
Yuv420 = 0x44,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user