Skip to content

Commit

Permalink
Change version to 'C Port - 0.0.2' + update README.md
Browse files Browse the repository at this point in the history
This version brings:
- LuaG Library 2.1
- Performance information (Ctrl+F3)
- Customizable keymaps
- Map Editor
  • Loading branch information
Vulcalien committed Apr 28, 2022
1 parent 03ae25a commit 8e9f261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
LuaG is a virtual console that runs lua games.

# C port
This project is a C port with improvements to the [Java version](https://github.com/Vulcalien/LuaG-Console-java).\
Cartridges made for the Java version of LuaG Console are supposed to work in the C port without any changes.
This project is a C port with improvements of the [Java version](https://github.com/Vulcalien/LuaG-Console-java).\

# Built With
- [SDL 2](https://www.libsdl.org/): window, video, audio, input...
Expand Down
2 changes: 1 addition & 1 deletion include/luag-console.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <vulcalien/vulcalien.h>

#define LUAG_VERSION "C Port - 0.0.1"
#define LUAG_VERSION "C Port - 0.0.2"
#define COPYRIGHT_NOTICE "Copyright 2022 Vulcalien"

#define USERDATA_FOLDER "console-userdata"
Expand Down

0 comments on commit 8e9f261

Please sign in to comment.