rpcsx/rpcs3/Emu/Cell/Modules/cellFontFT.h
2016-04-15 19:22:29 +03:00

14 lines
230 B
C++

#pragma once
#include "cellFont.h"
namespace vm { using namespace ps3; }
struct CellFontLibraryConfigFT
{
vm::bptr<void> library;
CellFontMemoryInterface MemoryIF;
};
using CellFontRendererConfigFT = CellFontRendererConfig;