Commit Graph

3717 Commits (f7426b09882400b4dd6fcaef5cf650248051c0f7)
 

Author SHA1 Message Date
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 0d5c0308db
Merge pull request #1594 from andercard0/patch-74
Update Arrays Pt-Br
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
Anderson_Cardoso d17833d6c6
Update Strings Pt-Br
Updated to latest. 

Note: 

- OSD still missing

- There is a "r" letter that i guess need to be removed as follows: 

duckstation / android /app/ src/ main/ res/ values-pt-rBR

Should be: pt-BR only
4 years ago
Anderson_Cardoso 482fdc8f35
Update Arrays Pt-br
Update 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 275fedbaf2 Android: Compile fix 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 3bc34d40a1 Android: Fix a possible crash when main recreates 4 years ago
Connor McLaughlin 1a63edec27 Android: Use save on exit option as default for resume 4 years ago
Connor McLaughlin 6ad2b72c2e Android: Add graphical save/load state selector 4 years ago
Connor McLaughlin b560142015
Merge pull request #1588 from RaydenX93/update_20210206
Qt Italian Translation Update
4 years ago
Connor McLaughlin c0dff8ab0b
Merge pull request #1583 from 6lackmag3/patch-2
Update arrays.xml
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
6lackmag3 76bf5b5aa2
Update arrays.xml
fix misleading translation
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
Connor McLaughlin 8b79e2c006
Merge pull request #1580 from MaddTheSane/patch-2
Update shadergen.cpp
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
Connor McLaughlin 05545566e7 NoGUI: Fix crash when initialization fails 4 years ago
Connor McLaughlin 39a4aafee5 Android: Make sure EmulationActivity is exported 4 years ago
Connor McLaughlin 43d1495a63 OpenGLHostDisplay: Allow filtering to be toggled for GLES2 path 4 years ago
Connor McLaughlin d455b61d5e OpenGLHostDisplay: Fix interlaced software renderer output 4 years ago
Connor McLaughlin 7b4650700f StringUtil: Add StrideMemCpy/StrideMemCmp 4 years ago
Connor McLaughlin d4997c6fb9 Android: Manually scale axis values instead of using motion range 4 years ago
Connor McLaughlin d0667ba32a NoGUI: Prefer SDL host interface over DRM/KMS if display present 4 years ago
Connor McLaughlin 3e9fdf22bf NoGUI: Move DRM display to GL context
We don't use it for Vulkan.
4 years ago