mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -04:00
Implement gkernel: Part 1 (#150)
* start gkernel implementation * progress * more of kernel * swap to new dispatcher, will it work on windows * update
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Directory of this script
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
$DIR/build/game/gk -fakeiso -debug "$@"
|
||||
Reference in New Issue
Block a user