Soundtracker .mod loading support

this required a re-organization of DivEngine::load() but it works
eventually we'll be able to load other file formats this way
This commit is contained in:
tildearrow 2022-04-15 00:45:55 -05:00
parent 51bc1119e8
commit 3e15a066f8
2 changed files with 83 additions and 42 deletions

View file

@ -490,7 +490,8 @@ enum PasteMode {
GUI_PASTE_MODE_OVERFLOW
};
#define FURKMOD_CTRL (1<<31)
// 1<<31
#define FURKMOD_CTRL (-2147483648)
#define FURKMOD_SHIFT (1<<29)
#define FURKMOD_META (1<<28)
#define FURKMOD_ALT (1<<27)