]> git.pld-linux.org Git - packages/gemrb.git/blob - gemrb-config_file.patch
upstream fix for crash with GLES backend
[packages/gemrb.git] / gemrb-config_file.patch
1 --- gemrb-0.8.7/gemrb/GemRB.cfg.sample.in.orig  2021-04-23 12:11:03.909680837 +0200
2 +++ gemrb-0.8.7/gemrb/GemRB.cfg.sample.in       2021-04-23 12:16:48.730617624 +0200
3 @@ -157,7 +157,7 @@
4  #  Remember, EE versions are not supported!         #
5  #####################################################
6  
7 -GamePath=/mnt/windows/Programmi/Black Isle/BGII - SoA/
8 +GamePath=./
9  # only set these if the folders are not in your GamePath
10  #CD1=/mnt/windows/Programmi/Black Isle/BGII - SoA/
11  #CD2=/mnt/windows/Programmi/Black Isle/BGII - SoA/CD2/
12 @@ -173,7 +173,7 @@
13  #  Cache directory.                                 #
14  #####################################################
15  
16 -CachePath=@DEFAULT_CACHE_DIR@
17 +CachePath=~/.cache/gemrb
18  
19  #####################################################
20  #  GemRB Save Path [String]                         #
21 @@ -200,10 +200,7 @@
22  #####################################################
23  
24  # preconfigured path
25 -#GemRBPath=@DATA_DIR@
26 -
27 -# path for official binaries
28 -GemRBPath=.
29 +GemRBPath=@DATA_DIR@
30  
31  #####################################################
32  #  GemRB GUI Scripts Path [String]                  #
This page took 0.079701 seconds and 3 git commands to generate.