mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-19 14:14:04 +00:00
Module loading should work again
Modules won't load if already loaded (dirty footprint hack)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Jared Boone, ShareBrained Technology, Inc.
|
||||
*
|
||||
* Copyright (C) 2016 Furrtek
|
||||
*
|
||||
* This file is part of PortaPack.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -106,6 +107,8 @@ void XylosView::upd_message() {
|
||||
else
|
||||
ccirmessage[c] -= 0x30;
|
||||
}
|
||||
|
||||
ccirmessage[20] = 0xFF;
|
||||
}
|
||||
|
||||
void XylosView::journuit() {
|
||||
|
||||
Reference in New Issue
Block a user