followup fixes to psp version JSFx.cpp .
Added psp JSfx.cpp to iOS project.
This commit is contained in:
@@ -144,6 +144,16 @@ JSample *JSoundSystem::LoadSample(const char *fileName)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void JSoundSystem::PauseMusic(JMusic *music)
|
||||||
|
{
|
||||||
|
StopMusic(music);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void JSoundSystem::ResumeMusic(JMusic *music)
|
||||||
|
{
|
||||||
|
PlayMusic(music);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void JSoundSystem::PlayMusic(JMusic *music, bool looping)
|
void JSoundSystem::PlayMusic(JMusic *music, bool looping)
|
||||||
|
|||||||
@@ -571,6 +571,7 @@
|
|||||||
12272FC714CD6A3900192DC7 /* InteractiveButton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InteractiveButton.cpp; sourceTree = "<group>"; };
|
12272FC714CD6A3900192DC7 /* InteractiveButton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InteractiveButton.cpp; sourceTree = "<group>"; };
|
||||||
1235D03C14DE396D00B02B42 /* JSfx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JSfx.cpp; path = android/JSfx.cpp; sourceTree = "<group>"; };
|
1235D03C14DE396D00B02B42 /* JSfx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JSfx.cpp; path = android/JSfx.cpp; sourceTree = "<group>"; };
|
||||||
1235D03E14DE859D00B02B42 /* Wagic_Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Wagic_Version.h; sourceTree = "<group>"; };
|
1235D03E14DE859D00B02B42 /* Wagic_Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Wagic_Version.h; sourceTree = "<group>"; };
|
||||||
|
1235D04314DEACB800B02B42 /* JSfx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSfx.cpp; sourceTree = "<group>"; };
|
||||||
12769483144127380088F6D3 /* AIPlayerBaka.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIPlayerBaka.cpp; sourceTree = "<group>"; };
|
12769483144127380088F6D3 /* AIPlayerBaka.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIPlayerBaka.cpp; sourceTree = "<group>"; };
|
||||||
12769484144127380088F6D3 /* AIPlayerBakaB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIPlayerBakaB.cpp; sourceTree = "<group>"; };
|
12769484144127380088F6D3 /* AIPlayerBakaB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIPlayerBakaB.cpp; sourceTree = "<group>"; };
|
||||||
12769485144127380088F6D3 /* TestSuiteAI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestSuiteAI.cpp; sourceTree = "<group>"; };
|
12769485144127380088F6D3 /* TestSuiteAI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestSuiteAI.cpp; sourceTree = "<group>"; };
|
||||||
@@ -1176,6 +1177,14 @@
|
|||||||
name = android;
|
name = android;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
1235D03F14DEAC6A00B02B42 /* psp */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
1235D04314DEACB800B02B42 /* JSfx.cpp */,
|
||||||
|
);
|
||||||
|
name = psp;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
125C5CF213B09AA200DF2F2C /* Tools */ = {
|
125C5CF213B09AA200DF2F2C /* Tools */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
@@ -1856,6 +1865,7 @@
|
|||||||
CEE232AF128A01F400C34032 /* src */ = {
|
CEE232AF128A01F400C34032 /* src */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
1235D03F14DEAC6A00B02B42 /* psp */,
|
||||||
1235D03D14DE397200B02B42 /* android */,
|
1235D03D14DE397200B02B42 /* android */,
|
||||||
12DCD02B14DBE1AF0023B966 /* ios */,
|
12DCD02B14DBE1AF0023B966 /* ios */,
|
||||||
12B8121D1404B9E10092E303 /* zipFS */,
|
12B8121D1404B9E10092E303 /* zipFS */,
|
||||||
|
|||||||
Reference in New Issue
Block a user