Advertising
advertising
related pastes to tag 'wii'
- 1016274 - Wii Make File: make wii homebrew
-
- #---------------------------------------------------------------------------------
- # Clear the implicit built in rules
- #---------------------------------------------------------------------------------
- .SUFFIXES:
- #---------------------------------------------------------------------------------
- ifeq ($(strip $(DEVKITPPC)),)
- $(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC)
- endif
- 1016236 - Wii - Hello World (devKitPPC): wii homebrew
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <malloc.h>
- #include <ogcsys.h>
- #include <gccore.h>
- #include "C:\devkitPro\libogc\include\ogc\ipc.h"