mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 00:55:45 +00:00
vic: Implement RGBX frame format
This commit is contained in:
parent
d40819cfb1
commit
62efd87fd9
2 changed files with 15 additions and 3 deletions
|
@ -38,6 +38,7 @@ private:
|
|||
enum class VideoPixelFormat : u64_le {
|
||||
RGBA8 = 0x1f,
|
||||
BGRA8 = 0x20,
|
||||
RGBX8 = 0x23,
|
||||
Yuv420 = 0x44,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue