Commit Graph

3030 Commits (dfaf0797f0eeefbda22b1a3917b2f1d2912786e0)

Author SHA1 Message Date
Connor McLaughlin dfaf0797f0
Merge pull request #1637 from zkdpower/master
Update Simple-Chinese language file to latest
4 years ago
zkdpower 63ef510a0c
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin eabda2979c Qt: Fix Linux compile 4 years ago
Connor McLaughlin c6c67b7b27 ImGui: Remove close button from debug windows
They can be closed by unchecking the setting instead, and it stays in
sync with the config this way.
4 years ago
Connor McLaughlin c8efade20c CommonHostInterface: Don't draw OSD/FPS as windows
Slight performance improvement.
4 years ago
Connor McLaughlin de688615ff Qt: Add Clear and Reset buttons to cheat manager 4 years ago
Connor McLaughlin e75f1c1b6d Qt: Add 'Lock Toolbar' option 4 years ago
shikulja 22963ecbf3
Update duckstation-qt_ru.ts (#1619)
* Update duckstation-qt_ru.ts

small update, add some new strings, minor adjustments

* Update duckstation-qt_ru.ts
4 years ago
Connor McLaughlin bfa2b72e08 Fix a couple of name typos 4 years ago
Connor McLaughlin 6ab926ab28 System: Make the SBI check a confirm dialog instead of message 4 years ago
Connor McLaughlin 5f6fce9d98 CommonHostInterface: Remove Rewind hotkey on Android
It's not enablable in the UI anywhere.
4 years ago
Connor McLaughlin ef97131c9d Timers: Handle target = 0 case
Fixes Super Gals! Kotobuki Ran Special - Ikemen Get You Gals Party
hanging at boot.
4 years ago
Connor McLaughlin 537f833658 FullscreenUI: Fix binding immediately when activating with controller 4 years ago
Connor McLaughlin 53fb55ff15 Add evdev controller interface 4 years ago
Connor McLaughlin ee3aa0dc4d OpenGLHostDisplay: Fix incorrect default for PBO streaming 4 years ago
Connor McLaughlin d356b95819 Qt: Move ImGui NewFrame/EndFrame to correct location 4 years ago
Connor McLaughlin 8b11511a9b
Merge pull request #1597 from zkdpower/master
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin bb5d4017cf
Merge pull request #1593 from Max833/master
Qt: Update German translation
4 years ago
Connor McLaughlin c9b874eeec
Merge pull request #1592 from andercard0/patch-73
Atualização Português do Brasil
4 years ago
Connor McLaughlin 8c77c4a493
Merge pull request #1596 from andercard0/patch-76
Update Japanese Language by - Mikakunin
4 years ago
Connor McLaughlin c043643c4d GPU/HW: Fix typo in –IncludeVRAMDirtyRectangle() name 4 years ago
Connor McLaughlin 4a240958ff GPU/HW: Work around VRAM copy glBlitFramebuffer broken in Mali 4 years ago
zkdpower e7238c236e
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
4 years ago
Anderson_Cardoso a47a8daa62
Update Japanese Language by - Mikakunin
Update Japanese Language by - Mikakuni to latest.
4 years ago
Max833 c700e29c51
Update duckstation-qt_de.ts 4 years ago
Anderson_Cardoso 3a5b24b37e
Atualização Português do Brazil
Update file to latest.
4 years ago
Connor McLaughlin cc0cc6fbb9 Qt: Add disable all enhancements to debug menu 4 years ago
Connor McLaughlin a77edc6436 Settings: Default console logging on Android to on 4 years ago
Connor McLaughlin fc578b7ec7 NoGUI: Fix debug assertion firing on renderer switch 4 years ago
Connor McLaughlin b560142015
Merge pull request #1588 from RaydenX93/update_20210206
Qt Italian Translation Update
4 years ago
Connor McLaughlin ccc25fc131 GL/Context: Filter Mali GPUs based on ARM GL_VENDOR only 4 years ago
Connor McLaughlin b20b1a2fa8 OpenGLHostDisplay: Only disable streaming PBO on Adreno
It's slightly faster on Mali.
4 years ago
Connor McLaughlin 837fb6128b GPU/HW: Fix mask bit when rendering with transparency and no DSB
Fixes some sprites in Bloody Roar on Mali GPUs.
4 years ago
Connor McLaughlin 011df33fc4 GL/StreamBuffer: Support non-coherent mappings 4 years ago
Connor McLaughlin d416dbb461 FullscreenUI: Ensure fonts are at least one pixel high 4 years ago
Connor McLaughlin c03c4cb95a GPU: Elide VRAM copies when they will have no effect
Can provide a performance boost in most games because of the redundant
copy they issue once a frame.
4 years ago
Connor McLaughlin 5a9abd55a1 GL/Context: Disable GL_{EXT,OES}_copy_image on Mali
It is **very** slow because it seems to be implemented on the CPU...
4 years ago
Connor McLaughlin c6ed19cc7b OpenGLHostDisplay: Don't use PBOs for software upload on GLES 4 years ago
Connor McLaughlin 701edb335a Various warning fixes 4 years ago
Connor McLaughlin 3c910782ca FullscreenUI: Fix heading line width not being scaled 4 years ago
Connor McLaughlin 105376b1b3 FullscreenUI: Don't draw OSD over windows 4 years ago
Connor McLaughlin d7962fdac7 ImGui: Use safe strcat/scanf on MSVC 4 years ago
RaydenX93 bfdf33868f Update duckstation-qt_it.ts 4 years ago
Connor McLaughlin 8582e2770d CrashHandler: Save minidump on Windows 4 years ago
Connor McLaughlin f943aa0489
Merge pull request #1582 from MaddTheSane/printfFixes
Logging fixes
4 years ago
Connor McLaughlin 10daea9faf
Merge pull request #1581 from MaddTheSane/printfLike
Add printf-like macro to Writef.
4 years ago
C.W. Betts 4591e75f5b Fix the last formatting warning I was able to find. 4 years ago
C.W. Betts 662d6e9711 Fix possible log formatting errors. 4 years ago
C.W. Betts 01b3b5066d Add printf-like macro.
This should help catch some formatting bugs.
4 years ago
C.W. Betts 2c2af6c751
Update shadergen.cpp
Quiets a warning in Clang about copying variables.

Actual warning text: Loop variable '[qualifiers, name]' of type 'const std::__1::pair<const char *, const char *>' creates a copy from type 'const std::__1::pair<const char *, const char *>'
4 years ago