mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
more lynx micro-fixes and bump version to dev57
allocated 3 versions for possible emergency fix releases after 0.5.7 0.6 dev starts here!
This commit is contained in:
parent
278536489f
commit
f2232b6157
3 changed files with 4 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
|||
warnings+=(String("\n")+x); \
|
||||
}
|
||||
|
||||
#define DIV_VERSION "0.5.7"
|
||||
#define DIV_ENGINE_VERSION 53
|
||||
#define DIV_VERSION "dev57"
|
||||
#define DIV_ENGINE_VERSION 57
|
||||
|
||||
enum DivStatusView {
|
||||
DIV_STATUS_NOTHING=0,
|
||||
|
|
|
@ -1586,7 +1586,7 @@ const char* aboutLine[]={
|
|||
"thanks to all contributors/bug reporters!"
|
||||
};
|
||||
|
||||
const size_t aboutCount = sizeof(aboutLine) / sizeof(aboutLine[0]);
|
||||
const size_t aboutCount = sizeof(aboutLine)/sizeof(aboutLine[0]);
|
||||
|
||||
void FurnaceGUI::drawAbout() {
|
||||
// do stuff
|
||||
|
|
|
@ -1091,6 +1091,7 @@ void FurnaceGUI::commitSettings() {
|
|||
PUT_UI_COLOR(GUI_COLOR_INSTR_POKEY);
|
||||
PUT_UI_COLOR(GUI_COLOR_INSTR_BEEPER);
|
||||
PUT_UI_COLOR(GUI_COLOR_INSTR_SWAN);
|
||||
PUT_UI_COLOR(GUI_COLOR_INSTR_MIKEY);
|
||||
PUT_UI_COLOR(GUI_COLOR_INSTR_UNKNOWN);
|
||||
PUT_UI_COLOR(GUI_COLOR_CHANNEL_FM);
|
||||
PUT_UI_COLOR(GUI_COLOR_CHANNEL_PULSE);
|
||||
|
|
Loading…
Reference in a new issue