Update fullscreen patch

This commit is contained in:
2012-04-29 11:54:22 +01:00
parent 903081bbbe
commit 6e46885a1b

View File

@@ -46,8 +46,9 @@ end
def patches(opts = {})
p = []
if opts[:fullscreen]
p << 'https://raw.github.com/gist/1012927'
if opt[:fullscreen]
p << 'https://raw.github.com/gist/1746342/' +
'702dfe9e2dd79fddd536aa90d561efdeec2ba716'
end
if opts[:srgb]