Quang Ngô

Results 6 issues of Quang Ngô

This is my attempt ``` diff --git a/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt b/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt index 1da98f2..13c2624 100644 --- a/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt +++ b/app/src/main/kotlin/org/equeim/tremotesf/TorrentData.kt @@ -87,6 +87,10 @@ class TorrentData(val torrent: Torrent, private val context: Context) { private...

Currently I can deserialize HashMap with key as an enum as example bellow: ``` #[derive(PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize)] enum Extension { #[serde(rename = "ut_metadata")] Metadata, } serde_bencode::from_str::("d11:ut_metadatai1ee").unwrap(); ``` But...

Currently, only X11 is detected and enabled for SDL3 by CMake. This PR enables the Wayland backend for SDL.

I am on Linux. When I select "Show Splash" in Settings, the emulator crash when I start a game. Log: [shad_log.txt](https://github.com/user-attachments/files/17879515/shad_log.txt) In Visual Code, it crashes at this location: ![Screenshot_20241123_143817](https://github.com/user-attachments/assets/dea078ec-3371-45b7-b07f-959585d5c871)

bug
contributor wanted

Commit 400da1aa8da376d38b3c4a086bc7f656f590de2e add ability to handle recreation of the swapchain which fix black screen under XWayland. Unfortunately, that commit doesn't account for rapid swapchain recreation caused by resizing window. This...

Missing from https://github.com/shadps4-emu/shadPS4/pull/1507. Summary from @kalaposfos13: * config.toml now gets autogenerated when you run the sdl version for the first time * Added an --add-game-folder argument so you can have...