forked from shadowninja108/exlaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.mk
More file actions
41 lines (29 loc) · 1.07 KB
/
Copy pathconfig.mk
File metadata and controls
41 lines (29 loc) · 1.07 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
#----------------------------- User configuration -----------------------------
# Common settings
#------------------------
# How you're loading your module. Used to determine how to find the target module. (AsRtld/Module/Kip)
LOAD_KIND := Module
# Program you're targetting. Used to determine where to deploy your files.
PROGRAM_ID := 01006F8002326000
# Optional path to copy the final ELF to, for convenience.
ELF_EXTRACT :=
# Python command to use. Must be Python 3.4+.
PYTHON := python3
# JSON to use to make .npdm
NPDM_JSON := qlaunch.json
# Additional C/C++ flags to use.
C_FLAGS :=
CXX_FLAGS :=
# AsRtld settings
#------------------------
# Path to the SD card. Used to mount and deploy files on SD, likely with hekate UMS.
MOUNT_PATH := /mnt/k
# Module settings
#------------------------
# Settings for deploying over FTP. Used by the deploy-ftp.py script.
FTP_IP := 10.11.11.3
FTP_PORT := 5000
FTP_USERNAME := redboxing
FTP_PASSWORD := thomas2005
# Settings for deploying to Ryu. Used by the deploy-ryu.sh script.
RYU_PATH := /mnt/c/Users/thoma/AppData/Roaming/Ryujinx