mirror of https://gitlab.com/drummyfish/anarch

6 changed files with 28 additions and 32 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
// Pokitto config required by PokittoLib
|
||||
|
||||
//#define PROJ_SHOW_FPS_COUNTER
|
||||
#define PROJ_SHOW_FPS_COUNTER |
||||
#define PROJ_SCREENMODE 13 |
||||
#define PROJ_MODE13 1 |
||||
#define PROJ_ENABLE_SOUND 1 |
||||
|
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<!doctypehtml><html><head><meta charset=utf-8><title>game</title></head><body><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1></canvas><script>var Module={print:function(n){console.log(n)},printErr:function(n){console.error(n)},canvas:document.getElementById("canvas")}</script><script async src=game.js></script></body></html> |
@ -1,25 +1 @@
@@ -1,25 +1 @@
|
||||
/*
|
||||
* mbed SDK |
||||
* Copyright (c) 2017 ARM Limited |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
// Automatically generated configuration file.
|
||||
// DO NOT EDIT, content will be overwritten.
|
||||
|
||||
#ifndef __MBED_CONFIG_DATA__ |
||||
#define __MBED_CONFIG_DATA__ |
||||
|
||||
|
||||
#endif |
||||
// Pokitto just needs this file.
|
||||
|
Loading…
Reference in new issue