summarylogtreecommitdiffstats
path: root/cemu.install
blob: b871eca1c1e7c3c152269c5cc9f9234f417544b2 (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
}