master
Name already in use
Commits on Mar 27, 2023
-
Merge pull request #17198 from unknownbrackets/gameinfo-startup
virtfs: Oops, correct Version check
-
-
virtfs: Oops, correct Version check.
Must not have added after?
Commits on Mar 26, 2023
-
Test Drive also benefits from increased depth resolution. See #17188.
Doesn't affect the map screen issue though, #12786
-
Merge pull request #17196 from unknownbrackets/gameinfo-startup
UI: Avoid reloading PIC1 BG on game start & add plugin shutdown param
-
virtfs: Tell file plugins which shut down.
We can have multiple, so it ideally needs to deal with the latest.
-
Merge pull request #17195 from GABO1423/master
(UWP) Minor Nitpicky Changes
-
UI: Avoid reloading PIC1 BG on game start.
We only need it if we start drawing it, which we only do if loading takes time. Might as well skip some IO, even on a separate thread.
-
-
Merge pull request #17194 from unknownbrackets/headless-cleanup
headless: Remove printfEmuLog, simplify output
-
headless: Rename collectEmuLog for clarity.
This is still used when running tests outside headless, so leaving in CoreParameter.
-
-
Merge pull request #17193 from hrydgard/combo-key-rename
Combo key: Finish rename
-
-
-
Rename "Combo" to "Custom" in the touch key mappings.
Need the name "Combo" for the new feature from PR #17168.
-
Merge pull request #17189 from unknownbrackets/minor-cleanup
Miscellaneous cleanup from recent changes
-
Merge pull request #17192 from unknownbrackets/saveicon-download
GPU: Add xfer flag to ignore create vfb flags
-
Merge pull request #17191 from unknownbrackets/blockxfer-intra
GPU: Fix intra-block transfers in ToP CE
-
-
GPU: Add xfer flag to ignore create vfb flags.
Save icons need CPU reads to work.
-
GPU: Fix intra-block transfers in ToP CE.
Used in Olive Village.
-
Merge pull request #17190 from unknownbrackets/prx-symbols
Debugger: Update symbols properly on prx load
-
-
headless: Rename StubHost to HeadlessHost.
It's had that weird name forever, get rid of it.
-
-
headless: Use requests for debug output.
At least this is consistent and gets rid of host usage outside headless.
-
-
-
-
-
-
Windows: Always detach request threads.
No point having a global if it's always detached after use.
-
Commits on Mar 25, 2023
-
Merge pull request #17188 from hrydgard/force-maximum-depth-resolution
Add compat setting to force using maximum depth resolution