rpcsx/rpcs3/Emu/Cell/Modules/cellFontFT.h

14 lines
193 B
C
Raw Normal View History

2014-08-23 22:40:04 +02:00
#pragma once
2015-07-29 14:57:46 +02:00
#include "cellFont.h"
2018-02-09 15:49:37 +01:00
2014-08-23 22:40:04 +02:00
struct CellFontLibraryConfigFT
{
2015-07-29 14:57:46 +02:00
vm::bptr<void> library;
2014-08-23 22:40:04 +02:00
CellFontMemoryInterface MemoryIF;
};
2015-07-29 14:57:46 +02:00
using CellFontRendererConfigFT = CellFontRendererConfig;