Commit Graph

5892 Commits (9eb18449a74c5b630ed98681dde3f8c9293fcdf7)

Author SHA1 Message Date
Stenzek f4fef36eba
MetalDevice: Use shader to clear current depth target 2 years ago
Stenzek e5a024ba85
MetalDevice: Add support for framebuffer fetch 2 years ago
shikulja 42ac79d42a
Update Russian translation (#3169) 2 years ago
Marcin Mitura 349ff42ce2
Polish localization updates (#3168)
Comply to latest changes:
- Translate VSync string,
- Remove obsolete.
Silent is based :3
2 years ago
Anderson Cardoso 4591fe8f84
Atualização Português do Brasil (#3167)
Atualizado para a última versão.
2 years ago
Stenzek bbdc31cad6
Qt: String fix 2 years ago
Anderson Cardoso 5a2215d305
Atualização Português do Brasil (#3165)
Atualizado para a última versão.
2 years ago
Marcin Mitura 7d85284626
Polish localization updates (#3166)
Comply to latest changes:
- Translate new strings,
- Remove obsolete strings.
2 years ago
Stenzek c017d04423
Qt: "Display Vertical Sync" => "Vertical Sync" 2 years ago
Stenzek e646096180
VulkanDevice: Fix validation errors 2 years ago
Stenzek 7344661801
GPUDevice: Split submission and presentation 2 years ago
Stenzek 3e9ac99d54
Qt: Fix 6.7 deprecation warnings 2 years ago
Marcin Mitura 9bee24e083
Polish localization updates (#3164)
Comply to latest changes:
- Correct not fitting string,
- Translate new strings,
- Remove obsolete.
2 years ago
Stenzek 509a8a074c
GPUDevice: Remove unused file 2 years ago
Stenzek 88270771da
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
2 years ago
Stenzek 2ad67ad3ee
OpenGLContext: Add SupportsNegativeSwapInterval() 2 years ago
Stenzek 7b93edada1
Qt: Purge controller bind migration
About a year and a half is long enough.
2 years ago
Stenzek fec36471b8
Settings: Use RealPath() for directories 2 years ago
Stenzek e2d87f554b
FileSystem: Canonicalize() after RealPath() 2 years ago
Stenzek 57f6bda59b
ImGuiFullscreen: Use popup background for all popups 2 years ago
Stenzek 164062f80d
Build: Use C++20 for everything except reshadefx 2 years ago
Stenzek 1b1e42d003
System: Add Error to boot/load/save state 2 years ago
Stenzek f75a5605eb
SmallString: Add vformat overloads 2 years ago
Stenzek 1809885927
FullscreenUI: Fix crash with language select on Linux 2 years ago
Stenzek 44a4f2703a
ImGuiFullscreen: Add popup background colour 2 years ago
Bobby Smith ae223403bb Qt: fix "Deinterlacing" description 2 years ago
Bobby Smith b58862a64a Disable cheats by default 2 years ago
Stenzek 8c741d2d48
Qt: Update glyph range for zh-CN and purge old obsolete strings 2 years ago
zkdpower 05d2ad5800
Update the Simple-Chinese translation to latest. 2 years ago
Stenzek 440a1700c0
System: Interrupt execution when loading state and reset 2 years ago
Stenzek 417bf0c3bc
DMA: Better enforce CPU runtime during linked list
and get rid of the hack for Newman Haas.
2 years ago
KamFretoZ bbd7c9e2a9
BPM: Light Mode color scheme update (#3161) 2 years ago
Marcin Mitura b209e6b0a8
Polish localization updates (#3160)
* Polish localization updates

- Match latest changes,
- Correct typos,
- Remove vanished strings.

* Polish localization updates

- Match latest changes:
* Correct typos,
* Remove obsolete strings.
2 years ago
Stenzek a57ed3c91c
Qt: Add correct Cheat Manager UI file 2 years ago
Stenzek 4598bc789b
Qt: Split Cheat Manager and Memory Scanner
And make them persistent across system invocations.
2 years ago
Stenzek e936e7498a
VulkanDevice: Fix incorrect null texture bind condition 2 years ago
Marcin Mitura 6965bc54f4
Polish localization updates (#3158)
- Comply new FullscreenUI,
- Remove vanished strings.
2 years ago
Bobby Smith ad45ace97d
Qt: fix "Show Controller Input" and "Show Settings" descriptions (#3159) 2 years ago
Anderson Cardoso 5fb81753dd
Autalização Português do Brasil (#3157)
Atualizado para a última versão.
2 years ago
Stenzek 26c1d4b787
Qt: Icon fix 2 years ago
Stenzek e9ae49b3c4
FullscreenUI: Regenerate strings 2 years ago
Stenzek bf4e8feb25
FullscreenUI: Redo landing page and add help bar 2 years ago
Stenzek de1a1af908
FullscreenUI: Avoid per-frame memory allocations with SmallString 2 years ago
Stenzek 631fca3042
SettingsInterface: Add SmallString overloads 2 years ago
Stenzek 6b7cf6a432
SmallString: Add missing methods 2 years ago
Marcin Mitura daab121a14
misc: translation file cleanup (#3155) 2 years ago
Marcin Mitura 841a6e1f17
lupdate translation file. (#3153) 2 years ago
Stenzek 71f50566f3
System: Consider pending ticks when using global ticks 2 years ago
Stenzek 8a1b4d8bee
DMA: Halt linked list transfers during pad transfer
Plenty of games seem to suffer from this issue where they have a linked list
DMA going while polling the controller. Having a large slice size causes the
serial transfer to complete before the silly busy wait in the BIOS poll routine
returns, resulting in it thinking that the controller is disconnected. Some
games are very sensitive to this (e.g. Newman Haas Racing), to the point that
even using a slice size of 1 is insufficient for avoiding the race, probably
due to the linked list layout.

Therefore, without major refactoring to ensure the CPU runs every DMA block,
and the associated performance penalty, we just halt the DMA until the serial
transfers have completed. To reduce the chances of this significantly affecting
timing, we add accumulate the ticks that have been "lost", and allow them to be
"used up" when the transfer does happen.
2 years ago
Stenzek 8bdeb8bdac
MemoryCardImage: Handle 128KB GME files 2 years ago
Stenzek 1ee5f737ed
MemoryCardImage: Report errors to caller 2 years ago
Stenzek 9dd686a994
ByteStream: Add error feedback 2 years ago
Stenzek 99b0fb5911
GPU/HW: Move pipelines to end of struct
Helps keep the rest in range for ARM32's 4K displacement.
2 years ago
Marcin Mitura 79e96ff5e6
Polish localization updates (#3152) 2 years ago
Stenzek 69f79c3a4f
Deps: Speed up shaderc build
Mainly for flatpak...
2 years ago
Stenzek d9b1d39638
Updater: Add missing CoInitializeEx() call 2 years ago
Stenzek d8bf0c81a7
Updater: Use IFileOperation 2 years ago
Stenzek 26c76d184f
Qt: Fix toolbar position not saving 2 years ago
shikulja d3b552e759
Update Russian translation (#3149)
* Update ts

* Update Russian translation
2 years ago
Stenzek 98241cb6ba
GPUDevice: Swap out glslang for shaderc 2 years ago
Stenzek 69c9133cd4
Common: Fix double free on opening invalid zip file 2 years ago
Stenzek bdafbe0b28
Qt: Fix crash on shutdown settings save 2 years ago
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 2 years ago
Stenzek 69588bf7a6
Deps: Include freetype/harfbuzz shared libraries 2 years ago
Stenzek 5c56d4e869
Deps: Update to Qt 6.7.0 and SDL 2.30.2 2 years ago
Stenzek 0a17cf7db8
Qt: More missing toNativeSeparators() calls 2 years ago
Stenzek 1097eab600
GPU/HW: Don't create shader blend pipelines if disallowed 2 years ago
Stenzek c2a08bdb1d
CPU/NewRec: Fix ARM32 (again) 2 years ago
Stenzek a432308908
GPU: Fix GLES compile error 2 years ago
Anderson Cardoso 5e1c5277b3
Atualização Português do Brasil (#3148)
* Atualização Português do Brasil

Atualizado para a última versão.

* Atualização Português do Brasil

Atualizado para a última versão.
- Novo tema
- OSD sobre PGXP atualizada
2 years ago
Stenzek 59a13d91ea
Image: Don't use libjpeg stdio functions
Fixes I/O in debug builds.
2 years ago
Stenzek cb6be52404
GameDatabase: Warn if CPU mode is enabled and unnecessary 2 years ago
Stenzek bd19276cf5
Qt: Fix loading/saving state to file on Windows 2 years ago
Anderson Cardoso 38249a3357
Atualização Português do Brasil (#3144)
Atualizado para a última versão.
2 years ago
zkdpower fa644a05b3
Update the Simple-Chinese translation to latest. (#3147) 2 years ago
KamFretoZ cb26acbc6c
Qt: Port over Cobalt Sky theme from PCSX2 (#3145) 2 years ago
Stenzek 41cc60e87e
VulkanDevice: Use vkCmdClearAttachments() to avoid render pass restart 2 years ago
Stenzek 5ec1331831
Qt: Update glyph ranges 2 years ago
zkdpower 3a0bc36f9f
Update the Simple-Chinese Translation to latest. (#3142) 2 years ago
Stenzek a89c514d3f
Qt: Minor typo corrections 2 years ago
Stenzek 74f3c8d1aa
GPU/HW: Enable feedback loops for rendering 2 years ago
Stenzek 72ab669e70
GPUDevice: Add support for feedback loops 2 years ago
Stenzek 71a07a5a8e
CPU/NewRec: Fix lwl/lwr on ARM 2 years ago
Stenzek 86927ea3eb
Qt: Use window modality for message boxes
Stops them opening in the middle of the screen on MacOS.
2 years ago
Stenzek f0f1473b6e
Qt: Fix native message boxes on MacOS 2 years ago
Anderson Cardoso 578490648b
Atualização Português do Brasil (#3141)
- Confirmação de mensagens OSD
2 years ago
Stenzek 0b99db6730
Qt: Ensure settings are writable before running setup wizard 2 years ago
Stenzek 693982d755
SettingsInterface: Add Error to Save() 2 years ago
Stenzek eb504143c1
FileSystem: Add Error to CreateDirectory()/RenamePath() 2 years ago
Stenzek 3ecc19c43f
GPU: Fix HW readback counter 2 years ago
Stenzek 8ebda3cdc8
CPU/NewRec: Fix register corruption in swl/swr 2 years ago
Stenzek a3013efbca
CPU/NewRec: Fix PGXP desync
Wobbly geometry in Threads of Fate.
2 years ago
Stenzek 979b7bd36f
FileSystem: Use PathCchCanonicalizeEx() for GetWin32Path() 2 years ago
Stenzek ab445ec69d
FileSystem: Handle paths longer than MAX_PATH on Windows 2 years ago
Stenzek f9f9447013
SPU: Ignore End+Mute flag for noise channels
Fixes the noise effects cutting out too early in Motor Toon Grand Prix.
2 years ago
Stenzek 2b7008bd93
GPU/HW: Fix box downsampling with FMVs 2 years ago
Stenzek c41563c7dc
Pad: Fix unconditional memory card replug on load state 2 years ago
Stenzek e54ad1956a
GPU/HW: Fix height incorrect doubling in interleaved 480i mode 2 years ago
Anderson Cardoso c09e9edc4a
Atualização Português do Brasil (#3139)
Resumo:
- Extensão Webp para capturas de tela
- OSD atualizada PGXP
- Subq CD-Rom

Detalhado:
Nova opção para captura de tela em formato webp, por padrão, Duckstation usa o formato .png caso queira mudar
siga em:
Configurações > Gráficos > (aba) Captura e por fim escolha a opção webp.

Mensagem referente ao uso do PGXP desativado pelas configurações de compatibilidade atualizado, alguns jogos
como Crash team racing e Sheep rider quando utilizado o PGXP sofrem com quebras de polignos no chão. esta mensagem
faz referência a estes jogos (já testados) que têm este problema com a tecnologia pgxp ativado.

Foi detectado em testes recentes que a funcionalidade de leitura de CD-rom no emulador estava tendo problemas de travamentos
engasgos, telas pretas, tanto durante o gameplay quanto na leitura de CDs de música (tela do BIO), no caso de jogos. ocorria
por conta do segundo canal de código, que alguns leitores de CD têm, foi adidionado uma opção para ignorar esse segundo canal de código para que os jogos/CDs possam ser lidos de forma correta. porém pode não funcionar com jogos com criptografia (PAL/Europeus).
2 years ago
Stenzek fe35542c76
D3D11Device: Add MAP_DISCARD fallback path for uniform streaming 2 years ago
Stenzek de1e5b24fb
CDROM: Don't send reports when subq isn't valid 2 years ago
Stenzek 28fd6c0ea4
Qt: Expose "Ignore Drive Subcode" option 2 years ago
Stenzek 3e8dd2c374
CDImageDevice: Fix reading of pure audio CDs 2 years ago
Stenzek 83ebad1129
System: Leave title empty when booting physical audio CDs 2 years ago
Stenzek 7b8704aba1
System: Fix incorrect sanitization of memcard filenames 2 years ago
Stenzek 315524a89c
VulkanDevice: Fix render pass fallback path with MRT 2 years ago
Stenzek f1847462a9
VulkanDevice: Fix rendering to multiple targets 2 years ago
Stenzek 3206054fab
OpenGLDevice: Fix rendering to multiple RTs 2 years ago
Stenzek 101ebe3ac3
PostProcessing/FX: Fix GLSL compile error with discard 2 years ago
Stenzek 9cdff4781f
OpenGLDevice: Fix depth clears not going through 2 years ago
Stenzek 480c78502f
System: Fix crash toggling debug GPU device
When postfx is enabled.
2 years ago
Stenzek c0e6750ad3
Updater: Link zlib statically
Old builds don't know that the DLL is needed when extracting...
2 years ago
Stenzek 43fc9f1ef2
Settings: Support saving WebP screenshots 2 years ago
Stenzek f3c0c14b2a
Image: Support loading/saving WebP 2 years ago
Stenzek b143d96476
Build: Use deps DLLs on Windows 2 years ago
Stenzek 8c09e9389d
GameDB: Add DisablePGXPPreserveProjFP trait
And add it to Crash Team Racing.
2 years ago
Anderson Cardoso f2a7810e70
Atualização Português do Brasil (#3137)
Atualizado para a última versão.
2 years ago
Stenzek 084a76afa0
CDImageDevice: Verify MSF of SUBQ before use 2 years ago
Stenzek 4d5c8cb134
Qt: Fix main window stuck open after update 2 years ago
Stenzek d96062b690
AudioStream: Fix infinite loop 2 years ago
Stenzek 2be8287edf
Qt: Fix closing log window via taskbar 2 years ago
Stenzek bcc7ab71cb
NoGUI: Add SDL platform 2 years ago
Stenzek 604dd5df40
Qt: Add copy/clear game settings 2 years ago
Stenzek 3085172ffd
FullscreenUI: Update translation strings 2 years ago
Stenzek 9703542775
AudioStream: Re-add SDL backend 2 years ago
Stenzek e70f0e1bc1
GPU/HW: Use texelFetch() instead of sampler 2 years ago
Stenzek a4a58c6ba2
SPU: Implement volume sweep phase inversion 2 years ago
Stenzek 2003c9452b
DMA: Properly handle bus errors and DICR transitions 2 years ago
Stenzek fa6850902a
CPU: Make interrupts actually edge-triggered 2 years ago
Anderson Cardoso 3702a533f2
Update duckstation-qt_pt-BR.ts (#3135) 2 years ago
Stenzek e755e15c69
GPU: Fix GLSL compile error 2 years ago
Stenzek 1ab7850ed0
GPU: Rewrite deinterlacing and add adaptive/blend modes 2 years ago
Stenzek 8b2b4ce8d9
Image: Fix reading of JPEG files 2 years ago
Stenzek 43eb6e20fa
System: Improve screenshot naming 2 years ago
Stenzek 6aa491f863
GPU: Ensure screenshots are saved before shutdown 2 years ago
Anderson Cardoso 5054d46075
Add Theme - Ruby
This PR adds the Ruby Dark theme from PCSX2 to Duckstation

Thanks @KamFretoZ for the heads up,
Credits custom palette @Daisouji
2 years ago
Stenzek 9211d9f2e3
Path: Add CreateFileURL() 2 years ago
Stenzek b9c9b05878
Qt: Remove duplicate menu action 2 years ago
Stenzek 51b3fabd31
OpenGLContext: Try libEGL.so.1 as well as libEGL.so 2 years ago
Stenzek d1a1cab9a9
Bus: Direct KUSEG+KSEG0 isolated cache reads to ICache 2 years ago
Stenzek 3395853ba2
CDROM: Fix overflow in UpdatePositionWhileSeeking() 2 years ago
shikulja b76af42acc
Update Russian translation (#3132)
* Update Russian translation

* Update Russian translation
2 years 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.
2 years ago
Stenzek 604b47c7b7
Deps: Update to SDL2 2.30.1 and Qt 6.6.2 2 years ago
Stenzek 9b784b1777
OpenGLDevice: Fix incorrect streamed counter 2 years ago
Stenzek 8fe86ff690
GPU/HW: Fix another buffer unmapping case 2 years 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.
2 years ago
Stenzek 7159330f63
GPU/HW: Ensure buffers are unmapped before present
Darn DX11...
2 years ago
Stenzek 25db163347
System: Fix incorrect save state screenshot size 2 years ago
Anderson Cardoso 9ac97f40fd
Atualização Português do Brasil (#3129)
Confirmação de textos movidos.
2 years ago
Stenzek c854b8f85e
Image: Swap stb for libpng/libjpeg 2 years ago
Stenzek 250b1bea8f
GPU: Use Image class for screenshot saving 2 years ago
Stenzek 620d08f72d
Build: Move Image from common to util 2 years ago
Stenzek faa64ec4ff
Qt: Improve log window behavior on MacOS 2 years ago
Stenzek 3d2a091c46
Qt: Improve upscale label text 2 years ago
Stenzek a3f6930072
Qt: Fix default arrow key binding on MacOS 2 years ago
Stenzek f80ead6a21
GameDB: More settings 2 years ago
Anderson Cardoso adb2d6c316
Atualização Português do Brasil (#3128)
Atualizado para a última versão
2 years 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
2 years ago
Stenzek ae0dde8b18
Qt: Make some extra space in memcard settings
Settings should fit on 720p now.
2 years ago
Stenzek e2024f6175
System: Change "Auto Load Cheats" to "Enable Cheats" 2 years ago
Stenzek a1d7d214cf
GPUDevice: Add support for VRR and relaxed vsync 2 years ago
Anderson Cardoso d9e496284f
Atualização Português do Brasil (#3125)
Atualizado para a última versão
2 years ago
Stenzek 96f29d9b99
System: Warn if compatibility settings are disabled 2 years ago
Stenzek 04b837a418
Qt: Redesign graphics settings panel
Add screenshot format/type.
2 years ago
Stenzek b8127facdc
GPUDevice: Memoize preferred renderer for auto 2 years ago
Stenzek 713d396a7e
GPU/HW: Add quad line detection (Wild Arms 2) 2 years ago
Stenzek 250fb56838
GPU/HW: Switch to indexed draws 2 years ago
Stenzek b34742cdd2
GPU/HW: Slightly reduce struct size 2 years ago
Stenzek d50ba989ae
Settings: Use bitfields for bool
Slightly more compact, memory-wise.
2 years ago
Stenzek 9e26622a12
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
2 years ago
Stenzek b060edc61b
VulkanDevice: Actually use all the swap chain semaphores 2 years ago
Stenzek edeaaebc7d
OpenGLContextEGL: Fix X11+platform base combination 2 years ago
Stenzek f936a36c85
GPUDevice: Add GPUDownloadTexture
Which can also be based in host/client memory.
Use it for screenshots and VRAM downloads.
2 years 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.
2 years 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.
2 years ago
Stenzek 411213d6a0
GPU: Make VRAM a global object 2 years ago
Stenzek 7340324ed9
CDROM: Accuracy improvements 2 years ago
Stenzek 71094a0e44
CPU: Implement memory breakpoints/watchpoints 2 years ago
Stenzek ef4389cea8
Qt: Cache CPU register values
That way they don't update while running.
2 years ago
Stenzek 4599109854
CPU/CodeCache: Clear backpatch info for blocks when recompiled 2 years ago
Stenzek 454cceab80
CPU/CodeCache: Move backpatch lookup after RAM check
Saves a map lookup if we're just invalidating code.
2 years ago
Stenzek eb7b6d217d
System: Ensure GPU is flushed before invalidating on pause 2 years ago
Stenzek a63e78d83c
Qt: Mutate breakpoints on CPU thread 2 years ago
Stenzek eeef0a92bb
CPU: Make single step go through the "normal" execution path
That way it exits and re-enters the dynarec as expected.
2 years ago
Stenzek e3a287de44
Qt: Keep debugger open outside of game 2 years ago
Stenzek 4a70164dac
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
2 years ago
Stenzek ab83247de3
GLContext: Rename to OpenGLContext 2 years ago
Stenzek c1381cfda6
System: Gracefully handle memory allocaion failure 2 years ago
Stenzek 9ac9fc0a1e
Host: Add ReportFatalError() 2 years ago
Stenzek 18ba2032ad
Error: Add AddPrefix()/AddSuffix() 2 years ago
Stenzek df3517f19b
GLContext: Use EGL 1.5 platform selection 2 years ago
Stenzek 143fb0876d
dep/glad: Update to v2.0.5 2 years ago
Stenzek fcb8ce1ebc
Common: Add DynamicLibrary 2 years ago
Anderson Cardoso b5b5f6bc67
Atualização Português do Brasil (#3123)
Confirmado textos movidos do depurador.
2 years ago
Stenzek ea649bdb1b
Common: Fix duplicate fastjmp on Windows/CMake 2 years ago
Stenzek ff9dc11a38
CPU/CodeCache: Increase frame delta for manual protected blocks
Reduces stutter in Wild Arms 2.
2 years ago
Stenzek 35cdfc5ef7
CPU: Move PGXP registers earlier in struct 2 years ago
Stenzek 53c0dc8bbc
CPU/NewRec: Speculative execution for mult/div 2 years ago
Stenzek 175d2a17f7
CPU/NewRec: Don't panic on unused opcodes 2 years ago
zkdpower 75cd2dac0d
Update the Simple-Chinese translation to latest. (#3122) 2 years ago
zkdpower 272c43d139
Update the Simple-Chinese translation to latest. (#3121) 2 years ago
Stenzek 2dc801e513
Qt: Fix mismatched debugger accelerators 2 years ago
Stenzek 8756672e12
ImGuiManager: Defer scale updates 2 years ago
Anderson Cardoso 330397b900
Atualização Português do Brasil (#3119)
* Atualização Português do Brasil

- Adicionado novo tema

* Atualização - Turco

Atualizado idioma Turco para a última versão, revisado por um nativo.

* Atualização Português do Brasil

Atualizado para a última versão
2 years ago
shikulja ad2c8dbaa4 Update Russian translation 2 years ago
KamFretoZ 1f6636f62b Qt: Icon updates 2 years ago
Anderson Cardoso a1da72202b Atualização - Turco
Atualizado idioma Turco para a última versão, revisado por um nativo.
2 years ago
Anderson Cardoso 5da535c663 Atualização Português do Brasil
- Adicionado novo tema
2 years ago
zkdpower a1f735353f Update the Simple-Chinese translation to latest. 2 years ago
Stenzek 01876ec4aa
Qt: Fix a couple of game summary translation issues 2 years ago
Stenzek 1faecd8853
Qt: Fix labels when changing multi-tap controller type 2 years ago
KamFretoZ d9846093c3 Qt: Add new theme "Grey Matter" 2 years ago
Tobias Jakobi 10616162f0 Qt: Add Missing QtCore includes 2 years ago
Tobias Jakobi 739729516e Core: Add missing standard library includes 2 years ago
Tobias Jakobi 317a7ce8a7 Util: Add missing standard library includes 2 years ago
Stenzek 8e7b212b03
System: Clear cheat list on reset 2 years ago
Anderson Cardoso eafa5d41bb Atualização Português do Brasil
Atualizado para a última versão
2 years ago
Stenzek d5fb5645fc
ByteStream: Move zstd wrapper to util project
Removes zstd dependency from common, fixes updater running on Mac.
2 years ago
Stenzek ac1fd7f0cf
Qt: Remove update.zip after updating 2 years ago
Stenzek 885addcfce
Qt: Fix update cleanup on Windows 2 years ago
Stenzek 3bd9cbdfec
Qt: Update elevator for non-writable paths
i.e. support installation in Program Files.
2 years ago
Stenzek f6dc80cefa
GameDatabase: Use TitleCase for traits 2 years ago
Anderson Cardoso 0955e5fb30 Atualização Português do Brasil
Novas opções de drivers adicionadas.
2 years ago
Stenzek 8ffc50a2a5
Data: Remove JSON GameDB 2 years ago
Stenzek d7a1c447c6
GameDatabase: Switch to YAML 2 years ago
Stenzek a957fb669d
StringUtil: Fix inequal-length EqualNoCase 2 years ago
Stenzek 6cca468e65
MetalDevice: Add family check for 16-bit formats 2 years ago
Stenzek 06b11590fe
MetalDevice: Textures should be private 2 years ago
Stenzek 73bb2e77af
SDLInputSource: Expose IOKit/MFI toggles 2 years ago
Stenzek 29b5afecae
MetalDevice: Fix creation error on non-RGBA8 layers 2 years ago
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 2 years ago
Stenzek cdb614a51f
GPU/HW: Fix possible crash (again) 2 years ago
Stenzek cdea4eb68b
GPU/HW: Fix possible crash on setting change 2 years ago
Stenzek ad41c81fa8
ImGuiOverlays: Fix incorrect animation when opening state selector 2 years ago
Stenzek af2042e713
GPU/HW: Fix toggling PGXP depth buffer causing black screen 2 years ago
Stenzek 6184b671c5
ImGuiFullscreen: Slightly improve hover/animation behavior 2 years ago
Stenzek ebaef81aae
ImGuiFullscreen: Don't clamp scale to 1.0 2 years ago
zkdpower a9d834cd8b Update the Simple-Chinese translation to latest. 2 years ago
Anderson Cardoso 5eefbcddc5
Atualização Português do Brasil (#3106) 2 years ago
KamFretoZ 3fd0ab3be0 Indonesian Translation 2 years ago
zkdpower 7d3d063583
Update the Simple-Chinese translation to latest. (#3104)
* Update the Simple-Chinese translation to latest.

* Update the Simple-Chinese translation to latest.

* Add files via upload

* Update the Simple-Chinese translation to latest.
2 years ago
Stenzek 05d969881f
Qt: Fix setting typos 2 years ago
Stenzek 14e3969736
Misc: Warning fixes 2 years ago
zkdpower 08eec2e66e
Update the Simple-Chinese translation to latest. 2 years ago
Anderson Cardoso 8b656d7db5
Atualização Português do Brasil
Atualizado para a última versão.
2 years ago
Stenzek b545234152
CPU/NewRec/AArch32: Fix double condition 2 years ago
zkdpower ef9edb8f40
Update the Simple-Chinese translation to latest. 2 years ago
Stenzek 4f347bf626
Qt: Add missing display setting help text 2 years ago
Stenzek 9607b6d3d8
Qt: Make controller settings page scrollable
Backport of 21d3ad86d4
2 years ago