cakefoot/src/config_android.json
Cocktail Frank 283d15775a - Disable logging by default
- Turn off `glGetError` calls by default
- Use directory mapping instead of Git to transfer files to Ubuntu-18 build's Docker container
2024-06-05 20:20:11 -04:00

19 lines
243 B
JSON

{
"display":
{
"render driver": "opengles2",
"fluid resize": false
},
"recording":
{
"enabled": false
},
"log":
{
"stdout enabled": false,
"file enabled": false
}
}