NAMIが正常に表示されるようにした/RUN,CONT,スロットを実装
This commit is contained in:
@@ -92,10 +92,12 @@ class TabStep : SystemVariable
|
||||
}
|
||||
class Version : SystemVariable
|
||||
{
|
||||
static VERSIONSTRING = "3.1.0";
|
||||
static VERSION = 0x3010000;
|
||||
@property
|
||||
override Value value()
|
||||
{
|
||||
return Value(0x3010000);
|
||||
return Value(VERSION);
|
||||
}
|
||||
}
|
||||
class FreeMem : SystemVariable
|
||||
|
||||
Reference in New Issue
Block a user