Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zduny/cemu-shortcut-helper
Create Windows shortcuts (with icons) to all games installed in Cemu with a single double-click.
https://github.com/zduny/cemu-shortcut-helper
cemu cemu-emulator shortcut shortcuts utility
Last synced: about 12 hours ago
JSON representation
Create Windows shortcuts (with icons) to all games installed in Cemu with a single double-click.
- Host: GitHub
- URL: https://github.com/zduny/cemu-shortcut-helper
- Owner: zduny
- License: apache-2.0
- Created: 2021-10-17T11:51:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T08:53:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T08:43:10.867Z (about 2 months ago)
- Topics: cemu, cemu-emulator, shortcut, shortcuts, utility
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Shortcut helper for Cemu
Create Windows shortcuts (with icons) to all games installed in Cemu with a single double-click.[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O31JYZ4)
## Donate
If you like this tool and would like to see more emulation related projects, please consider [buying me a coffee](https://ko-fi.com/zduny).## Usage
Download the [archive](https://github.com/zduny/cemu-shortcut-helper/releases/download/v0.1.0/shortcut-helper.zip) from releases tab, unpack its contents into your Cemu directory (make sure to not create a containing directory -
`shortcut-helper.exe` has to be in the same directory as `Cemu.exe`).Internet connection is required for program to work correctly - icons are downloaded from [GameFAQs](https://gamefaqs.gamespot.com/) website.
Now you have two choices:
- starting `Create shortcuts - windowed mode.bat` will create shortcuts that will start game in windowed mode,
- starting `Create shortcuts - fullscreen mode.bat` will create shortcuts that will start game in fullscreen mode.
Icons are downloaded into `icons` directory (it will be created in Cemu directory).Created shortcuts will be placed in `shortcuts` directory (it will be created in Cemu directory).
Yoy may then move them to any location you like (for example: desktop).Starting program again will overwrite existing files (icons and shortcuts in directories mentioned above).
## Development
If you plan to fork this project, to make debugging easier I recommend copying `Cemu.exe` and `settings.xml`
from your Cemu directory into project root - otherwise program will error out very early on `cargo run`.Also, piece of advice: don't start resulting shortcuts as they will launch `Cemu.exe` and pollute your project directory.
For final testing it's better to just move `cemu-shortcut-helper.exe` from `target` to your Cemu directory and launch it there.## Disclaimer
This project is no way affiliated with either Cemu Emulator project or Cemu development team.## See also
[Cemu Emulator](https://cemu.info/)