| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-10 | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths | liamwhite | |
| TAS: Show all script lengths for multiplayer | |||
| 2023-01-07 | TAS: Show all script lengths for multiplayer | MonsterDruide1 | |
| 2023-01-06 | qt: additional fixes for reentrant shutdown | Liam | |
| 2023-01-05 | video_core/vulkan: Driver pipeline cache will now be deleted with the shader ↵ | Wollnashorn | |
| cache | |||
| 2022-12-24 | qt: prevent reentrant shutdown | Liam | |
| 2022-12-23 | Merge pull request #9476 from liamwhite/async-shutdown | liamwhite | |
| qt: continue event loop during game close | |||
| 2022-12-21 | qt: exit properly on guest-initiated close | Liam | |
| 2022-12-21 | qt: use main window as close overlay parent | Liam | |
| 2022-12-20 | qt: continue event loop during game close | Liam | |
| 2022-12-20 | Merge pull request #9463 from liamwhite/manager-events | liamwhite | |
| EmuThread: refactor | |||
| 2022-12-18 | yuzu: Remember last selected directory | german77 | |
| 2022-12-17 | qt: use _exit instead of exit on SIGINT | Liam | |
| 2022-12-17 | EmuThread: refactor | Liam | |
| 2022-12-17 | Merge pull request #9454 from liamwhite/wayland-egl | Mai | |
| qt: handle wayland-egl platform name | |||
| 2022-12-16 | Merge pull request #8605 from devsnek/graceful-shutdown | liamwhite | |
| let games gracefully exit | |||
| 2022-12-16 | Merge pull request #6769 from lat9nq/create-shortcut-2 | liamwhite | |
| yuzu qt, common: Add option to create game shortcuts on Linux | |||
| 2022-12-16 | qt: handle wayland-egl platform name | Liam | |
| 2022-12-13 | main: Address review feedback | lat9nq | |
| Moves icon path to ~/.local/share/icons, though I'm opting to avoid using the game title for the icon and desktop entry name as that would cause filenames such as "yuzu-cadence-of-hyrule-crypt-of-the-necrodancer-featuring-the-legend-of-zelda-demo.desktop". | |||
| 2022-12-13 | yuzu qt: Create shortcuts on Linux | lat9nq | |
| This creates a Desktop Entry file and a PNG icon for the entry when the user right-clicks a game and selects "Create Shortcut -> Create {Application,Desktop} Shortcut". This uses the current executable's path to create the shortcut. yuzu qt: Add more error checking and OS gating for shortcuts main: Remove FreeBSD gating for shortcuts I'm not going to test FreeBSD, so I don't know if they follow Freedesktop.org or not. I just have to let someone else verify that it works there and let them enable it. main: Move shortcut function to its own function This function should really be in a common library, at least among frontends. main: Remove image manip references main: Fix difference in MinGW and native GCC versions main: Fix negation in creat shortcut Addresses review comment Co-authored-by: Jan Beich <jbeich@FreeBSD.org> main: Re-enable freedesktop shorcuts for FreeBSD | |||
| 2022-12-13 | wayland: Always use exclusive fullscreen | Alexander Orzechowski | |
| Wayland does not allow clients to choose their own size and position on the screen. The concept of fullscreening an application by sizing it to the screen and removing decorations does not exist. Use exclusive fullscreen instead. | |||
| 2022-12-12 | emu_thread: properly force shutdown for unresponsive guest programs | Liam | |
| 2022-12-12 | let games gracefully exit | Gus Caplan | |
| 2022-12-12 | yuzu: Make unlimited frame rate non persistent between game boots | Narr the Reg | |
| 2022-12-08 | video_core: Integrate SMAA | Liam | |
| Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | |||
| 2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
| Configuration: Add per-game input profiles | |||
| 2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
| video_core: add null backend | |||
| 2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
| general: fix compile for Apple Clang | |||
| 2022-11-29 | Merge pull request #9322 from german77/pump_events | liamwhite | |
| input_common: Pump SDL events from main thread | |||
| 2022-11-28 | video_core: add null backend | Liam | |
| 2022-11-28 | config: Custom profile detection fixes | ameerj | |
| Also only reads/writes applicable configs for the custom profiles. | |||
| 2022-11-28 | yuzu/main: Merge variable declaration into ifdef | Lioncash | |
| This is only used in the non-Windows path. | |||
| 2022-11-27 | Merge pull request #8829 from Docteh/qt6_0002 | liamwhite | |
| CMake: rework for Qt6 support | |||
| 2022-11-27 | input_common: Pump sdl events from main thread | german77 | |
| 2022-11-22 | general: fix compile for Apple Clang | Liam | |
| 2022-11-20 | Configuration: Add per-game input profiles | ameerj | |
| 2022-11-20 | Merge pull request #9238 from german77/cabinet_applet | bunnei | |
| service: am: Implement cabinet applet | |||
| 2022-11-17 | qt: Add Qt version to LogRuntimes | Kyle Kienapfel | |
| 2022-11-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle Kienapfel | |
| Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error | |||
| 2022-11-17 | Merge pull request #9229 from Docteh/achy_breaky_heart | Morph | |
| Add break for default cases | |||
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-13 | general: Address review comments | german77 | |
| 2022-11-13 | yuzu: Implement cabinet applet frontend | german77 | |
| 2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
| 2022-11-12 | Ignore ARM for core count | Matías Locatti | |
| 2022-11-12 | Merge pull request #9231 from goldenx86/corecount | Mai | |
| Add CPU core count to log files | |||
| 2022-11-11 | Add CPU core count to log files | Matías Locatti | |
| 2022-11-11 | Merge pull request #9133 from FearlessTobi/compat-improvements | liamwhite | |
| yuzu/compatdb: Improve compatibility submission system | |||
| 2022-11-11 | yuzu/main: Change to 8_GiB instead of magic number | Tobias | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2022-11-10 | Merge pull request #9223 from goldenx86/threadcount | bunnei | |
| Add CPU thread count to log files | |||
| 2022-11-11 | Merge pull request #9180 from Docteh/remove_stuff | Mai | |
| UI: split up strings relating to content removal | |||
