mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Displaying % and heart on VKBD - maybe...
This commit is contained in:
+2
-1
@@ -297,7 +297,8 @@ unsigned char *mbuffer=(unsigned char *)surf;
|
||||
#endif
|
||||
|
||||
if(string==NULL)return;
|
||||
for(strlen = 0; strlen<maxstrlen && string[strlen]; strlen++) {}
|
||||
strlen = sizeof(string);
|
||||
if (strlen>maxstrlen) strlen = maxstrlen;
|
||||
|
||||
int surfw=strlen * 7 * xscale;
|
||||
int surfh=8 * yscale;
|
||||
|
||||
Reference in New Issue
Block a user