We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403c56d commit a487bc1Copy full SHA for a487bc1
osd.c
@@ -1939,7 +1939,7 @@ static void InitMSPHook(){
1939
char font_load_name[255];
1940
font_suffix="";
1941
font_path = "/usr/share/fonts/";
1942
- #ifdef _x86
+ #ifdef _x86
1943
font_path = executableDir;//.bmp
1944
int l=strlen(font_path);
1945
font_path[l]='/';
@@ -2142,7 +2142,7 @@ On sigmastar the BMP row stride is aligned to 8 bytes, that is 16 pixels in PIXE
2142
2143
#ifdef __SIGMASTAR__
2144
if (verbose)
2145
- printf("Set SS Font Review %d:%d", bitmap.u32Width, bitmap.u32Height);
+ printf("Set SS Font Review %d:%d\r\n", bitmap.u32Width, bitmap.u32Height);
2146
//For some reason this fails...?!
2147
//set_bitmap(osds[FULL_OVERLAY_ID].hand, &bitmap);//bitmap must match region dimensions!
2148
0 commit comments