Whereas previous efforts were focused on the user-facing side, this commit replaces Citra references which are present in the codebase itself. This should be the last time a change like this is ever necessary.
The button now redirects to Lime3DS's compatibility-list repository
This commit also removes the `CITRA_ENABLE_COMPATIBILITY_REPORTING` cmake option for obvious reasons
- Rebranded executable files to reference Lime instead of Citra
- Rebranded many files in the source tree to reference Lime instead of Citra
- Rebranded many resource files to reference Lime instead of Citra
- Rebranded all instances of Citra's reverse DNS to Lime's reverse DNS
- Other small misc rebrands
* build: Rework CI and move all bundling into new build target.
* ci: Use "mingw" in msys2 release names for compatibility.
* ci: Use "osx" in macOS release names for compatibility.
* ci: Disable macOS upload.
Will be moved to a separate PR for canary merge.
* Create install_dependencies.sh
* Create build.sh
* Update ci.yml
Add AppImage Builds
* Delete unneeded line
* Remove unneeded command
Removed unneeded chmod a+x for a deleted file
* Change cp command to mv
Reduces AppImage file size by about 20mb
* Update Install dependencies for Ninja builds
* Change to Ninja build system
Additionally adds the correct Build flags to make all Languages appear again and should make compatibility ratings appear again. Also removes unneeded empty folder.
* add missing platformthemes
This restores all previously missing Icons and Citra uses now the systems default filepicker.
* Git make Executable
* Remove unnecessary make scripts executable command
* Change build to Debian 11 and use Docker
* Change workflow for AppImage Docker builds
* Change description of Command to the correct one
* Fix themeing after switch to Debian 11
* Only upload .AppImage
* Include AppImage in releases
* Update upload.sh
* Move to rev name
---------
Co-authored-by: MT19048 <86961834+MT19048@users.noreply.github.com>