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

14 lines
230 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"
namespace vm { using namespace ps3; }
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;