Commit Graph

7062 Commits (26979f5569b377229438e38e0013d8b0888593fc)
 

Author SHA1 Message Date
Stenzek 51b3fabd31
OpenGLContext: Try libEGL.so.1 as well as libEGL.so 12 months ago
Stenzek d1a1cab9a9
Bus: Direct KUSEG+KSEG0 isolated cache reads to ICache 12 months ago
Stenzek 3395853ba2
CDROM: Fix overflow in UpdatePositionWhileSeeking() 12 months ago
shikulja b76af42acc
Update Russian translation (#3132)
* Update Russian translation

* Update Russian translation
12 months ago
Anderson Cardoso 9950fdb07a
Memory Card Icon (#3133)
Update of position for the Memory Card icons in flyout menus tested in both White and Dark themes.
12 months ago
Mrlinkwii 78854f433a
Deps: update simpleini to 4.22 (#3131) 12 months ago
Stenzek 604b47c7b7
Deps: Update to SDL2 2.30.1 and Qt 6.6.2 12 months ago
Stenzek 9b784b1777
OpenGLDevice: Fix incorrect streamed counter 12 months ago
Stenzek 8fe86ff690
GPU/HW: Fix another buffer unmapping case 12 months ago
Stenzek de1338cbbc
VulkanDevice: Add additional semaphore on swap chain
We don't actually need +1 semaphores, or, more than one really.
But, the validation layer gets cranky if we don't fence wait before the next image acquire.
So, add an additional semaphore to ensure that we're never acquiring before fence waiting.
12 months ago
Stenzek 7159330f63
GPU/HW: Ensure buffers are unmapped before present
Darn DX11...
12 months ago
Stenzek 25db163347
System: Fix incorrect save state screenshot size 12 months ago
Anderson Cardoso 9ac97f40fd
Atualização Português do Brasil (#3129)
Confirmação de textos movidos.
1 year ago
Stenzek c854b8f85e
Image: Swap stb for libpng/libjpeg 1 year ago
Stenzek e9c4416272
dep: Add libjpeg v9f 1 year ago
Stenzek b749c483da
dep: Add libpng 1.6.43 1 year ago
Stenzek 250b1bea8f
GPU: Use Image class for screenshot saving 1 year ago
Stenzek 620d08f72d
Build: Move Image from common to util 1 year ago
Stenzek faa64ec4ff
Qt: Improve log window behavior on MacOS 1 year ago
Stenzek 3d2a091c46
Qt: Improve upscale label text 1 year ago
Stenzek a3f6930072
Qt: Fix default arrow key binding on MacOS 1 year ago
Stenzek f80ead6a21
GameDB: More settings 1 year ago
Anderson Cardoso adb2d6c316
Atualização Português do Brasil (#3128)
Atualizado para a última versão
1 year ago
Anderson Cardoso 403ee01a33
Atualização Português do Brasil (#3126)
* Atualização Português do Brasil

- Novo modo de deteção de linhas pela GPU
- Novas opções do modo Big duck mode adicioadas
- Várias outras opções antes movidas ou realocadas confirmadas para a última versão.

* Update do update

Melhoria de contexto
1 year ago
Stenzek ae0dde8b18
Qt: Make some extra space in memcard settings
Settings should fit on 720p now.
1 year ago
Stenzek e2024f6175
System: Change "Auto Load Cheats" to "Enable Cheats" 1 year ago
Stenzek f4ffaa1e3c
Data: Fix crt-lottes.glsl for D3D renders 1 year ago
Stenzek a1d7d214cf
GPUDevice: Add support for VRR and relaxed vsync 1 year ago
Anderson Cardoso d9e496284f
Atualização Português do Brasil (#3125)
Atualizado para a última versão
1 year ago
Stenzek a5de489d6f CI/Flatpak: Use flatpak-github-actions 1 year ago
Stenzek 96f29d9b99
System: Warn if compatibility settings are disabled 1 year ago
Stenzek 04b837a418
Qt: Redesign graphics settings panel
Add screenshot format/type.
1 year ago
Stenzek b8127facdc
GPUDevice: Memoize preferred renderer for auto 1 year ago
Stenzek 713d396a7e
GPU/HW: Add quad line detection (Wild Arms 2) 1 year ago
Stenzek 250fb56838
GPU/HW: Switch to indexed draws 1 year ago
Stenzek b34742cdd2
GPU/HW: Slightly reduce struct size 1 year ago
Stenzek d50ba989ae
Settings: Use bitfields for bool
Slightly more compact, memory-wise.
1 year ago
Stenzek 9e26622a12
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
1 year ago
Stenzek b060edc61b
VulkanDevice: Actually use all the swap chain semaphores 1 year ago
Stenzek edeaaebc7d
OpenGLContextEGL: Fix X11+platform base combination 1 year ago
Stenzek f936a36c85
GPUDevice: Add GPUDownloadTexture
Which can also be based in host/client memory.
Use it for screenshots and VRAM downloads.
1 year ago
Wunkolo 4309d8ebf3
VulkanDevice: Add `TryImportHostMemory`
Utilizing `VK_EXT_external_memory_host`, attempt to import the host-pointer into a `VkBuffer`, `VkDeviceMemory`, and an offset to the start of the data. When the page size matches the import alignment, then it is possible to import an entire range of memory from the host directly into a vulkan-side buffer to read and write into.
1 year ago
Wunkolo 0ce1149e41
VulkanDevice: Optional `VK_EXT_external_memory_host` enablement
Allows usage of this extension only when the import-pointer-alignment
matches that of the hosts' page size.
1 year ago
Stenzek 411213d6a0
GPU: Make VRAM a global object 1 year ago
Stenzek 7340324ed9
CDROM: Accuracy improvements 1 year ago
Stenzek 120f5bb434
GameDB: Various additions 1 year ago
Stenzek 71094a0e44
CPU: Implement memory breakpoints/watchpoints 1 year ago
Stenzek ef4389cea8
Qt: Cache CPU register values
That way they don't update while running.
1 year ago
Stenzek 4599109854
CPU/CodeCache: Clear backpatch info for blocks when recompiled 1 year ago
Stenzek 454cceab80
CPU/CodeCache: Move backpatch lookup after RAM check
Saves a map lookup if we're just invalidating code.
1 year ago