mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Add text anti-aliasing, disable arcade mode
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "QDGraf.h"
|
||||
|
||||
#include "MemoryManager.h"
|
||||
#include "QDPixMap.h"
|
||||
#include "QDPort.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
@@ -6,6 +8,8 @@
|
||||
|
||||
DrawSurface::~DrawSurface()
|
||||
{
|
||||
if (m_cachedAATable)
|
||||
PortabilityLayer::MemoryManager::GetInstance()->Release(m_cachedAATable);
|
||||
}
|
||||
|
||||
void DrawSurface::PushToDDSurface(IGpDisplayDriver *displayDriver)
|
||||
|
Reference in New Issue
Block a user