Commit Graph

5148 Commits (0491c893d9e89754969f469ce0140b61a36b8b4d)
 

Author SHA1 Message Date
Connor McLaughlin 0491c893d9 HostInterface: Fix compile error on Android 32-bit 4 years ago
Connor McLaughlin eaad87ab4f CommonHostInterface: Make timer resolution increased static 4 years ago
Connor McLaughlin 28d3c0768a NoGUI: Move default quick menu bind out of CommonHostInterface 4 years ago
Connor McLaughlin 27465c5258 Qt: Re-render display after pausing 4 years ago
Connor McLaughlin 1007d4bb07
Merge pull request #2503 from andercard0/patch-5
Atualização Português do Brasil
4 years ago
Connor McLaughlin bf8910f7af
Merge pull request #2506 from zkdpower/master
Update Simple-Chinese Translation to latest.
4 years ago
zkdpower 4eb78290b7
Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
4 years ago
Anderson_Cardoso 6cf1141cc8
Atualização Português do Brasil
Updated file to latest.
4 years ago
Connor McLaughlin 929aa2f3d1 OpenGLHostDisplay: Fix 16-bit display on GLES2 4 years ago
Connor McLaughlin f0cb8cdc5c GL/Texture: Don't set max level on GLES2 4 years ago
Connor McLaughlin 3f3607548f CommonHostInterface: Make status indicators toggleable 4 years ago
Connor McLaughlin 1acaff2160 CommonHostInterface: Add FF/Rewind/Pause indicators to non-fullscreen-UI 4 years ago
Connor McLaughlin 4f190aa902 CommonHostInterface: Move fonts/logo to resources directory 4 years ago
Connor McLaughlin c4f0dafb1f System: Don't time memory load/save states by default
Reduces log spam.
4 years ago
shikulja 5868901280
Update Russian translation (#2486)
* Update Russian translation

Cleaning up old translation strings, minor fixes

* Update Russian translation

* Update Russian translation

* Update Russian translation

* Update Russian translation
4 years ago
Connor McLaughlin 950228b587
Merge pull request #2483 from andercard0/patch-4
Turkish localization update
4 years ago
Connor McLaughlin 74173ee689
Merge pull request #2481 from falsepopsky/spanish-update
update qt spanish translation
4 years ago
Connor McLaughlin b396714fad
Merge pull request #2480 from zkdpower/master
Update Simple-Chinese Translation to latest.
4 years ago
Anderson_Cardoso be6de70200
Turkish localization update
Updated file to latest by: Delta Oscar
4 years ago
zkdpower 93eacd0ce1
Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
4 years ago
Connor McLaughlin 4d0968a6b4
Merge pull request #2479 from andercard0/patch-3
Atualização Português do Brasil
4 years ago
Connor McLaughlin 4fac032ff6 SPU: Add a macro to enable per-voice dumping 4 years ago
Anderson_Cardoso 94e48f7dc3
Atualização Português do Brasil
Updated file to latest.
4 years ago
Connor McLaughlin 50a09384e1 CommonHostInterface: Add onscreen indicator for rewind 4 years ago
Connor McLaughlin 8bea6e1530 GPU/Vulkan: Fix warnings introduced by #2438 4 years ago
Connor McLaughlin 653453b1ee CommonHostInterface: Silence fast forward/turbo messages when using FS UI 4 years ago
Connor McLaughlin 81a90d66f5 HostInterface: Disable rewind on 32-bit ARM/Android 4 years ago
Connor McLaughlin 43c310af4b scripts: Add regression test runner/checker 4 years ago
Connor McLaughlin 6cba6986d3 Qt: Add debug/debugfast build tag to title bar 4 years ago
Connor McLaughlin 0576cb6e3b Update compatibility list 4 years ago
Connor McLaughlin 66cfd98685
Merge pull request #2460 from PugsyMAME/master
Fixed cheat type 52 only working with 1st subtype
4 years ago
Connor McLaughlin eeb2e01a42
Merge pull request #2478 from PugsyMAME/master
Improved Cheat Memory Scanner functionality
4 years ago
Connor McLaughlin db19cc6406
Merge pull request #2471 from andercard0/patch-2
Update Turkish localization
4 years ago
Connor McLaughlin cdb47f7916
Merge pull request #2470 from andercard0/patch-1
Atualização Português do Brasil
4 years ago
Connor McLaughlin 6318d33e13
Merge pull request #2466 from andercard0/patch-172
Android Strings
4 years ago
Connor McLaughlin b298a2d303
Merge pull request #2464 from andercard0/patch-171
Android Arrays
4 years ago
Connor McLaughlin 0ba70bdf69
Merge pull request #2462 from andercard0/patch-170
Update localization READM.md
4 years ago
Connor McLaughlin 56ce502e49
Merge pull request #2461 from andercard0/patch-169
Tiny 'fix' - README.md
4 years ago
Connor McLaughlin c6c9abcb1c
Merge pull request #2438 from Wunkolo/vk-debug
GPU/Vulkan: Add debug utility functions
4 years ago
falsepopsky f0ab1ced76 update qt spanish translation 4 years ago
PugsyMAME f835db6b4f
Improved Cheat Memory Scanner functionality
Work done :
** Made the columns sortable (someone asked for this GH I think)
** Moved the Add to Watch button to under the search parameters, and renamed it.
** Made the selection work on a block level so we can block "add results" and block "Remove Watch" on multiple entries
** Made the description show the raw code - so either 3xxxxxxx, 8xxxxxxx, 9xxxxxxx depending on the Data Size and the memory being under 0x200000. This can be edited still.
** Changed the Watch value field to take a hex number in the form 0xX as well as a decimal number.
** Moved the freeze box to the right column, I originally did this prior to finding out about ContiguousSelection and I think it makes more sense next to the value you want to freeze
** Removed the message about 5000 results limitation (it made searching painful) and added a text box showing it permanently along with the number of results (which you can observe going down as you continue the search)
** Hidden the "Save Watch" & "Load Watch" buttons, they have no functionality (yet) and making them invisible in the mean time makes it less confusing.
4 years ago
PugsyMAME 7025cc3382
Improved Cheat Memory Scanner functionality
Work done :
** Made the columns sortable (someone asked for this GH I think)
** Moved the Add to Watch button to under the search parameters, and renamed it.
** Made the selection work on a block level so we can block "add results" and block "Remove Watch" on multiple entries
** Made the description show the raw code - so either 3xxxxxxx, 8xxxxxxx, 9xxxxxxx depending on the Data Size and the memory being under 0x200000. This can be edited still.
** Changed the Watch value field to take a hex number in the form 0xX as well as a decimal number.
** Moved the freeze box to the right column, I originally did this prior to finding out about ContiguousSelection and I think it makes more sense next to the value you want to freeze
** Removed the message about 5000 results limitation (it made searching painful) and added a text box showing it permanently along with the number of results (which you can observe going down as you continue the search)
** Hidden the "Save Watch" & "Load Watch" buttons, they have no functionality (yet) and making them invisible in the mean time makes it less confusing.
4 years ago
Anderson_Cardoso cf5e291169
Update Turkish localization
Updated Turkish translation to the latest. - By: Delta Oscar Uniform
4 years ago
Anderson_Cardoso ad591f5df7
Atualização Português do Brasil
Just some clean ups and updates.
4 years ago
Anderson_Cardoso 3fed0d757e
Android Strings
Updated file to latest.
4 years ago
Anderson_Cardoso 7152ab94d7
Android Arrays
Updated file to latest.
4 years ago
Wunkolo 98089180c0 GPU/Vulkan: Add debug utility functions
Adds a way to set the name of vulkan
objects, and automatically determining their `VkObjectType` enum value
at compile-time. As well as a utility-object for creating debug-scopes
for `VkQueue` and `VkCommandBuffer` objects. `DebugScope` objects will
automatically emit `Begin` and `End` commands within the ctor and dtor
and allow for C++ scopes to name and color sections of a vulkan command.
These DebugScopes are also able to be nested within each other and will
automatically pick a color depending on the current recursive depth.

These functions are all null-stubbed in non-debug compilations.
4 years ago
Wunkolo 494b6e029f GPU/Vulkan: Add complete VK_EXT_debug_utils API entry points 4 years ago
Connor McLaughlin b9d238d28b CommonHostInterface: Fix crash in FS UI when scale changes 4 years ago
Anderson_Cardoso a5f2f5d66c
Update localization READM.md
Update localization of README.MD file to the latest.
4 years ago