comparison nuklear_ui/blastem_nuklear.c @ 1812:8aeac7bd9fa7 v0.6.2

Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Mar 2019 23:34:53 -0700
parents af14c21939f6
children 8db3c043be00
comparison
equal deleted inserted replaced
1811:af14c21939f6 1812:8aeac7bd9fa7
158 } 158 }
159 159
160 void view_about(struct nk_context *context) 160 void view_about(struct nk_context *context)
161 { 161 {
162 const char *lines[] = { 162 const char *lines[] = {
163 "BlastEm v0.6.1", 163 "BlastEm v0.6.2",
164 "Copyright 2012-2017 Michael Pavone", 164 "Copyright 2012-2019 Michael Pavone",
165 "", 165 "",
166 "BlastEm is a high performance open source", 166 "BlastEm is a high performance open source",
167 "(GPLv3) Genesis/Megadrive emulator", 167 "(GPLv3) Genesis/Megadrive emulator",
168 }; 168 };
169 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines); 169 const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines);
170 const char *thanks[] = { 170 const char *thanks[] = {
171 "Nemesis: Documentation and test ROMs", 171 "Nemesis: Documentation and test ROMs",
172 "Charles MacDonald: Documentation", 172 "Charles MacDonald: Documentation",
173 "Eke-Eke: Documentation", 173 "Eke-Eke: Documentation",
174 "Sauraen: YM2612/YM2203 Die Analysis",
175 "Alexey Khokholov: YM3438 Die Analysis",
174 "Bart Trzynadlowski: Documentation", 176 "Bart Trzynadlowski: Documentation",
175 "KanedaFR: Hosting the best Sega forum", 177 "KanedaFR: Hosting the best Sega forum",
176 "Titan: Awesome demos and documentation", 178 "Titan: Awesome demos and documentation",
177 "flamewing: BCD info and test ROM", 179 "flamewing: BCD info and test ROM",
178 "r57shell: Opcode size test ROM", 180 "r57shell: Opcode size test ROM",