| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-10-02 | Merge pull request #8955 from german77/amiibo-rewrite | bunnei | |
| core: nfp: Rewrite implementation to remove direct access from the frontend | |||
| 2022-10-02 | yuzu: Use virtual amiibo driver instead of nfp service | german77 | |
| 2022-10-01 | Merge pull request #8876 from FearlessTobi/multiplayer-part3 | bunnei | |
| ldn: Implement "local wireless" networked multiplayer | |||
| 2022-09-28 | Merge pull request #8940 from german77/silence | bunnei | |
| yuzu: Silence some clang warnings | |||
| 2022-09-23 | Merge pull request #8948 from german77/order | Morph | |
| yuzu: sort input profiles by name | |||
| 2022-09-23 | yuzu: sort input profiles by name | Narr the Reg | |
| 2022-09-21 | yuzu: Silence some clang warnings | Narr the Reg | |
| 2022-09-20 | Address some review comments | FearlessTobi | |
| 2022-09-19 | yuzu qt: Add option to disable startup Vulkan check | lat9nq | |
| The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue. | |||
| 2022-09-17 | Merge pull request #8827 from german77/amiibo_release | bunnei | |
| core: nfp: Implement amiibo encryption | |||
| 2022-09-16 | Merge pull request #8906 from Docteh/fix_icons | bunnei | |
| UI: move icons from default into colorful theme. | |||
| 2022-09-16 | Merge pull request #8682 from lat9nq/dumpy | Morph | |
| yuzu qt: Add option to create Windows crash dumps | |||
| 2022-09-15 | UI: move icons from default into colorful theme. | Kyle Kienapfel | |
| colorful theme has been default theme for awhile. having colorful theme try and grab icons from other theme doesn't work on Linux. Also adding two additional icons, info is to hint to the user that they should hit verify after pasting in a token, sync is to show that the verification is occurring. | |||
| 2022-09-15 | UI: Fix link to TAS help page | Kyle Kienapfel | |
| Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator | |||
| 2022-09-12 | Merge pull request #8880 from german77/slow-moving | Mai | |
| input_common: Increase mapping timer from 2.5 seconds to 4 seconds | |||
| 2022-09-11 | input_common: Increase mapping timer from 2.5 seconds to 4 seconds | german77 | |
| 2022-09-10 | fix black icon | Narr the Reg | |
| 2022-09-10 | yuzu: Multiple room UI improvements | german77 | |
| 2022-09-09 | Merge pull request #8864 from german77/toggle_analog | bunnei | |
| input_common: Add support for analog toggle | |||
| 2022-09-09 | ldn: Initial implementation | FearlessTobi | |
| 2022-09-08 | Merge pull request #8819 from liamwhite/cash-money | lat9nq | |
| video_core: add option for pessimistic flushing | |||
| 2022-09-07 | core: nfp: Implement amiibo encryption | german77 | |
| 2022-09-06 | yuzu: input: fix invert symbol on axis and order options alphabetically | Narr the Reg | |
| 2022-09-06 | input_common: Add support for analog toggle | Narr the Reg | |
| 2022-09-04 | mini_dump: Address review feedback | lat9nq | |
| Uses fmt::print as opposed to std::fprintf. Adds a missing return. static's a single-use function. Initializes structs as opposed to std::memset where possible. Fixes CMake linkage. Co-authored-by: Lioncash <mathew1800@gmail.com> mini_dump: Use a namespace Co-authored-by: Lioncash <mathew1800@gmail.com> | |||
| 2022-09-04 | vcpkg,cmake: Use vcpkg for dbghelp | lat9nq | |
| 2022-09-04 | mini_dump: Check for debugger before spawning a child | lat9nq | |
| mini_dump: Clean up mini_dump: Fix MSVC error mini_dump: Silence MSVC warning C4700 Zero initialize deb_ev. mini_dump: Add license info | |||
| 2022-09-04 | mini_dump: Cleanup and add comments | lat9nq | |
| Removes some unnecessary code. wip | |||
| 2022-09-04 | yuzu: Use a debugger to generate minidumps | lat9nq | |
| yuzu: Move mini_dump out of core startup_checks: Better exception handling | |||
| 2022-09-03 | Qt: Make General->Debug scrollable | Kyle Kienapfel | |
| Configuration -> General -> Debug is getting a bit crowded. yzct12345 submit this originally, so I'm tagging them as a co-author. The original #6714 also modifies the Controls -> Player N sections, but it looks like more work is needed to make the current area scrollable. Co-authored-by: yzct12345 <87620833+yzct12345@users.noreply.github.com> | |||
| 2022-09-02 | Address review comments | FearlessTobi | |
| 2022-08-27 | yuzu/chat_room: Make font size bigger | FearlessTobi | |
| 2022-08-27 | yuzu/multiplayer: Warn when game is running or no network interface is selected | FearlessTobi | |
| 2022-08-27 | yuzu: Display current game version in multiplayer room | FearlessTobi | |
| Makes it easier for users to recognize connection errors caused by different game versions. | |||
| 2022-08-27 | yuzu_room: Remove dependency on core | FearlessTobi | |
| 2022-08-25 | video_core: add option for pessimistic flushing | Liam | |
| 2022-08-22 | yuzu: Force camera output to be saved on a buffer (#8805) | Narr the Reg | |
| 2022-08-20 | Merge pull request #8783 from german77/looong | liamwhite | |
| yuzu: Allow longer controller profile names | |||
| 2022-08-20 | Qt: Retranslate GameList header and Filter line | Kyle Kienapfel | |
| Didn't notice this until I was trying to change the default font to Comic Sans MS when language is set to English in yuzu. | |||
| 2022-08-18 | yuzu: Allow longer controller profile names | Narr the Reg | |
| 2022-08-15 | yuzu: Fix crash on shutdown | FearlessTobi | |
| Previously, accessing the room_network when it was already freed would crash the emulator on shutdown. Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
| 2022-08-15 | core, yuzu: Address first part of review comments | FearlessTobi | |
| 2022-08-15 | core, network: Add ability to proxy socket packets | FearlessTobi | |
| 2022-08-12 | Merge pull request #8756 from Kelebek1/vol | bunnei | |
| Allow audio volume up to 200% | |||
| 2022-08-12 | Merge pull request #8741 from Docteh/aboot | Mai | |
| Qt: tweak ui files | |||
| 2022-08-12 | Do some log memes to help perceived volume | Kelebek1 | |
| 2022-08-12 | Allow audio volume up to 200% | Kelebek1 | |
| 2022-08-12 | Merge pull request #8647 from Docteh/default_dark | liamwhite | |
| Linux: handle dark system themes nicely | |||
| 2022-08-12 | review pass on CheckDarkMode function | Kyle Kienapfel | |
