mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-02-26 16:13:37 +01:00
Small nit
This commit is contained in:
parent
e20e40ebc2
commit
0ffd8acf8d
@ -980,7 +980,7 @@ void retro_init(void)
|
||||
environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &rgb565);
|
||||
|
||||
if (rgb565)
|
||||
fprintf(stderr, "Frontend supports RGB565 - will use that instead of XRGB1555.");
|
||||
fprintf(stderr, "Frontend supports RGB565 - will use that instead of XRGB1555.\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user