From a9b7cae66757513b13a97d60f86fcc604ccbe3ed Mon Sep 17 00:00:00 2001 From: lui Date: Thu, 10 Oct 2024 02:37:12 -0500 Subject: [PATCH 1/3] capitalize 'Open Current Mirror Repo' to match other menu options --- src/yuzu/main.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 14985e782c..f8b60a561e 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -481,7 +481,7 @@ - Open current Mirror &Repo + Open Current Mirror &Repo From 4259889895e1e44a5ec56b07752c26d86447415d Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 13 Oct 2024 04:29:29 +0000 Subject: [PATCH 2/3] Remove "/DEBUG" flag from CMAKE_EXE_LINKER_FLAGS_RELEASE lol, has the emulator been running in a slower debug mode, even in release builds, ever since it was yuzu? This has been there since 4176. I was wondering why *.pdb debugging files still get generated. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8615a0ca8b..d34f123a09 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -105,7 +105,7 @@ if (MSVC) add_compile_options("$<$:/GS->") set(CMAKE_EXE_LINKER_FLAGS_DEBUG "/DEBUG /MANIFEST:NO" CACHE STRING "" FORCE) - set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) + set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) else() add_compile_options( -fwrapv From f45341ef55c06f86375ee5ef8c2b1e855f0c3486 Mon Sep 17 00:00:00 2001 From: spectranator Date: Tue, 22 Oct 2024 17:41:12 +0000 Subject: [PATCH 3/3] Readme: Moved "Move away from Codeberg" section further down --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d5c6763e6..2d4a599cc3 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,6 @@ It is written in C++ with portability in mind and runs on Linux, Windows and And A lot of fake Torzu websites have popped up. These are not mine. **This project will not have a clearnet website for the foreseeable future!** I highly advice against downloading anything from these websites, specially if their intention is clearly to make money through advertisements. -## Move away from Codeberg - -As requested by Codeberg staff, **I have removed the Codeberg mirror repository**. [The new mirror repository is on NotABug](https://notabug.org/litucks/torzu). - ## Limited public development I feel like working publicly on this has taken away the fun. You may not understand, but it's quite stressful to have the public eye on a project. @@ -75,6 +71,10 @@ Note that above repository may be taken down any time. Do not rely on its existe This project incorporates several commits from the [Suyu](https://suyu.dev) and [Sudachi](https://github.com/sudachi-emu/sudachi) forks (but cleaned up due to the typically mediocre code/commit quality from both projects) as well as changes listed in **Changes**. +## Move away from Codeberg + +As requested by Codeberg staff, **I have removed the Codeberg mirror repository**. [The new mirror repository is on NotABug](https://notabug.org/litucks/torzu). + ## Building * [Android Build](http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/src/branch/master/build-for-android.md) (NotABug [alt](https://notabug.org/litucks/torzu/src/master/build-for-android.md))