allow running GUI without loaded module
This commit is contained in:
parent
6b499fbc79
commit
285cc9b766
6 changed files with 122 additions and 111 deletions
|
|
@ -3,7 +3,7 @@
|
|||
static DivPattern emptyPat;
|
||||
|
||||
DivPattern::DivPattern() {
|
||||
memset(data,0,256*16);
|
||||
memset(data,-1,256*16);
|
||||
}
|
||||
|
||||
DivPattern* DivChannelData::getPattern(int index, bool create) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue