mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
linux port fixed; some cleanups
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@706 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ee2a3bdfa5
commit
bcd94522e8
21 changed files with 150 additions and 486 deletions
|
@ -168,7 +168,7 @@ static void textOut16(int x, int y, const char *text)
|
|||
}
|
||||
|
||||
|
||||
void osd_text(int x, int y, const char *text)
|
||||
static void osd_text(int x, int y, const char *text)
|
||||
{
|
||||
int len = strlen(text)*8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue