Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)