mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Warnings: Fix several warnings.
This commit is contained in:
parent
2bd8db5f7a
commit
f256153a2b
18 changed files with 41 additions and 40 deletions
|
|
@ -12,7 +12,7 @@
|
|||
//void cellFontFT_load();
|
||||
//void cellFontFT_unload();
|
||||
//Module cellFontFT(0x001a, cellFontFT_init, cellFontFT_load, cellFontFT_unload);
|
||||
extern Module *cellFontFT = nullptr;
|
||||
Module *cellFontFT = nullptr;
|
||||
|
||||
struct CellFontLibraryConfigFT
|
||||
{
|
||||
|
|
@ -85,4 +85,4 @@ void cellFontFT_load()
|
|||
void cellFontFT_unload()
|
||||
{
|
||||
delete s_fontFtInternalInstance;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue