mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
15
PortabilityLayer/PixelFormat.h
Normal file
15
PortabilityLayer/PixelFormat.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
enum PixelFormat
|
||||
{
|
||||
PixelFormat_Invalid,
|
||||
|
||||
PixelFormat_8BitStandard,
|
||||
PixelFormat_8BitCustom,
|
||||
PixelFormat_RGB555,
|
||||
PixelFormat_RGB24,
|
||||
PixelFormat_RGB32,
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user