Draft socketselect, other minor fixes

This commit is contained in:
Raul Tambre 2015-07-15 16:21:41 +03:00
parent 82733e1943
commit 6beec80b60
6 changed files with 129 additions and 75 deletions

View file

@ -528,7 +528,7 @@ s32 cellFontDeleteGlyph()
s32 cellFontExtend(u32 a1, u32 a2, u32 a3)
{
cellFont.Warning("cellFontExtend(a1=0x%x, a2=0x%x, a3=0x%x)", a1, a2, a3);
cellFont.Todo("cellFontExtend(a1=0x%x, a2=0x%x, a3=0x%x)", a1, a2, a3);
//In a test I did: a1=0xcfe00000, a2=0x0, a3=(pointer to something)
if (a1 == 0xcfe00000)
{