summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/smc/files/smc-1.1-log.patch')
-rw-r--r--games-arcade/smc/files/smc-1.1-log.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-arcade/smc/files/smc-1.1-log.patch b/games-arcade/smc/files/smc-1.1-log.patch
new file mode 100644
index 000000000000..f6984620fa02
--- /dev/null
+++ b/games-arcade/smc/files/smc-1.1-log.patch
@@ -0,0 +1,13 @@
+Index: src/video/video.cpp
+===================================================================
+--- src/video/video.cpp (revision 815)
++++ src/video/video.cpp (working copy)
+@@ -134,7 +134,7 @@
+ try
+ {
+ pGuiRenderer = new OpenGLRenderer( 0, GAME_RES_W, GAME_RES_H );
+- pGuiSystem = new System( pGuiRenderer );
++ pGuiSystem = new System( pGuiRenderer, NULL, NULL, NULL, "", user_data_dir + "/cegui.log" );
+ }
+ // catch CEGUI Exceptions
+ catch( Exception &ex )