Wrong name in the Makefile

This commit is contained in:
Aurora 2016-04-23 02:38:29 +02:00
parent 3fd4603553
commit ae9c29629c
2 changed files with 1 additions and 7 deletions

View File

@ -11,7 +11,7 @@ AS := arm-none-eabi-as
LD := arm-none-eabi-ld
OC := arm-none-eabi-objcopy
name := Luma
name := Luma3DS
version := $(shell git describe --abbrev=0 --tags)
dir_source := source

View File

@ -1,9 +1,3 @@
/*
* types.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#pragma once
#include <stdint.h>