diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-03-27 23:34:53 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-03-27 23:34:53 -0700 |
commit | 4017a6c9d4a09d5af1ce18e8a56fefc3f9b6697e (patch) | |
tree | 10329ddf21d4747968afc629202e2958c7262438 /nuklear_ui/blastem_nuklear.c | |
parent | ced8237783ffbd4b71b62d790d0258b6123cf9a3 (diff) |
Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release
Diffstat (limited to 'nuklear_ui/blastem_nuklear.c')
-rw-r--r-- | nuklear_ui/blastem_nuklear.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index 4588cd6..63e5edd 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -160,8 +160,8 @@ void view_lock_on(struct nk_context *context) void view_about(struct nk_context *context) { const char *lines[] = { - "BlastEm v0.6.1", - "Copyright 2012-2017 Michael Pavone", + "BlastEm v0.6.2", + "Copyright 2012-2019 Michael Pavone", "", "BlastEm is a high performance open source", "(GPLv3) Genesis/Megadrive emulator", @@ -171,6 +171,8 @@ void view_about(struct nk_context *context) "Nemesis: Documentation and test ROMs", "Charles MacDonald: Documentation", "Eke-Eke: Documentation", + "Sauraen: YM2612/YM2203 Die Analysis", + "Alexey Khokholov: YM3438 Die Analysis", "Bart Trzynadlowski: Documentation", "KanedaFR: Hosting the best Sega forum", "Titan: Awesome demos and documentation", |