forked from Roberto-Nessy/OoT3D_Standalone_Free_Cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
makeAll.sh
29 lines (24 loc) · 760 Bytes
/
makeAll.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
make clean
make -j REGION=EUR
echo Moving to ./Patch Files/EUR/3DS/code.ips
mv code.ips "./Patch Files/EUR/3DS/code.ips"
make clean
make -j REGION=EUR citra=1
echo Moving to ./Patch Files/EUR/Citra/code.ips
mv code.ips "./Patch Files/EUR/Citra/code.ips"
make clean
make -j REGION=JP
echo Moving to ./Patch Files/JP/3DS/code.ips
mv code.ips "./Patch Files/JP/3DS/code.ips"
make clean
make -j REGION=JP citra=1
echo Moving to ./Patch Files/JP/Citra/code.ips
mv code.ips "./Patch Files/JP/Citra/code.ips"
make clean
make -j REGION=USA citra=1
echo Moving to ./Patch Files/USA/Citra/code.ips
mv code.ips "./Patch Files/USA/Citra/code.ips"
make clean
make -j REGION=USA
echo Moving to ./Patch Files/USA/3DS/code.ips
mv code.ips "./Patch Files/USA/3DS/code.ips"