{"id":13471270,"url":"https://github.com/leomaurodesenv/cemu-linux","last_synced_at":"2025-03-26T13:30:57.280Z","repository":{"id":44411566,"uuid":"173487605","full_name":"leomaurodesenv/cemu-linux","owner":"leomaurodesenv","description":"Play with Cemu on Linux (with high performance)","archived":false,"fork":false,"pushed_at":"2021-09-18T00:49:43.000Z","size":73,"stargazers_count":138,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T02:59:26.771Z","etag":null,"topics":["cemu","cemu-launcher","linux","wii-u","wiiu","wine"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leomaurodesenv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-02T19:03:40.000Z","updated_at":"2024-10-13T15:41:03.000Z","dependencies_parsed_at":"2022-07-12T19:50:34.187Z","dependency_job_id":null,"html_url":"https://github.com/leomaurodesenv/cemu-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leomaurodesenv%2Fcemu-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leomaurodesenv%2Fcemu-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leomaurodesenv%2Fcemu-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leomaurodesenv%2Fcemu-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leomaurodesenv","download_url":"https://codeload.github.com/leomaurodesenv/cemu-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245662780,"owners_count":20652082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cemu","cemu-launcher","linux","wii-u","wiiu","wine"],"created_at":"2024-07-31T16:00:42.468Z","updated_at":"2025-03-26T13:30:56.976Z","avatar_url":"https://github.com/leomaurodesenv.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Cemu in Linux\n\nSteps to using Cemu with Wine works for any game!   \n   \nImportant links:\n- [Cemu](http://cemu.info/#download): Wii U emulator.\n- [Cemu Graphic Packs](https://github.com/slashiee/cemu_graphic_packs/releases): graphic packs that improve games graphics.\n   \n**Features**:\n- `/shortcut/`: steps to create a shortcut for Cemu in Linux.\n- `README.md`: steps to install Cemu, wine, drivers and some features.\n   \n---\n## Summary\n\n- [Wine](#wine)\n    - Installing\n    - Settings\n        - Configuration\n        - More features\n- [Drivers](#drivers)\n    - AMD or Intel Graphics\n    - Nvidia\n- [Cemu](#cemu)\n    - Installing\n    - Graphic Packs\n    - Performace\n- [Additions](#additions)\n    - Joystick\n    - Play!\n- [Cemu Bonus](#cemu-bonus)\n    - Add Cemu shortcut\n    - How to download updates and DLC\n    - Improvement for Cemu\n   \n---\n## Wine\n\n### Installing\n\n```shell\n#- add apt key\n$ wget -nc https://dl.winehq.org/wine-builds/winehq.key \u0026\u0026 sudo apt-key add winehq.key \u0026\u0026 sudo apt update\n\n#- add wine official repository\n$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/\n$ sudo apt-get update\n\n#- install\n$ sudo apt-get install --install-recommends winehq-stable\n\n#- check version\n$ wine --version\n```\n\n### Settings  \n\nOpen the settings:\n```shell\n#- open wine settings\n$ winecfg\n\n#- Application\n# Select: Windows version: Windows 10\n# Select: Apply and OK\n```\n\nInstalling more features:\n```shell\n#- winetricks\n$ sudo apt install winetricks\n\n#- installing Microsoft Visual C++ 2015 or 2017 (choose only one)\n$ bash winetricks vcrun2015\n$ bash winetricks vcrun2017 # (recommended)\n```\n\n---\n## Drivers\n\nAMD or Intel Graphics Technology:\n```shell\n$ sudo add-apt-repository ppa:paulo-miguel-dias/pkppa\n$ sudo apt update \u0026\u0026 sudo apt dist-upgrade\n$ sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386\n```\n\nNvidia:\n```shell\n$ sudo add-apt-repository ppa:graphics-drivers/ppa\n$ sudo apt update \u0026\u0026 sudo apt install nvidia-driver-396\n```\n\n---\n## Cemu\n\n### Installing\n\n```shell\n#- open official link to down the last release\n$ xdg-open http://cemu.info/#download\n\n#- unzip the cemu\n$ mkdir ~/cemu\n$ unzip cemu_x.xx.x.zip -d ~/cemu\n$ mv ~/cemu/cemu_x.xx.x/* ~/cemu/ # reorder files\n$ rm ~/cemu/cemu_x.xx.x # remove blank folder\n\n#- open cemu folder\n$ cd ~/cemu\n```\n\n### Graphic Packs \n\n```shell\n#- open official link to download the last release\n$ xdg-open https://github.com/slashiee/cemu_graphic_packs/releases\n\n#- Download graphic packs\n# Extract files to: ~/cemu/graphicPacks/\n$ unzip graphicPacksxxx.zip -d ~/cemu/graphicPacks/\n```\n\n### Play with Performace\n\n```shell\n#- execute cemu\n$ vblank_mode=0 mesa_glthread=true R600_DEBUG=nohyperz wine ~/cemu/Cemu.exe\n\n#- Configuration by the menu\n# Select: Options \u003e GPU buffer cache accuracy \u003e Low (fast)\n# Select: CPU \u003e Mode \u003e Single-core recompiler (fast)\n```\n\n---\n## Additions\n\n### Joystick\n\n```shell\n#- installations\n$ sudo apt-get install joystick\n$ sudo apt-get install jstest-gtk\n\n#- calibrate your joystick\n$ jstest-gtk\n```\n\n### Play with Performace\n\n```shell\n#- open cemu\n$ cd ~/cemu\n\n#- run\n$ vblank_mode=0 mesa_glthread=true R600_DEBUG=nohyperz wine Cemu.exe\n\n#- add a game\n# Select file: (Menu) File \u003e Install Update/DLC\n# Launch to game folder ~ directories starting with 0005000C and 0005000E\n# Open the file: [..]/0005000xxxxxxxxx/meta/meta.xml\n# Show up: Updated with success!\n\n#- running a game\n# Select file: (Menu) File \u003e Load\n# Launch to game folder ~ directories starting with 0005000C and 0005000E\n# Open the file: 0005000xxxxxxxxx/code/*.rpx # each game have your filename.rpx\n```\n\n---\n## Bonus\n\n### Cemu Shortcut\n\nSee [/shortcut](/shortcut) to add a Cemu shortcut.   \n\n### Cemu Improvements\n\nIf you looking for improvements, new joysticks and so on.   \nRead about [Cemuhook](https://cemuhook.sshnuke.net/), some [projects](https://github.com/search?q=cemuhook\u0026type=Repositories).   \n   \n---\n### Also look ~\n\n- [Contributors](CONTRIBUTORS.md)\n- License: [MIT](LICENSE)\n- Create by [leomaurodesenv](https://github.com/leomaurodesenv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomaurodesenv%2Fcemu-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleomaurodesenv%2Fcemu-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomaurodesenv%2Fcemu-linux/lists"}