From f7ae2a859b89eb5c5aa6fe25bb5c19fe19b4b91b Mon Sep 17 00:00:00 2001 From: spectranator Date: Sun, 28 Apr 2024 21:46:14 +0200 Subject: [PATCH] Adapted readme file --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3d57205..33a62e6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# Flatpak for Yuzu Emulator +# Flatpak for TOrzu fork of the Yuzu Emulator -Yuzu is an experimental Nintendo Switch emulator. For more information, please [visit our website](https://yuzu-emu.org/). +Torzu is an experimental Nintendo Switch emulator forked from Yuzu. For more information, please [visit our Git repository](y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/torzu-emu/torzu). -To install the Flatpak version of Yuzu Emulator, please visit . - -For issues with basic functionality and usage, please use our [Community Forum](https://community.citra-emu.org/) or join our [Discord channel](https://discord.gg/u77vRWY). +To install the Flatpak version of the emulator, please [visit the releases page](http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/torzu-emu/torzu/releases). ## Reporting Bugs @@ -25,15 +23,15 @@ Obtaining a debugger trace is a bit complicated, so please bear with us: #### Obtaining a debugger trace after the crash 1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-23.08` -2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug` -3. Execute this command in your terminal: `flatpak-coredumpctl org.yuzu_emu.yuzu -m yuzu --gdb-arguments "--batch -ex 'thread apply all bt'" > /tmp/yuzu-backtrace.log` +2. Install debug information for yuzu: `flatpak install onion.torzu_emu.torzu.Debug` +3. Execute this command in your terminal: `flatpak-coredumpctl onion.torzu_emu.torzu -m yuzu --gdb-arguments "--batch -ex 'thread apply all bt'" > /tmp/yuzu-backtrace.log` 4. Please attach the file `/tmp/yuzu-backtrace.log` file to your report #### Obtaining a debugger trace as the crash happens 1. Install debuggers in Flatpak: `flatpak install org.kde.Sdk//5.15-23.08` -2. Install debug information for yuzu: `flatpak install org.yuzu_emu.yuzu.Debug` -3. Execute this command in your terminal: `flatpak run --devel --command=sh org.yuzu_emu.yuzu` +2. Install debug information for yuzu: `flatpak install onion.torzu_emu.torzu.Debug` +3. Execute this command in your terminal: `flatpak run --devel --command=sh onion.torzu_emu.torzu` 4. Type `gdb /app/bin/yuzu` in the coming up prompt and wait for the `(gdb)` prompt to show up 5. Type r and hit Enter to launch yuzu under the debugger 6. **Before loading your game**: