summarylogtreecommitdiffstats
path: root/cemu.install
blob: 8bdeb30716897d4df0eb994d77b3b68c129f90dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	cat << 'EOF'
+------------------------------------------------------------------------------+
| This software is still experimental! Many features are missing (e.g. Online) |
| and current performance is worse than running through Wine (AUR: cemu-wine)  |
| and much worse than Windows.                                                 |
|                                                                              |
| This package follows the XDG Base Directory Specification:                   |
| - Put your keys in your $XDG_CONFIG_HOME (default: ~/.config/cemu/keys.txt)  |
| - Put your mlc01 in your $XDG_DATA_HOME (default: ~/.local/share/cemu/mlc01) |
|                                                                              |
| Linux specific issues: https://github.com/cemu-project/Cemu/issues           |
| Arch specific issues:  https://aur.archlinux.org/packages/cemu               |
+------------------------------------------------------------------------------+
EOF
}