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

14 lines
230 B
C
Raw Normal View History

2014-08-24 00:40:04 +04:00
#pragma once
2015-07-29 15:57:46 +03:00
#include "cellFont.h"
namespace vm { using namespace ps3; }
2014-08-24 00:40:04 +04:00
struct CellFontLibraryConfigFT
{
2015-07-29 15:57:46 +03:00
vm::bptr<void> library;
2014-08-24 00:40:04 +04:00
CellFontMemoryInterface MemoryIF;
};
2015-07-29 15:57:46 +03:00
using CellFontRendererConfigFT = CellFontRendererConfig;