Block a user
programs: Add Uxn emulator
To include it, you need to use KolibriOS TUP build system:
- Add proper
Tupfile.lua
to emulator source code folder.
Hi, it seems tup doesn't want to work with zig build
, which will…
programs: Add Uxn emulator
Add association and icon for .rom
files, thanks.
Also implement the file device (without stat op), and remove the MPL-2.0 license file (which I think should be in the root folder so that each…
programs: Add Uxn emulator
Uxn/Varvara emulator
would you like to add it to the main KolibriOS repository, as part of image autobuild, or to a separate repository, as a separate downloadable program?
I'd like add it to the main repository.…
Uxn/Varvara emulator
Did you implement Zig cross-compiler for KolibriOS? Or ported compiler directly into system?
No, I simply use the official zig on Linux, its freestanding x86 target seems work well to…