rpcsx/rpcs3/Emu/Cell/Modules/cellFontFT.h
2018-02-09 17:49:37 +03:00

14 lines
193 B
C

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