forked from shadowninja108/exlaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.mk
41 lines (29 loc) · 1.1 KB
/
config.mk
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 := 0100F2C0115B6000
# 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 := -s
CXX_FLAGS := -std=gnu++20 -Wno-sign-compare -Wno-error
# 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 := 192.168.0.235
FTP_PORT := 5000
FTP_USERNAME := anonymous
FTP_PASSWORD :=
# Settings for deploying to Ryu. Used by the deploy-ryu.sh script.
RYU_PATH := /mnt/c/Users/shado/AppData/Roaming/Ryujinx