mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 09:09:30 +00:00
stuff
This commit is contained in:
parent
08afbe1d6d
commit
b55c6b0dfd
8 changed files with 56 additions and 4 deletions
4
init.lua
4
init.lua
|
|
@ -31,7 +31,7 @@
|
|||
-- * Inputs which match ubiquitousse.input.default (a pointing/4 direction input, a confirm button, and a cancel button).
|
||||
-- * Some way of measuring time with millisecond-precision.
|
||||
-- * Some kind of filesystem.
|
||||
-- * An available audio output would be preferable.
|
||||
-- * An available audio output would be preferable but optional.
|
||||
-- * Lua 5.1, 5.2, 5.3 or LuaJit.
|
||||
--
|
||||
-- Regarding data formats, Ubiquitousse implementations expect and recommend:
|
||||
|
|
@ -92,6 +92,8 @@ if love then
|
|||
require(p..".backend.love")
|
||||
elseif package.loaded["ctr"] then
|
||||
require(p..".backend.ctrulua")
|
||||
elseif package.loaded["libretro"] then
|
||||
error("NYI")
|
||||
end
|
||||
|
||||
return ubiquitousse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue