| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Remake ASGPU | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Update copyright notices. | Fernando Sahmkow | |
| 2022-10-06 | MemoryManager: Temporary Fix for NVDEC. | Fernando Sahmkow | |
| 2022-10-06 | NvHostCtrl: Fix merge of nvflinger. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Update MemoryManager | Fernando Sahmkow | |
| 2022-10-06 | Common: implement MultiLevelPageTable. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Fix channels with disk pipeline/shader cache. | Fernando Sahmkow | |
| 2022-10-06 | OpenGl: Implement Channels. | Fernando Sahmkow | |
| 2022-10-06 | NVHOST_CTRl: Implement missing method and fix some stuffs. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | |
| 2022-10-06 | NVASGPU: Fix Remap. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Fix clearing when destroying. | Fernando Sahmkow | |
| 2022-10-06 | NVMAP: Fix the Free return parameters. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Fix Open/Close and make sure each device is correctly created. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Implement new NvMap | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Refactor and add new NvMap. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Cleanup. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Implement QueryEvent. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Remake Ctrl Implementation. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Try a different approach to blocking. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Fix some regressions and correct signaling on timeout. | Fernando Sahmkow | |
| 2022-10-06 | Texture Cache: Add ASTC 10x5 Format. | Fernando Sahmkow | |
| 2022-10-05 | Merge pull request #9013 from liamwhite/spinning-a-yarn | bunnei | |
| common: remove "yuzu:" prefix from thread names | |||
| 2022-10-05 | Merge pull request #9015 from german77/amiibo-rewrite | bunnei | |
| service: nfp: Fix errors to pass unit testing | |||
| 2022-10-05 | Show error from cpp-httplib when we don't have a response to read (report ↵ | Kyle Kienapfel | |
| errors while connecting to API) (#8999) Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com> | |||
| 2022-10-05 | Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steel | Fernando S | |
| vulkan: automatically use larger staging buffer sizes when possible | |||
| 2022-10-05 | Merge pull request #9011 from liamwhite/frog-emoji-moment | Fernando S | |
| shader_recompiler: add extended LDC to GLASM backend | |||
| 2022-10-04 | Merge pull request #9005 from liamwhite/micro-fit | bunnei | |
| macro_jit_x64: cancel exit for taken branch | |||
| 2022-10-04 | Merge pull request #9010 from liamwhite/buttwise | bunnei | |
| macro_jit_x64: fix miscompilation of bit extraction operations | |||
| 2022-10-03 | vk_scheduler: wait for command processing to complete | Liam | |
| 2022-10-03 | service: nfp: Fix errors to pass unit testing | Narr the Reg | |
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-10-02 | shader_recompiler: add extended LDC to GLASM backend | 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 | service: mii: Copy only valid name bytes | german77 | |
| 2022-10-02 | service: nfp: Implement mount target and open application area errors, minor ↵ | Narr the Reg | |
| fixes | |||
| 2022-10-02 | nfp: Multiple fixes against HW | german77 | |
| 2022-10-02 | service: nfp: address comments | german77 | |
| 2022-10-02 | service: nfp: Rewrite and implement applet calls | german77 | |
| 2022-10-02 | core: hid: Add nfc support to emulated controller | german77 | |
| 2022-10-02 | yuzu: Use virtual amiibo driver instead of nfp service | german77 | |
| 2022-10-02 | input_common: Enable virtual amiibo driver | german77 | |
| 2022-10-02 | input_common: Create virtual amiibo driver | german77 | |
| 2022-10-02 | Merge pull request #8992 from Morph1984/vi-vsync-event | bunnei | |
| service: vi: Retrieve vsync event once per display | |||
| 2022-10-01 | Merge pull request #6598 from FernandoS27/falklands-are-british | liamwhite | |
| MacroHLE: Add MultidrawIndirect HLE Macro. | |||
| 2022-10-01 | MacroHLE: Add MultidrawIndirect HLE Macro. | Fernando Sahmkow | |
| 2022-10-01 | macro_jit_x64: fix miscompilation of bit extraction operations | Liam | |
| 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 | |||
