mirror of
https://github.com/libretro/Mu.git
synced 2026-05-06 20:34:20 +00:00
Give it a different name from my failed hle emu(PersianTree)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user