Skip to content

Commit 67eaf6d

Browse files
committed
testing Cg framework
1 parent b6e7bea commit 67eaf6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/projectM-sdl/SDLprojectM.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
161070C41F703F13001905AB /* libprojectM.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 161070C31F703F13001905AB /* libprojectM.a */; };
11+
161070DD1F705069001905AB /* Cg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 161070DC1F705069001905AB /* Cg.framework */; };
1112
169502001F7009E9008FAF86 /* pmSDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 169501FE1F7009E9008FAF86 /* pmSDL.cpp */; };
1213
C307DFD41D565B57002F6B9E /* presets in CopyFiles */ = {isa = PBXBuildFile; fileRef = C307DFD31D565B57002F6B9E /* presets */; };
1314
C345214F1BF022A5001707D2 /* projectM_SDL_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C345214E1BF022A5001707D2 /* projectM_SDL_main.cpp */; };
@@ -50,6 +51,7 @@
5051

5152
/* Begin PBXFileReference section */
5253
161070C31F703F13001905AB /* libprojectM.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libprojectM.a; path = ../libprojectM/libprojectM.a; sourceTree = "<group>"; };
54+
161070DC1F705069001905AB /* Cg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cg.framework; path = ../../../../../../Library/Frameworks/Cg.framework; sourceTree = "<group>"; };
5355
169501FE1F7009E9008FAF86 /* pmSDL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pmSDL.cpp; sourceTree = "<group>"; };
5456
169501FF1F7009E9008FAF86 /* pmSDL.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pmSDL.hpp; sourceTree = "<group>"; };
5557
C307DFD31D565B57002F6B9E /* presets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = presets; path = ../../presets; sourceTree = "<group>"; };
@@ -74,6 +76,7 @@
7476
isa = PBXFrameworksBuildPhase;
7577
buildActionMask = 2147483647;
7678
files = (
79+
161070DD1F705069001905AB /* Cg.framework in Frameworks */,
7780
C345215E1BF025CF001707D2 /* CoreFoundation.framework in Frameworks */,
7881
C345215C1BF025A9001707D2 /* OpenGL.framework in Frameworks */,
7982
C34521651BF025E5001707D2 /* libbz2.a in Frameworks */,
@@ -95,6 +98,7 @@
9598
161070CE1F7041B0001905AB /* Frameworks */ = {
9699
isa = PBXGroup;
97100
children = (
101+
161070DC1F705069001905AB /* Cg.framework */,
98102
C345215D1BF025CF001707D2 /* CoreFoundation.framework */,
99103
C345215B1BF025A9001707D2 /* OpenGL.framework */,
100104
);

src/projectM-sdl/projectM_SDL_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main( int argc, char *argv[] ) {
2121
settings.fps = FPS;
2222
settings.textureSize = 2048; // idk?
2323
settings.smoothPresetDuration = 3; // seconds
24-
settings.presetDuration = 5; // seconds
24+
settings.presetDuration = 7; // seconds
2525
settings.beatSensitivity = 0.8;
2626
settings.aspectCorrection = 1;
2727
settings.easterEgg = 0; // ???

0 commit comments

Comments
 (0)