Mercurial > repos > blastem
comparison nuklear_ui/blastem_nuklear.c @ 2545:c076a96f1668
Get CD titles sort of working in libretro target
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 02 Jan 2025 23:02:52 -0800 |
parents | f973651b48d7 |
children | 6aa3025bbf5f |
comparison
equal
deleted
inserted
replaced
2543:9a07d299604b | 2545:c076a96f1668 |
---|---|
245 void view_file_settings(struct nk_context *context) | 245 void view_file_settings(struct nk_context *context) |
246 { | 246 { |
247 view_file_browser(context, 0); | 247 view_file_browser(context, 0); |
248 } | 248 } |
249 | 249 |
250 #include "../version.inc" | |
251 | |
250 void view_about(struct nk_context *context) | 252 void view_about(struct nk_context *context) |
251 { | 253 { |
252 const char *lines[] = { | 254 const char *lines[] = { |
253 "BlastEm v0.6.3-pre", | 255 "BlastEm v" BLASTEM_VERSION, |
254 "Copyright 2012-2019 Michael Pavone", | 256 "Copyright 2012-2025 Michael Pavone", |
255 "", | 257 "", |
256 "BlastEm is a high performance open source", | 258 "BlastEm is a high performance open source", |
257 "(GPLv3) Genesis/Megadrive emulator", | 259 "(GPLv3) Genesis/Megadrive emulator", |
258 }; | 260 }; |
259 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines); | 261 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines); |