mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
First cellFont functions & minor changes
* Edited .gitignore * Moved some functions to cellFontFT. * Now cellFont initializes correctly, but it doesn't render anything yet. There are still several things to change and functions to implement. I will take care of it.
This commit is contained in:
parent
5ce57e963f
commit
849af30bfd
7 changed files with 530 additions and 123 deletions
|
@ -40,7 +40,7 @@ static const g_module_list[] =
|
|||
{0x0017, "sys_io"},
|
||||
{0x0018, "cellPngDec"},
|
||||
{0x0019, "cellFont"},
|
||||
{0x001a, "cellFontFt"},
|
||||
{0x001a, "cellFontFT"},
|
||||
{0x001b, "cellFreetype"},
|
||||
{0x001c, "cellUsbd"},
|
||||
{0x001d, "cellSail"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue