From 8f72d89b6c39e9f516fda8133db146b01bad4560 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 28 Oct 2018 23:51:44 +0900 Subject: SDL update --- sdl/osx/Info.plist | 24 ++++++++++++------------ sdl/osx/Makefile | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'sdl/osx') diff --git a/sdl/osx/Info.plist b/sdl/osx/Info.plist index 408d17f..4de59e7 100644 --- a/sdl/osx/Info.plist +++ b/sdl/osx/Info.plist @@ -3,9 +3,9 @@ CFBundleExecutable - fmplayersdl + 98fmplayersdl CFBundleIdentifier - com.github.takamichih.fmplayer + com.github.takamichih.98fmplayersdl CFBundleDocumentTypes @@ -15,7 +15,7 @@ Viewer LSItemContentTypes - com.github.takamichih.fmplayer.pmd + com.github.takamichih.98fmplayer.pmd @@ -25,7 +25,7 @@ Viewer LSItemContentTypes - com.github.takamichih.fmplayer.play6 + com.github.takamichih.98fmplayer.play6 @@ -35,7 +35,7 @@ Viewer LSItemContentTypes - com.github.takamichih.fmplayer.fmp + com.github.takamichih.98fmplayer.fmp @@ -43,7 +43,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.pmd + com.github.takamichih.98fmplayer.pmd UTTypeDescription PMD music file UTTypeConformsTo @@ -62,7 +62,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.fmp + com.github.takamichih.98fmplayer.fmp UTTypeDescription FMP music file UTTypeConformsTo @@ -81,7 +81,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.play6 + com.github.takamichih.98fmplayer.play6 UTTypeDescription PLAY6 music file UTTypeConformsTo @@ -99,7 +99,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.pmdadpcm + com.github.takamichih.98fmplayer.pmdadpcm UTTypeDescription PMD ADPCM file UTTypeConformsTo @@ -116,7 +116,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.pmdpcm + com.github.takamichih.98fmplayer.pmdpcm UTTypeDescription PMD PCM file UTTypeConformsTo @@ -133,7 +133,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.fmpadpcm + com.github.takamichih.98fmplayer.fmpadpcm UTTypeDescription FMP/PPZ8 ADPCM file UTTypeConformsTo @@ -150,7 +150,7 @@ UTTypeIdentifier - com.github.takamichih.fmplayer.ppz8pcm + com.github.takamichih.98fmplayer.ppz8pcm UTTypeDescription PPZ8 PCM file UTTypeConformsTo diff --git a/sdl/osx/Makefile b/sdl/osx/Makefile index 18ae005..b04d76e 100644 --- a/sdl/osx/Makefile +++ b/sdl/osx/Makefile @@ -14,7 +14,7 @@ OBJS+=opna.o opnafm.o opnassg.o opnadrum.o opnaadpcm.o opnatimer.o opnassg-sinc- OBJS+=fmdriver_pmd.o fmdriver_fmp.o ppz8.o fmdriver_common.o OBJS+=fmplayer_file.o fmplayer_work_opna.o fmplayer_file_unix.o fmplayer_drumrom_unix.o OBJS+=fft.o -TARGET:=fmplayersdl +TARGET:=98fmplayersdl CFLAGS:=-Wall -Wextra -O2 -g CFLAGS+=-DPACC_GL_3 #CFLAGS+=-DPACC_GL_ES -- cgit v1.2.3