- Added support for Artic Base
+- Desktop: Added favourite game functionality
+- Desktop: Added play time counter
+- Windows+Linux: Added game desktop shortcut functionality
+- Desktop: Updated right-click user interface layout
+- Updated executable names to follow a new naming scheme
+- `lime.exe` --> `lime3ds-cli.exe`
+- `lime-qt.exe` --> `lime3ds-gui.exe`
+- `lime-room.exe` --> `lime3ds-room.exe`
+- Updated log filenames
diff --git a/lime3ds-launcher.sh b/lime3ds-launcher.sh index b647e48..9d1920d 100755 --- a/lime3ds-launcher.sh +++ b/lime3ds-launcher.sh @@ -20,6 +20,6 @@ for i in {0..9}; do done -if ! prlimit --nofile=8192 lime-qt "$@"; then +if ! prlimit --nofile=8192 lime3ds-gui "$@"; then report_error fi