File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed
Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11VERSION = 0.6
2+ NAME = VTSPS2-EJECT
23
3- EE_BIN = PS2Eject .ELF
4- EE_BIN_PACKED = PS2Eject -packed.ELF
5- EE_BIN_STRIPPED = PS2Eject -stripped.ELF
6- EE_OBJS = eject .o pad.o
4+ EE_BIN = $( NAME ) .ELF
5+ EE_BIN_PACKED = $( NAME ) -packed.ELF
6+ EE_BIN_STRIPPED = $( NAME ) -stripped.ELF
7+ EE_OBJS = $( NAME ) .o pad.o
78EE_LIBS = -lc -lcdvd -lpatches -ldebug -lpad
89
910all :
1011 @echo " ======================================="
11- @echo " === Building PS2Eject v$( VERSION) ==="
12+ @echo " === Building $( NAME ) v$( VERSION) ==="
1213 @echo " ======================================="
1314 $(MAKE ) $(EE_BIN_PACKED )
1415
Original file line number Diff line number Diff line change 1- <img src =" https://i.gyazo.com/8d2a8b38568fe3e37976ec331b94c03e .png " >
1+ <img src =" https://i.gyazo.com/4f724f57e9d7c46df54a8f1472945995 .png " >
22
33# PS2Eject
44 A simple homebrew to eject the disc tray of a PS2
Original file line number Diff line number Diff line change 11// A simple homebrew to eject the disc tray of a PS2
2- // PS2Eject Written by VTSTech ([email protected] ) 2+ // VTSPS2-EJECT Written by VTSTech ([email protected] ) 33
44// v0.6 12/20/2019 11:59:06 PM
55// Swapped O for /\
2727// v0.1 11/29/2019 11:44:31 AM
2828// First release
2929
30- #include "eject .h"
30+ #include "VTSPS2-EJECT .h"
3131
3232extern u64 WaitTime ;
3333extern u64 CurrTime ;
@@ -96,8 +96,8 @@ void menu(){
9696}
9797
9898void banner (){
99- scr_printf ("PS2Eject v0.6 by VTSTech (12.20.2019) \n" );
100- scr_printf ("===================www.vts-tech.org== \n \n" );
99+ scr_printf ("VTSPS2-EJECT v0.6 by VTSTech (12.20.2019) \n" );
100+ scr_printf ("======================= www.vts-tech.org== \n \n" );
101101}
102102int main ()
103103{
File renamed without changes.
Original file line number Diff line number Diff line change 11//---------------------------------------------------------------------------
22// File name: pad.c
33//---------------------------------------------------------------------------
4- #include "eject .h"
4+ #include "VTSPS2-EJECT .h"
55
66static char padBuf_t [2 ][256 ] __attribute__((aligned (64 )));
77struct padButtonStatus buttons_t [2 ];
You can’t perform that action at this time.
0 commit comments