gint/src
Lephe 41294ec0a4
printf: fix %% doubling down as a format specifier
When parsing a %% format, the second % character was mistakenly not
skipped over after emitting a '%' output; this resulted in it being
treated as a format specifier. For instance,

  printf("%%d", 12);

would print "%12".
2020-06-14 08:15:00 +02:00
..
core periodic check of SH3 compatibility 2020-05-31 22:26:30 +02:00
cpg drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
dma bfile: solve stability issues on fx9860g and fxcg50 2020-05-31 15:52:00 +02:00
gray bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
keysc drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
r61524 drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
render code review and display driver changes 2020-02-23 16:05:25 +01:00
render-cg render-cg: fix potential VRAM overflow in gint_dhline() 2020-06-13 20:41:13 +02:00
render-fx bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
rtc drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
std printf: fix %% doubling down as a format specifier 2020-06-14 08:15:00 +02:00
t6k11 drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
tmu drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png style, formatting, font 2019-09-03 22:29:04 +02:00