Commit Graph

11915 Commits (0ec7d2bd4e4ac569dfd25fc8270a0ce02e339023)
 

Author SHA1 Message Date
Stenzek 51457c22e3
Qt: Add SVGWidget 4 months ago
Stenzek f352619a93
Qt: Move ReadFileToByteArray() to QtUtils 4 months ago
Stenzek e4147da58b
Qt: Optimize checkbox SVGs that were previously missed 4 months ago
Stenzek f0ee834894
FullscreenUI: Optimize SVGs 4 months ago
Stenzek 9e39295f01
Qt: Add icon to empty game list page 4 months ago
Stenzek 891ae3d9e7
ImGuiOverlays: Don't draw outline on status indicators 4 months ago
Stenzek 538a82ad41
Qt: Set isMask property on menu bar action icons on MacOS
Fixes mismatched icon colours between the application and system menu
bar on MacOS.
4 months ago
Stenzek 49f5f38c48
Qt: Don't use QIcon::fromTheme()
One fewer level of indirection.
4 months ago
Stenzek 65394a2b94
Qt: Remove unused PNG icons 4 months ago
Stenzek 6fccb181db
Qt: Remove separate colour icon SVGs 4 months ago
Stenzek d58bfaacff
Qt: Add more monochrome icons 4 months ago
Stenzek 4cf5f38a8c
Qt: Add ThemeSVGIconEngine to replace use of Qt SVG
Uses plutosvg to render icons with a different colour scheme dependent
on the text colour. No more duplicating all the icons.
4 months ago
Stenzek 68da2ea9f5
Qt: Add monochrome icon theme
Use currentColor instead of duplicating the icons for dark/light themes.
4 months ago
Stenzek d7c2e77855
Qt: Minimize controller SVGs
Make them compatible with plutosvg.
4 months ago
Stenzek 2f4aafd0d6
Qt: Expose debugger and exit in toolbar 4 months ago
Stenzek 83a1b0c450
Deps: Update to 20260526 4 months ago
Stenzek fab306cc76
FullscreenUI: Fix adapter list not updating on renderer change
Also disable the option when using GL.
4 months ago
Stenzek 8347d1de98
Bus: Add option for enabling PCSX expansion region
Breakpoints/exit.
4 months ago
Stenzek 2467a7b1b5
Timers: Correctly handle sync mode 0/3 for timer 2 4 months ago
Víctor "IlDucci d7464e2951
Spanish (Spain) translation update (#3744)
Updating Spanish translation with latest changes.
4 months ago
Stenzek 29ba624f28
HTTPDownloader: Convert to namespace
No virtual calls, and we can notify the host when the state changes to
reduce request latency.
4 months ago
Stenzek fc8446de62
Qt: Use main HTTP downloader for updater 4 months ago
Stenzek 8ae5c854e5
Qt: Add AsyncHTTPRequest class 4 months ago
Stenzek de8f42733d
Qt: Avoid double cancellation in updater 4 months ago
Stenzek 6e58776342
Achievements: Use request owner for waiting for server calls
Less book-keeping.
4 months ago
Stenzek 2091cb101c
HTTPDownloader: Don't poll requests when cancelling
Confusing to the caller...
4 months ago
Stenzek 5b446d702a
HTTPDownloader: Add owner tracking to requests
Allow finer-grained cancellation.
4 months ago
Stenzek cf62df552b
HTTPCache: Notify host when downloader is active
Allows a faster polling interval.
4 months ago
Stenzek e903ff7169
HTTPCache: Remove downloader mutex
The downloader itself has a mutex, so we can rely on that if we're
careful.
4 months ago
Stenzek 590605b8d4
FullscreenUI: Don't override existing window in PauseAndOpenMenuFromCoreThread() 4 months ago
Stenzek cdb26ee7b5
ImGuiManager: Return wants_keyboard for all generic inputs
Prevents hotkeys from firing, but those without generic mapping will
still run...
4 months ago
Stenzek f2e629f7e1
Achievements: Fix game not loading after token-expired late login 4 months ago
Stenzek e6b938af3a
CDROM: Fix incorrect date in comment 4 months ago
Stenzek d89476ad26
GPU: Fix incorrect bitmask for command primitives 4 months ago
Stenzek 3dd7497f6a
GPU: Use InlineFIFOQueue
Avoid the indirection.
4 months ago
Stenzek 4e0374ef82
GPU: Slightly faster path for DMA writes 4 months ago
Stenzek b123c8e2bf
GPU: Convert frontend to namespace 4 months ago
Stenzek f484af5f4d
GPU: Merge gpu.cpp and gpu_commands.cpp 4 months ago
Stenzek 8f818af6d2
GPU/HW: Remove unnecessary reference to backend in texture cache 4 months ago
Davide Pesavento fc72f17a5c
CI: Drop unused input (#3743)
actions/upload-artifact ignores the name input when using `archive: false`
4 months ago
Stenzek 1c936c4965
DMA: Enforce read-only bits in OTC channel control 4 months ago
Stenzek 5e57ff57d6
CDROM: Fix incorrect stat response in test command 4 months ago
Stenzek 2307ad9b0f
CMake: Drop Win32/MSVC specific paths. Use MSBuild.
This was never supported, and hasn't been updated in a while anyway.
4 months ago
Stenzek 77ecf99398
MSBuild: Enable segment heap via vsprops 4 months ago
Davide Pesavento dc5c5b7c3f
GameDB: A few more fixes (#3739)
* cdromMaxReadSpeedupCycles for Mega Man 8
* display active offset adjustments for CTR, R4, and Yu-Gi-Oh
4 months ago
shikulja 833dd2c9ba
Update Russian translation (#3740)
* Update ts

* Update Russian translation
4 months ago
Anderson Cardoso 74cca15c21
Atualização Português do Brasil (#3741)
Atualizado para a última versão.
4 months ago
crashGG 32af8280ba
optimization scanline-modern shader (#3742)
optimization scanline-modern shader
4 months ago
Stenzek 1758f43d93
ImGuiManager: Use 1/255 as opacity threshold 4 months ago
Stenzek 2225d366b2
GPUDevice: Pack shaderc/spirv-cross function pointers together 4 months ago