mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-01-13 08:49:16 +01:00
ModMii v5.1.1 Changelog
*Fixed bug where ModMii's Emulated NAND Modifier would crash if the neek2o option was disabled. *Bugfix: Forgot to include changelog joke in the last update.
This commit is contained in:
parent
3cdc028ce7
commit
220f8f0ec4
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
:top
|
||||
set currentversion=5.1.0
|
||||
set currentversion=5.1.1
|
||||
set currentversioncopy=%currentversion%
|
||||
set agreedversion=
|
||||
if exist Support\settings.bat call Support\settings.bat
|
||||
@ -7407,6 +7407,8 @@ goto:SNKPAGE4c
|
||||
|
||||
set SNKS2U=
|
||||
|
||||
if /i "%SNEEKSELECT%" EQU "5" (set SNKS2U=N) & (goto:SNKPAGE5)
|
||||
|
||||
::skip this page if neek2o is enabled
|
||||
if /i "%neek2o%" EQU "on" (set SNKS2U=N) & (goto:SNKPAGE5)
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<title>Find Partition Types</title>
|
||||
<link rel="icon" type="image/ico" href="http://nusad.googlecode.com/files/icon.ico"></link>
|
||||
<style type="text/css">
|
||||
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin:5px 5px 5px 5px;">
|
||||
</body>
|
||||
<center>
|
||||
<font size="6">How to find the partition type of your drive</font><br>
|
||||
<iframe width="480" height="360" src="http://www.youtube.com/embed/-K-VBFhUlqc?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||
</center>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user