"package" is a reserved CMake target name when CPack is used. Since
OpenSSL enables CPack in their project and it will be implemented in the
emulator in the future, this commit changes its name to "packages" to
avoid conflicts with CPack.
- Add spanish/en-gb lang
- Add screen if install update fail for allow cancel and back in emu home screen
- Add text if version of Vita3k is upper compare current
- Fix warn compile on line find for windows
- Check if powershell version is upper to 3 for can using rest-method
- Add timeout of 4 sec on check Vita3K version, if github down etc...
- Add check of push commit description
Since most code inside host library doesn't really have to do with the
emulated PS Vita environment but rather with handling the different
package formats used in the console, this commit moves the code from
the host library into its own dedicated library. In summary:
- Moved package code into its own library and edited function calls
to accomodate the change
- Edited some function interfaces in order not to cause a dependency
hell due to cross-referenced types in headers that depended in
one another and edited function calls and resource access to accomodate
the change
- copy_directories() and copy_path() from `vita3k/interface.cpp` have
been modified and moved to io library due to being used in package
library and others. Keeping them as they were before causes dependency
hell
- All functions whose interface has been changed now have a Doxygen
comment block explaining the new interface
- host has been declared as an INTERFACE CMake library to fix linking
issues on Windows due to the fact that it doesn't compile C++ source
files anymore
Ask the user to delete the work.bin/rif file after installing it from
the license install dialog, like what happens in the pkg install and
archive install dialog. Also fix typo in the successful install message.
- add new devs and contributors.
- delete driver user of settings dialog.
- re set style in setting dialog of button and title.
- rename app selector to home screen like from vita.
- reduce size of button font in home screen.
- fix pos of window of comping shaders.
- reduce size of font in app context menu.