Blame mrrescue-1.02e-Updated-conf.lua-to-11.0-template.patch

Mystro256 10f8468
From a5be73c60acb8d1be506f7b5e48e784492ba96ce Mon Sep 17 00:00:00 2001
Mystro256 10f8468
From: Simon Larsen <simonhffh@gmail.com>
Mystro256 10f8468
Date: Sat, 18 Aug 2018 16:56:32 +0200
Mystro256 10f8468
Subject: [PATCH] Updated conf.lua to 11.0 template
Mystro256 10f8468
Mystro256 10f8468
---
Mystro256 10f8468
 conf.lua | 12 +++++++++---
Mystro256 10f8468
 1 file changed, 9 insertions(+), 3 deletions(-)
Mystro256 10f8468
Mystro256 10f8468
diff --git a/conf.lua b/conf.lua
Mystro256 10f8468
index f00b216..41d3cbf 100644
Mystro256 10f8468
--- a/conf.lua
Mystro256 10f8468
+++ b/conf.lua
Mystro256 10f8468
@@ -1,10 +1,14 @@
Mystro256 10f8468
 function love.conf(t)
Mystro256 10f8468
     t.identity = "mrrescue"
Mystro256 10f8468
+    t.appendidentity = false
Mystro256 10f8468
     t.version = "11.0"
Mystro256 10f8468
     t.console = false
Mystro256 10f8468
     t.accelerometerjoystick = true
Mystro256 10f8468
+    t.externalstorage = false
Mystro256 10f8468
     t.gammacorrect = false
Mystro256 10f8468
- 
Mystro256 10f8468
+
Mystro256 10f8468
+    t.audio.mixwithsystem = true
Mystro256 10f8468
+
Mystro256 10f8468
     t.window.title = "Mr. Rescue"
Mystro256 10f8468
     t.window.icon = nil
Mystro256 10f8468
     t.window.width = 256*3
Mystro256 10f8468
@@ -15,15 +19,17 @@ function love.conf(t)
Mystro256 10f8468
     t.window.minheight = 1
Mystro256 10f8468
     t.window.fullscreen = false
Mystro256 10f8468
     t.window.fullscreentype = "desktop"
Mystro256 10f8468
-    t.window.vsync = true
Mystro256 10f8468
+    t.window.vsync = 1
Mystro256 10f8468
     t.window.msaa = 0
Mystro256 10f8468
     t.window.display = 1
Mystro256 10f8468
     t.window.highdpi = false
Mystro256 10f8468
     t.window.x = nil
Mystro256 10f8468
     t.window.y = nil
Mystro256 10f8468
- 
Mystro256 10f8468
+
Mystro256 10f8468
     t.modules.audio = true
Mystro256 10f8468
+    t.modules.data = true
Mystro256 10f8468
     t.modules.event = true
Mystro256 10f8468
+    t.modules.font = true
Mystro256 10f8468
     t.modules.graphics = true
Mystro256 10f8468
     t.modules.image = true
Mystro256 10f8468
     t.modules.joystick = true
Mystro256 10f8468
-- 
Mystro256 10f8468
2.21.1
Mystro256 10f8468