comparison nuklear_ui/blastem_nuklear.c @ 2546:6aa3025bbf5f

Merge
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jan 2025 23:03:50 -0800
parents 99e59fdddbc3 c076a96f1668
children 6f1eebc0a90b
comparison
equal deleted inserted replaced
2544:99e59fdddbc3 2546:6aa3025bbf5f
252 void view_file_settings(struct nk_context *context) 252 void view_file_settings(struct nk_context *context)
253 { 253 {
254 view_file_browser(context, 0); 254 view_file_browser(context, 0);
255 } 255 }
256 256
257 #include "../version.inc"
258
257 void view_about(struct nk_context *context) 259 void view_about(struct nk_context *context)
258 { 260 {
259 const char *lines[] = { 261 const char *lines[] = {
260 "BlastEm v0.6.3-pre", 262 "BlastEm v" BLASTEM_VERSION,
261 "Copyright 2012-2019 Michael Pavone", 263 "Copyright 2012-2025 Michael Pavone",
262 "", 264 "",
263 "BlastEm is a high performance open source", 265 "BlastEm is a high performance open source",
264 "(GPLv3) Genesis/Megadrive emulator", 266 "(GPLv3) Genesis/Megadrive emulator",
265 }; 267 };
266 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines); 268 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines);