mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Add text anti-aliasing, disable arcade mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "PLLittleEndian.h"
|
||||
#include "PLLittleEndian.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
@@ -10,9 +10,9 @@ namespace PortabilityLayer
|
||||
static const uint32_t kRiffChunkID = 0x46464952;
|
||||
static const uint32_t kWaveChunkID = 0x45564157;
|
||||
static const uint32_t kFormatChunkID = 0x20746d66;
|
||||
static const uint32_t kDataChunkID = 0x61746164;
|
||||
static const uint32_t kDataChunkID = 0x61746164;
|
||||
}
|
||||
|
||||
|
||||
struct RIFFTag
|
||||
{
|
||||
LEUInt32_t m_tag;
|
||||
|
||||
Reference in New Issue
Block a user