| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-18 | core: Partially persist emulation state across game boots. | bunnei | |
| 2022-10-15 | fix a tiny spelling mistake | Kyle Kienapfel | |
| Kreato pointed this out over on discord. | |||
| 2022-10-13 | Merge pull request #9039 from Kelebek1/auto_backend | liamwhite | |
| Auto select the SDL audio backend when Cubeb latency is too high | |||
| 2022-10-12 | Merge pull request #9047 from german77/steam-aspect | bunnei | |
| yuzu: Add 16:10 aspect ratio | |||
| 2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
| 2022-10-09 | Choose the SDL audio backend when Cubeb reports too high of a latency | Kelebek1 | |
| 2022-10-07 | Merge pull request #9030 from Morph1984/api-disable | Mai | |
| configure_graphics: Fix graphics API selection when a game is running | |||
| 2022-10-07 | Merge pull request #8807 from Docteh/default_fonts | liamwhite | |
| Qt: work around Qt5's font choice for Chinese (in Windows) | |||
| 2022-10-07 | configure_graphics: Fix graphics API selection when a game is running | Morph | |
| The graphics API setting should not be changed when a game is running. | |||
| 2022-10-06 | Vulkan Swapchain: Overall improvements. | Fernando Sahmkow | |
| 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 | Qt: work around Qt5's font choice for Chinese | Kyle Kienapfel | |
| On Windows there are currently two fonts used. The first, does the Menu, QTreeView and Tooltips Second is Everything else which is a default font. From inspecting QApplication::font() at runtime Windows 10 English: QFont(MS Shell Dlg 2,8.25,-1,5,50,0,0,0,0,0) Windows 11 Japanese: MS UI Gothic,9 ,-1,5,50,0,0,0,0,0 Windows 11 Traditional Chinese: PMingLiU,9 ,-1,5,50,0,0,0,0,0 Windows 11 Simplified Chinese: SimSun,9 ,-1,5,50,0,0,0,0,0 Windows 11 Korean: Gulim,9 ,-1,5,50,0,0,0,0,0 I initially investigated dynamically changing the font when the UI language is English, but this was getting quite messy Qt6 makes changes to default font in some situations, so this PR is being narrowed in scope to only effect Chinese font choices. This change only effects rendering of Latin/Cyrillic characters. | |||
| 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 | |||
