• Joined on 2024-03-24
lvella commented on issue suyu/suyu#132 2024-04-10 23:29:59 +02:00
Discord server shut down?

I thing Matrix is a good option because it is decentralized and can be self-hosted.

lvella created pull request suyu/suyu#99 2024-03-31 14:47:07 +02:00
Solves warning about GuestMemory having internal linkage.
lvella created branch warning-fix in lvella/suyu 2024-03-31 14:45:28 +02:00
lvella pushed to warning-fix at lvella/suyu 2024-03-31 14:45:28 +02:00
58e6ce4238 Solves warning about GuestMemory having internal linkage.
c25bcb6083 Merge branch 'dev' into dev
7215ac9543 Fix NROs crashing and loading infinitely
39eea71e62 fix: resume application when library applets are closed
Compare 4 commits »
lvella commented on issue suyu/suyu#93 2024-03-31 13:56:55 +02:00
[Discussion] Git development history is being polluted by junk experimental commits

If you forgot something and you already pushed to upstream, do not create a new commit, use git add <file>, git commit --amend and git push --force (I have done that a lot of times to…

lvella pushed to validation-errors at lvella/suyu 2024-03-30 17:09:03 +01:00
36ede797f3 Vulkan validation error fix.
ce8f3e802e Use proper SPDX-FileCopyrightText for Sudachi. Corrects db647d915d
db647d915d Including sudachi Emulator Project as a copyright owner.
b3e989343d Added support for Princess Peach: Showtime!
Compare 4 commits »
lvella commented on pull request suyu/suyu#45 2024-03-30 17:06:11 +01:00
Search for Vulkan before Qt has a chance to

@Fijxu It seems this new version doesn't break CI.

lvella pushed to qt6-search-fix at lvella/suyu 2024-03-30 16:15:08 +01:00
48e86d6e84 Fixes issue #94: setting Vulkan::Headers before Qt6 can do it
lvella commented on issue suyu/suyu#93 2024-03-30 16:09:36 +01:00
[Discussion] Git development history is being polluted by junk experimental commits

If any more than about 3 people have direct commit power I'd personally think that's too much.

I don't think anyone should have direct push power. It is a very common mistake to forget to…

lvella commented on issue suyu/suyu#93 2024-03-30 15:47:04 +01:00
[Discussion] Git development history is being polluted by junk experimental commits

say there was an issue in CI that had to be fixed, or an important memory leak and there were no developers online

There won't be issues in CI to be fixed if push to dev is forbidden. All…

lvella pushed to qt6-search-fix at lvella/suyu 2024-03-30 15:28:56 +01:00
edefacddd0 Searching for Vulkan before QT6, so it doesn't messes with Vulkan.
ba3539c517 Use CC0-1.0 for images under ./img
66cf0c1b0c Clarify that we indeed have builds
444a200eef Upload files to "img"
Compare 59 commits »
lvella reopened pull request suyu/suyu#45 2024-03-30 15:28:41 +01:00
Search for Vulkan before Qt has a chance to
lvella commented on pull request suyu/suyu#45 2024-03-30 15:28:40 +01:00
Search for Vulkan before Qt has a chance to

I am reopening, because the problem is still there (issue #94) and I want to see what is the deal with this fix and the CI. Besides, it was never merged in the first place...

lvella opened issue suyu/suyu#94 2024-03-30 14:58:00 +01:00
CMake search for QT6 messes with finding Vulkan::Headers
lvella opened issue suyu/suyu#93 2024-03-30 13:29:30 +01:00
Git development history is being polluted by junk experimental commits
lvella commented on issue suyu/suyu#86 2024-03-30 12:20:24 +01:00
OSX Build Some games crash on Vulkan emulation

It seems that MoltenVK is not fully compatible with Vulkan: https://github.com/KhronosGroup/MoltenVK?tab=readme-ov-file#compliance

That said, I think suyu should strive to fully support of…

lvella commented on issue suyu/suyu#21 2024-03-30 00:01:17 +01:00
[Bug] Sudden device loss in Princess Peach Showtime

This seems to be some race condition. If I just run suyu and the game normally, it most often crash my GPU, but if I run it with Vulkan validation layers enabled and redirecting the output to a…

lvella opened issue suyu/suyu#91 2024-03-29 23:52:20 +01:00
Vulkan backend has an ton of errors in Vulkan usage.
lvella commented on pull request suyu/suyu#45 2024-03-29 02:05:28 +01:00
Search for Vulkan before Qt has a chance to
cmake .. -G Ninja -DSUYU_TESTS=off -DSUYU_USE_EXTERNAL_SDL2=off -DENABLE_QT6=on -DSUYU_USE_PRECOMPILED_HEADERS=off

With this CMake command, it doesn't work as in dev branch, but does…

lvella commented on pull request suyu/suyu#48 2024-03-29 01:24:01 +01:00
Fixing different usage flags between Image creation and ImageView creation.

This is the juicy line to justify all other changes.