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

14 lines
193 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"
2018-02-09 17:49:37 +03:00
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;