File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4646
4747- EmuGUI now utilises the Win32 API on Windows. This is to fix an issue where EmuGUI is not able to determine the Documents folder properly.
4848- The changes from 2.0.9 have been added to the changelog.
49+ - The logs now tell you if your system is unsupported.
50+ - In the "About" section, you will read a message about this thing (now also for RAM).
51+ - You will find the updated requirements in the readme.
52+ - Formatting fixed
4953
5054## Known issues
5155
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def __init__(self, parent=None):
132132 logman = errors .logman .LogMan ()
133133 logman .generateLogID ()
134134 logman .logFile = logman .setLogFile ()
135- self .version = "2.1.0.57ab_dev "
135+ self .version = "2.1.0.5703_dev "
136136
137137 self .architectures = [
138138 ["i386" , self .lineEdit_4 ],
You can’t perform that action at this time.
0 commit comments