Commit Graph

6591 Commits (f0be61b819017a040a8a86d27cc0eeedfd242939)

Author SHA1 Message Date
Anderson Cardoso f0be61b819
Atualização Português do Brasil (#3312)
Atualizado para a última versão.
4 months ago
Stenzek b99ee59224
Qt: Add 'Rename File' to memory card editor
And context menu for ease of use.
4 months ago
Stenzek 50d8bb091f
MemoryCard: Add RenameFile() and localize errors 4 months ago
Stenzek 854a109a0f
Qt: Qt 6.8 deprecation fixes 4 months ago
Stenzek 86a28d5dc0
ImGuiOverlays: Move debug state to auxiliary windows 4 months ago
Stenzek 6dc2f0a60b
Host: Add 'Auxiliary Render Windows'
i.e. debugging windows
4 months ago
Stenzek eb46142ee7
GPUDevice: Extract swap chain to separate class 4 months ago
Stenzek c6055affbf
OpenGLDevice: Fix invalidating pipeline cache on Windows 4 months ago
Stenzek 005d48a387
System: Don't display setting warnings without game 4 months ago
Stenzek e2cb54d233
Settings: Use uint getter/setter for more fields 4 months ago
Stenzek d4f3e004cf
Host: Add missing SetBaseUIntSettingValue() 4 months ago
Stenzek 972a0693b2
Memmap: Compatibility with old libc without MAP_FIXED_NOREPLACE 4 months ago
Stenzek 219e890da5
GPU/HW: Write through VRAM transfers
Reduces the chances of rendering nothing after device loss.
5 months ago
Anderson Cardoso afd36560c1
Atualização Português do Brasil (#3310)
* Atualização Português do Brasil

Confirmação de textos movidos;
Correções de consistência.

* Update 2

Adicionado e corrigido erro de digitação.

* Update 3

* Update 4
5 months ago
Stenzek 2604df5917
Qt: Fix crash when players column is visible 5 months ago
Stenzek 11c212260c
System: Only check controller changes when valid 5 months ago
Stenzek 4a57ccc3e8
Cheats: Strip leading * when importing old files 5 months ago
Stenzek a11ed649bf
Qt: Add keyboard navigation to memory view 5 months ago
Stenzek b3ae9cbe4a
Qt: Swap compatibility star image to SVG
Images originally provided by KamFretoZ, adjusted to better fit the
column width.
5 months ago
Stenzek e0b6f6f1b2
Cheats: Rewrite cheat management system 5 months ago
Stenzek 2079bac40b
StringUtil: Add FromCharsWithOptionalBase() 5 months ago
Stenzek 0d05548459
MinizipHelpers: Add ReadZipFileToString() 5 months ago
Stenzek d8fef6f22e
GameDatabase: Store strings as views
Saves duplicating everything in memory, and a ton of heap allocations.
5 months ago
Stenzek 86d66ddf82
StringUtil: Don't call data() on empty string_view 5 months ago
Stenzek 21ec3c1152
Qt: Fix automatic binding button in per-game controller settings 5 months ago
Stenzek 5ab65ff484
Qt: Remove now-duplicate flag icons 5 months ago
Stenzek 6e26ba3e9e
Qt: Display language flags instead of region 5 months ago
Stenzek ba0708a4ff
GameDatabase: Add parsing of Language field
Also speed up lookups through binary search.
5 months ago
Stenzek 2fc5856c44
StringUtil: Add CompareNoCase() 5 months ago
Stenzek 38a331fde4
ImGuiFullscreen: Support loading SVGs 5 months ago
Stenzek 3e26b7ab73
Image: Support rendering SVGs 5 months ago
Stenzek 3d5503612b
Image: Span and Error-ify 5 months ago
Stenzek 8680900788
ImGuiFullscreen: Fix horizontal menu items getting clipped 5 months ago
Stenzek 83a1386d0b
FullscreenUI: Collapse macro button settings by default 5 months ago
Stenzek 407dccb1db
Qt: Move GDB server enable to advanced options
And expose the port as a setting.
5 months ago
Stenzek 7ce4c34936
VulkanDevice: Scissor rect should never be negative 5 months ago
Stenzek 26b6c704f0
MemMap: Support dynamic page size selection
i.e. 4K to 16K on ARM64.
5 months ago
Stenzek 0c2ab82252
System: Fix no-disc startup in later versions 5 months ago
Stenzek 1778507995
Atualização Português do Brasil (#3306)
Atualizado para a última versão.
5 months ago
Stenzek 32e96b02ca
FullscreenUI: Various fixes
- Fix mismatched X/Y in landing page.
- Fix mismatched X/Y submenus.
- Fix window padding on save state submenu.
- Fix pressing back/close on save state submenu closing list.
5 months ago
Stenzek 9ff4fbd21c
StringUtil: Fix incorrect end_ptr computation 5 months ago
Stenzek 3fb5fb4c72
System: Fix saving of subimage index 5 months ago
Stenzek c9f7ef5f9a
System: Fix reset when booting EXE 5 months ago
Stenzek 80971dac5a
AnalogController: Allow negative vibration bias 5 months ago
Stenzek 08bdffac64
GPU/HW: Fix toggling texture replacement settings 5 months ago
Stenzek 71bb953253
GPU/HW: Handle redundant texture window updates
Significantly reduces draw count in THPS2.

~150 draw calls per frame to ~70.
5 months ago
Stenzek 52389f48a6
GPU/HW: Fix force-round-coords with texture cache 5 months ago
Stenzek 2f331540b1
BIOS: Fix OpenBIOS initializer 5 months ago
Stenzek a83b642a2d
Settings: Disable texture cache in safe mode 5 months ago
Stenzek c740fd9e11
GPU/TextureCache: Disable bilinear page upscaling by default
And fix it.
5 months ago