forked from UpsilonNumworks/Upsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 3DS simulator (UpsilonNumworks#243)
* [CI] Fix 3DS try 1 * [CI] Fix 3DS try 2 * [CI] Fix 3DS try 3 * [CI] Fix 3DS try 4 * [CI] Fix 3DS try 5 * [CI] Fix 3DS try 6 * [CI] Fix 3DS try 7 * [CI] Fix 3DS try 8 * [CI] Fix 3DS try 9 * [CI] Fix 3DS try 10 * [CI] Fix 3DS try 11 * [CI] Fix 3DS try 12 * [CI] Fix 3DS try 13 * [CI] Fix 3DS try 14 * [CI] Fix 3DS try 15 * [CI] Fix 3DS try 16 * [CI] Fix 3DS try 17 * [CI] Fix 3DS try 18 * [CI] Fix 3DS try 19 * [CI] Make other simulators than 3DS working * [CI] Fix 3DS without breaking others simulators try 1 * Apply suggestions from code review * Improve SDL assert * Fix SDL assert * Fix SDL assert 2 * [CI] Enable iOS, macOS and 3DS tests by default * [CI] Change epsilon-sdk tap url * Revert "[CI] Change epsilon-sdk tap url" This reverts commit 9516607.
- Loading branch information
Showing
7 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
TOOLCHAIN = devkitarm | ||
EXE = elf | ||
|
||
EPSILON_TELEMETRY ?= 0 | ||
|
||
HANDY_TARGETS_EXTENSIONS = 3dsx cia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters