Give it a different name from my failed hle emu(PersianTree)

This commit is contained in:
meepingsnesroms
2018-04-08 13:20:38 -07:00
parent 805c629cd0
commit 9bd6520ffd
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),)
endif
#CC = gcc
TARGET_NAME := persiantree
TARGET_NAME := mu
LIBM = -lm
ifeq ($(STATIC_LINKING),1)

View File

@@ -1,7 +1,7 @@
display_name = "Palm OS (Persian Tree)"
display_name = "Palm OS (Mu)"
authors = "guicrith / meepingsnesroms"
supported_extensions = "prc|pdb|pqa"
corename = "Persian Tree"
corename = "Mu"
manufacturer = "Palm"
categories = "Emulator"
systemname = "Palm OS"

View File

@@ -1,4 +1,4 @@
# Palm m515/OS 4.1 emulator
# Palm m515/OS 4.1 emulator(Mu)
This is a complete restart of my Palm OS emulator, with the last one the code got too messy and the goal too ambitious(to emulate every palm API in software and for compatibility with all Palm OS versions and devices).