-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add port to original Xbox using nxdk #1
base: master
Are you sure you want to change the base?
Conversation
ports/xbox/mpconfigport.h
Outdated
typedef long mp_off_t; | ||
|
||
// dummy print | ||
#define MP_PLAT_PRINT_STRN(str, len) (void)0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIXME?
ports/xbox/Makefile
Outdated
# Hack to handle PY_CORE_O | ||
%.o: %.c | ||
@echo "[ CC ] $@" | ||
$(VE) $(CC) $(NXDK_CFLAGS) -MD -MT '$@' -MF '$(patsubst %.c,%.c.d,$<)' -c -o '$@' '$<' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just $(patsubst %.obj,%.o,$(OBJ))
?
ports/xbox/main.c
Outdated
|
||
#undef putchar | ||
|
||
void _start(void) {main(0, NULL);} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed?
cec59fd
to
942e6a3
Compare
Adds a port for the original Xbox using nxdk.
TODO: