Skip to content

Commit c1e4de0

Browse files
committed
remove gcube and insight
1 parent d79ec76 commit c1e4de0

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

nsis/INIfiles/devkitProUpdate.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,5 @@ Version=2.0.8.718
123123
File=pn2.0.8.718.zip
124124
Size=4958
125125

126-
[gcube]
127-
Version=0.4.0
128-
File=gcube-0.4.0-win32.tar.bz2
129-
Size=1234
130-
131126
[Settings]
132127
RTL=0

nsis/devkitPro.nsi

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,10 @@ var LIBOGC_VER
208208
var LIBOGC_FAT
209209
var LIBOGC_FAT_VER
210210

211-
var DEVKITPSP
212-
var DEVKITPSP_VER
213-
var PSPDOC
214-
var PSPDOC_VER
215211
var LIBMIRKO
216212
var LIBMIRKO_VER
217213
var PNOTEPAD
218214
var PNOTEPAD_VER
219-
var INSIGHT
220-
var INSIGHT_VER
221-
222-
var GCUBE
223-
var GCUBE_VER
224215

225216
var BASEDIR
226217
var Updates
@@ -321,20 +312,12 @@ SectionGroup "devkitPPC" grpdevkitPPC
321312
Section "Wii examples" wiiexamples
322313
SectionIn 1 3
323314
SectionEnd
324-
Section "Gcube" gcube
325-
SectionIn 1 3
326-
SectionEnd
327315
SectionGroupEnd
328316

329317
Section "Programmer's Notepad" Pnotepad
330318
SectionIn 1 2 3 4
331319
SectionEnd
332320

333-
Section "Insight" Secinsight
334-
SectionIn 1
335-
SectionEnd
336-
337-
338321
Section -installComponents
339322

340323
SetAutoClose false
@@ -444,14 +427,6 @@ Section -installComponents
444427
push $PNOTEPAD
445428
Call DownloadIfNeeded
446429

447-
push ${Secinsight}
448-
push $INSIGHT
449-
Call DownloadIfNeeded
450-
451-
push ${gcube}
452-
push $GCUBE
453-
Call DownloadIfNeeded
454-
455430
SetDetailsView show
456431

457432
IntCmp $Install 1 +1 SkipInstall SkipInstall
@@ -628,23 +603,6 @@ SkipMsys:
628603
push $WIIEXAMPLES_VER
629604
call ExtractExamples
630605

631-
push ${gcube}
632-
push "emulators"
633-
push $GCUBE
634-
push "gcube"
635-
push $GCUBE_VER
636-
call ExtractLib
637-
638-
!insertmacro SectionFlagIsSet ${Secinsight} ${SF_SELECTED} +1 SkipInsight
639-
640-
RMDir /r "$INSTDIR/Insight"
641-
642-
ExecWait '"$EXEDIR/$INSIGHT" -y -o$INSTDIR'
643-
WriteINIStr $INSTDIR\installed.ini insight Version $INSIGHT_VER
644-
push $INSIGHT
645-
call RemoveFile
646-
647-
SkipInsight:
648606
SectionGetFlags ${Pnotepad} $R0
649607
IntOp $R0 $R0 & ${SF_SELECTED}
650608
IntCmp $R0 ${SF_SELECTED} +1 SkipPnotepad
@@ -770,8 +728,6 @@ SectionEnd
770728
!insertmacro MUI_DESCRIPTION_TEXT ${gp32examples} "Gamepark GP32 example code"
771729
!insertmacro MUI_DESCRIPTION_TEXT ${cubeexamples} "Nintendo Gamecube example code"
772730
!insertmacro MUI_DESCRIPTION_TEXT ${wiiexamples} "Nintendo Wii example code"
773-
!insertmacro MUI_DESCRIPTION_TEXT ${Secinsight} "GUI debugger"
774-
!insertmacro MUI_DESCRIPTION_TEXT ${gcube} "Gamecube emulator"
775731
!insertmacro MUI_DESCRIPTION_TEXT ${defaultarm7} "default Nintendo DS arm7 core"
776732
!insertmacro MUI_FUNCTION_DESCRIPTION_END
777733

@@ -988,24 +944,13 @@ installing:
988944
ReadINIStr $WIIEXAMPLES_VER "$EXEDIR\devkitProUpdate.ini" "wiiexamples" "Version"
989945
SectionSetSize ${wiiexamples} $R0
990946

991-
ReadINIStr $R0 "$EXEDIR\devkitProUpdate.ini" "gcube" "Size"
992-
ReadINIStr $GCUBE "$EXEDIR\devkitProUpdate.ini" "gcube" "File"
993-
ReadINIStr $GCUBE_VER "$EXEDIR\devkitProUpdate.ini" "gcube" "Version"
994-
SectionSetSize ${gcube} $R0
995-
996947
ReadINIStr $R0 "$EXEDIR\devkitProUpdate.ini" "pnotepad" "Size"
997948
ReadINIStr $PNOTEPAD "$EXEDIR\devkitProUpdate.ini" "pnotepad" "File"
998949
ReadINIStr $PNOTEPAD_VER "$EXEDIR\devkitProUpdate.ini" "pnotepad" "Version"
999950
SectionSetSize ${Pnotepad} $R0
1000951

1001-
ReadINIStr $R0 "$EXEDIR\devkitProUpdate.ini" "insight" "Size"
1002-
ReadINIStr $INSIGHT "$EXEDIR\devkitProUpdate.ini" "insight" "File"
1003-
ReadINIStr $INSIGHT_VER "$EXEDIR\devkitProUpdate.ini" "insight" "Version"
1004-
SectionSetSize ${Secinsight} $R0
1005-
1006952
!insertmacro INSTALLOPTIONS_EXTRACT_AS "Dialogs\PickMirror.ini" "PickMirror.ini"
1007953

1008-
1009954
GetTempFileName $keepINI $PLUGINSDIR
1010955
File /oname=$keepINI "Dialogs\keepfiles.ini"
1011956

@@ -1184,14 +1129,6 @@ dkARMupdates:
11841129
push ${wiiexamples}
11851130
call checkVersion
11861131

1187-
ReadINIStr $0 "$INSTDIR\installed.ini" "gcube" "Version"
1188-
1189-
push "gcube"
1190-
push $GCUBE_VER
1191-
push ${gcube}
1192-
call checkVersion
1193-
1194-
11951132
IntOp $R1 $Updates - $R2
11961133
IntCmp $R1 0 +1 dkPPCupdates dkPPCupdates
11971134

@@ -1206,13 +1143,6 @@ dkPPCupdates:
12061143
push ${Pnotepad}
12071144
call checkVersion
12081145

1209-
ReadINIStr $0 "$INSTDIR\installed.ini" "insight" "Version"
1210-
1211-
push "insight"
1212-
push $INSIGHT_VER
1213-
push ${Secinsight}
1214-
call checkVersion
1215-
12161146
first_install:
12171147

12181148
FunctionEnd

0 commit comments

Comments
 (0)