LÖVE Potion 3.0 Prerelease 1 #186
TurtleP
announced in
Announcements
Replies: 1 comment
-
|
You can use an system application to resolve the console region, as used by indexiine installer but using Wii U system menu like this #define BROWSER_PATH_EUR "dev:/sys/title/00050030/1001220a"And using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first Pre-Release for LÖVE Potion 3.0. It is based on LÖVE 12.0, which is currently unreleased.
You may view its release notes here.
LÖVE 12 Related Changes
love.filesystem.newFile(replaced bylove.filesystem.openFile).Joystick:setPlayerIndexandJoystick:getPlayerIndex.Joystick:getGamepadType.Modules
Objects
Known Issues
Wii U
wutcan pass the current working directory properly to the application.love.system.getPreferredLocales()will always return an empty string. At the moment, I could not find a way to obtain the console's current language and region settings fromwut.love.system.getModel()will always return an empty string. Currently there is no way to determine the model of the system, i.e. Basic or Deluxe.There is now support for the Wii U, which the wuhb/rpx must be placed in a specific path:
sdmc:/wiiu/apps/LOVEPotion/or it will not work properly. This is currently due to a limitation in wut since it does not give the launched directory to the application. This should hopefully be fixed in the future, since this also prevents unique game loading as a bundled application.Please report any bugs to the GitHub issue tracker.
This discussion was created from the release 3.0 Pre-Release 1.
Beta Was this translation helpful? Give feedback.
All reactions