mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-01 01:37:12 +01:00
Removed the gles2 batching patch as its now in 3.2.
This commit is contained in:
parent
b776f0cf2f
commit
f0ade5e332
@ -358,7 +358,7 @@ if len(sys.argv) > 1:
|
|||||||
exit()
|
exit()
|
||||||
elif arg[0] == 'p':
|
elif arg[0] == 'p':
|
||||||
if arg == 'p':
|
if arg == 'p':
|
||||||
print("Applies a patch. Append c for the compilation database patch, and/or g for the gles2 batching patch. For example: pcg")
|
print("Applies a patch. Append c for the compilation database patch. For example: pc")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
cwd = os.getcwd()
|
cwd = os.getcwd()
|
||||||
@ -375,9 +375,6 @@ if len(sys.argv) > 1:
|
|||||||
if 'c' in arg:
|
if 'c' in arg:
|
||||||
subprocess.call('git apply --index ../patches/compilation_db.patch', shell=True)
|
subprocess.call('git apply --index ../patches/compilation_db.patch', shell=True)
|
||||||
|
|
||||||
if 'g' in arg:
|
|
||||||
subprocess.call('git apply --index ../patches/gles2_batch_rendering.patch', shell=True)
|
|
||||||
|
|
||||||
#unstage all files
|
#unstage all files
|
||||||
subprocess.call('git reset', shell=True)
|
subprocess.call('git reset', shell=True)
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user