Commit Graph

4839 Commits (5b980dafa5a93741e5d30315c6fc66517a6862e0)

Author SHA1 Message Date
elektronicznypank 9023887e3e Added new lines 3 years ago
Stenzek 5fee6f5abe InputManager: Warning fix 3 years ago
Stenzek 2e3d924bc6 System: Fix crash when using unknown BIOS 3 years ago
Stenzek fe41e92579 CDROM: Improve handling of command spam
Fixes booting games with OpenBIOS.
3 years ago
Connor McLaughlin 27a100af11
Merge pull request #2957 from zkdpower/master
Update Simple-Chinese Translation to latest.
3 years ago
Stenzek fd0d12a4f4 GL: Fix shader/memory leak 3 years ago
zkdpower 961eabc9e6
Update Simple-Chinese Translation to latest. 3 years ago
Stenzek 3bbce19df2 Pad: Don't backup card state unconditionally 3 years ago
Stenzek d7372d2442 Qt: Clear all keyboard bind states when focus is lost 3 years ago
Stenzek 3673827363 PAD: Intelligently skip saving memcard state for runahead 3 years ago
Stenzek 595abd27dd Settings: Disable block linking when runahead is active 3 years ago
Stenzek 33f5d9cb9c System: Remove BIOS from save state
Makes the states smaller, as well as not creating potential piracy
issues when sending across the wire.
3 years ago
Stenzek 1fcf16fc81 System: Store BIOS image info/hash after loading 3 years ago
Stenzek 70695d3a4d CPU: Don't leave fault_count uninitialized 3 years ago
shikulja 51e4c4bfb0
Update Russian translation (#2956)
* Update Russian translation

* Update Russian translation

* Purge Russian translation
3 years ago
Anderson Cardoso 88b776dc4f Atualização Português do Brasil
- Adicionada descrição sobre server GDB
3 years ago
Connor McLaughlin 771a60c736
Merge pull request #2952 from boricj/bugfix/GDBServer
GDBServer: Fix emulator deadlock on client connection
3 years ago
Silent 6f0280afc2
Qt: Add a context menu to the toolbar's Settings button when the game is running
A new small context menu that allows to select between global settings
and game settings.
3 years ago
Silent f34b17446c
Qt: Move "Game Properties" from View to Settings 3 years ago
Jean-Baptiste Boric d65fb0e86a Qt: Add toggle to enable GDB server 3 years ago
Jean-Baptiste Boric 7810e68a58 Qt: Run GDB server on emulation thread 3 years ago
Stenzek 4494a2c73c Qt: Fix possible crash when closing debugger 3 years ago
shikulja ccf9ca3df8
Update Russian translation (#2951)
* Update Russian translation

* Update Russian translation
3 years ago
Connor McLaughlin 55e0e7ffbe
Merge pull request #2950 from andercard0/master
Atualização Português do Brasil
3 years ago
Connor McLaughlin 5e9f233e22
Merge pull request #2949 from zkdpower/master
Update Simple-Chinese Translation to latest.
3 years ago
Stenzek c7ae0d9b68 Qt: Make fullscreen open on same display as main window 3 years ago
Stenzek dd7dfe348f HostDisplay: Clamp scissor rect for cursor
Scissor with x/y < 0 is invalid.

To you know who you are, stop copying these changes and putting your
name on it, or respect the copyright declared in the files. You're
violating both copyright as well as the license by not attributing.
3 years ago
Stenzek befbc7bc2e HostDisplay: Fix cursor texture leak 3 years ago
Anderson Cardoso 8f76d712bc Atualização Português do Brasil
Atualizado para versão mais recente.
3 years ago
zkdpower 6b0e67f99d
Update Simple-Chinese Translation to latest. 3 years ago
Stenzek a365fdd252 Qt: Don't strip Mac bundles 3 years ago
Stenzek f8d5379f8e Qt: Default to native/dynamic theme on Mac 3 years ago
Stenzek 27a0495c0e Qt: Fix crash when right clicking with no game selected 3 years ago
Stenzek bd1df7b25b Settings: Default to Vulkan/Metal renderer on Mac 3 years ago
Stenzek 0ef24398f8 Qt: Ensure system is shut down before closing
Fixes crash on shutdown on Mac.
3 years ago
Stenzek 1371dcfa4a Vulkan/Texture: Fix incorrect upload image layout 3 years ago
Stenzek 2dd374d2a7 Vulkan/Context: Fix query pool leak 3 years ago
Stenzek 178a659a98 GPU: Move graphics API reset state to System
Stops us trying to reset state on objects which don't exist if
initialization failed (apparently some Android devices.. of course).
3 years ago
Stenzek c8e7922c1a AnalogController: Fix incorrect locked message format 3 years ago
Anderson Cardoso 7bfb61d98c Atualização Português do Brasil
OSD
- Ajustes em mensagens pluralizadas OSD
- Inclusão de mensagem sobre renderização

Configurações Avançadas
- Extensão da imagem verticalmente
3 years ago
Stenzek e8f4bd5c5e GameDatabase: Fix ForceSoftwareRendererForReadbacks 3 years ago
Stenzek a3c7449749 FileSystem: Fix POSIXLock positioning 3 years ago
Stenzek 39d1e899eb CommonHost: Notify RAIntegration when we pause 3 years ago
Stenzek 58a5985f1a Achievements: Fix crash loading state with RAIntegration 3 years ago
Stenzek e88214966f Settings: Default to digital controller on Android 3 years ago
Stenzek 9859850925 Achievements: Make sound effects not contingent on notifications 3 years ago
Stenzek 14cf865905 Misc: Correctness fixes for OpenGL
GLES2 fallback should be functional again.
3 years ago
Connor McLaughlin a30bc94437
Merge pull request #2943 from Superstarxalien/master
Improve Integer Scaling and Native Resolution Screenshot behavior
3 years ago
Connor McLaughlin 0f4835e154
Merge pull request #2945 from CookiePLMonster/new-en-translation
Update English plural texts
3 years ago
Silent 693e396b44
Update Polish translation 3 years ago
electronic_punk ca813625cd
Expanding Polish translation 3 years ago
Superstarxalien afaedfedc9 Revert "Improve Integer Scaling behavior" and instead offer as a setting 3 years ago
Silent 2d2cc25fb6
Update English plural texts 3 years ago
Superstarxalien 51d1587b21 Improve Integer Scaling behavior
...so it always upscales the display from the framebuffer to fit the aspect ratio by stretching either horizontally or vertically instead of always stretching horizontally, which sometimes (actually most of the time) downscales the image
3 years ago
NicknineTheEagle bd7517b0c9 CDROM: Try to reject non-PS1 discs 3 years ago
NicknineTheEagle 7270531c3d CDROM: Fix region check 3 years ago
Connor McLaughlin 53fffb1de2
Merge pull request #2941 from bslenul/adv-settings-reset
"Set Dumped VRAM Write Alpha Channel" should be true when resetting advanced settings
3 years ago
Stenzek 55f716e69e Settings: Fix default value of depth clear threshold 3 years ago
Stenzek e50390553d Regtest: Use analog controller 3 years ago
Stenzek 95306d3362 CDROM: Slightly adjust seek timing when on target
Fixes Resident Evil 3 booting.
3 years ago
Bobby Smith 4e4245182b "Set Dumped VRAM Write Alpha Channel" should be true when clicking "Reset To Default" 3 years ago
Connor McLaughlin 591e8b5b7a
Merge pull request #2940 from andercard0/master
Atualização Português do Brasil
3 years ago
Stenzek e0ed76745e Qt: Fix cancel in LED colour selection 3 years ago
Anderson Cardoso 5c9db3eeea Atualização Português do Brasil
Novas opções de cor de LED do controle:
- Controle > Configurações Globais

Opções de Depuração 'adaptadas'
3 years ago
Stenzek c393db419e Qt: Add Controller LED options (where supported) 3 years ago
Connor McLaughlin 722771fff6 Qt: Fix Linux build 3 years ago
Connor McLaughlin ae529a6195 Qt: Add actions to debugger context menu 3 years ago
Connor McLaughlin fe08d34e52 Qt: Add COP0/GTE registers to debugger list 3 years ago
Connor McLaughlin 395e9a934b InputManager: Support inverted full axis
i.e. pedals
3 years ago
Connor McLaughlin 01270bac35 StringUtil: Add ToChars/fast_float FromChars 3 years ago
Anderson Cardoso feaf7f3b17 Atualização Português do Brasil
Atualizado tradução para última versão
- Opções de MDEC
- Ajuste de anglicismo corrigido.
3 years ago
Connor McLaughlin 5b600602c2 Settings: Make disable-all-enhancements use new MDEC routines 3 years ago
Connor McLaughlin 1aa3be70c7 SPU: Bypass FIFO for direct memory writes
Aconcagua writes a single halfword with transfers halted, but never enables
DMA.. so when it eventually does later on, there's an extra halfword
written out to memory, which corrupted part of a sound effect.
3 years ago
Connor McLaughlin 2c2304b5b7 System: Fix inverted ifdef 3 years ago
Connor McLaughlin 157a2b7183
Merge pull request #2938 from andercard0/master
Atualização Português do Brasil
3 years ago
Connor McLaughlin 3b038fd27d System: Further improve frame timing consistency 3 years ago
Connor McLaughlin 559f14d27d ImGuiOverlays: Fix incorrect frame time order 3 years ago
Connor McLaughlin af5d49649c MDEC: Add option to use old conversion routines
That way texture packs for games which use MDEC for decoding
backgrounds will still be compatible.
3 years ago
Connor McLaughlin 3e0be0a577 MDEC: Tweak block timing further
Improves frame rate during animated backgrounds in Final Fantasy VII.
3 years ago
Anderson Cardoso 36ff61cc54 Atualização Português do Brasil
- Opções para redefinição do registro de tempo de jogo (acessado via menu suspenso > clique direito sobre o jogo)

- Correção de erro de digitação na janela principal.
3 years ago
Connor McLaughlin a56ce290d4 Qt: Work around theme switching issue in 6.4.0 3 years ago
Connor McLaughlin 7c6071dfe1 Qt: Add option to reset played time 3 years ago
Connor McLaughlin 50a616421f System: Add -exe parameter for overriding boot executable
Lets you re-use a disc image, but boot a different file.
3 years ago
Connor McLaughlin daf1080397 Qt: Fix -portable CLI parameter 3 years ago
shikulja f14d3c6538
Update Russian translation (#2937)
* Update Russian translation

* Update Russian translation

* Update duckstation-qt_ru.ts
3 years ago
Connor McLaughlin ba7517fccc Timers: Fix debug window rendering in hidpi 3 years ago
Connor McLaughlin 3e16746e85 Pad: Convert to namespace 3 years ago
Connor McLaughlin 835834f8f4 SIO: Convert to namespace 3 years ago
Connor McLaughlin 0683b9fa0e InterruptController: Convert to namespace 3 years ago
Connor McLaughlin db364d0e95 Timers: Convert to namespace 3 years ago
Connor McLaughlin 3acf569d67 DMA: Convert to namespace 3 years ago
Connor McLaughlin d096a09ed8 ImGuiManager: Fix debug window interaction with frame limit off 3 years ago
Connor McLaughlin 90fe071dda CDROM: Adjust Init timing 3 years ago
Connor McLaughlin 05eea3cd2b CPU/CodeCache: Always compute uncached fetch ticks
Running code out of uncached ROM is slowwww.
3 years ago
Connor McLaughlin 6a7407565a
Merge pull request #2936 from andercard0/master
Atualização Português do Brasil
3 years ago
Connor McLaughlin b74eb37996 ImGuiOverlays: Display PAL/NTSC in resolution 3 years ago
Connor McLaughlin 2c125bde8c CDROM: Fix size of debug window 3 years ago
Connor McLaughlin 9de849aa66 CDROM: Delay async interrupts immediately after ACKs
Fixes music playback stopping in Ogre Battle.

Closes #2596.
Closes #575.
3 years ago
Connor McLaughlin dd73811628 CDROM: Convert to namespace 3 years ago
Anderson Cardoso 56e658b9be Atualização Português do Brasil
Atualizado para última versão.
3 years ago