Commit Graph

3124 Commits

Author SHA1 Message Date
georgemoralis
f2bd3aed61 New translations en_us.ts (Vietnamese) 2025-06-21 10:15:02 +03:00
georgemoralis
63507808be New translations en_us.ts (Chinese Traditional) 2025-06-21 10:15:01 +03:00
georgemoralis
a3c9307f61 New translations en_us.ts (Chinese Simplified) 2025-06-21 10:14:59 +03:00
georgemoralis
383cc9ce7e New translations en_us.ts (Ukrainian) 2025-06-21 10:14:58 +03:00
georgemoralis
8bc6c946d1 New translations en_us.ts (Albanian) 2025-06-21 10:14:57 +03:00
georgemoralis
00ef803b61 New translations en_us.ts (Slovenian) 2025-06-21 10:14:56 +03:00
georgemoralis
e63601eef5 New translations en_us.ts (Russian) 2025-06-21 10:14:55 +03:00
georgemoralis
f65262126f New translations en_us.ts (Portuguese) 2025-06-21 10:14:54 +03:00
georgemoralis
f354fcf7e1 New translations en_us.ts (Polish) 2025-06-21 10:14:53 +03:00
georgemoralis
a75e485f29 New translations en_us.ts (Dutch) 2025-06-21 10:14:52 +03:00
georgemoralis
6f85f110a5 New translations en_us.ts (Lithuanian) 2025-06-21 10:14:51 +03:00
georgemoralis
f1e3ce8ef6 New translations en_us.ts (Korean) 2025-06-21 10:14:50 +03:00
georgemoralis
b9ffafd71e New translations en_us.ts (Japanese) 2025-06-21 10:14:49 +03:00
georgemoralis
b1934afecf New translations en_us.ts (Italian) 2025-06-21 10:14:48 +03:00
georgemoralis
a02b282fd7 New translations en_us.ts (Hungarian) 2025-06-21 10:14:47 +03:00
georgemoralis
19748bfa14 New translations en_us.ts (Finnish) 2025-06-21 10:14:46 +03:00
georgemoralis
9ce46e91ad New translations en_us.ts (Greek) 2025-06-21 10:14:45 +03:00
georgemoralis
f753d50647 New translations en_us.ts (German) 2025-06-21 10:14:44 +03:00
georgemoralis
73f5d7d7f9 New translations en_us.ts (Danish) 2025-06-21 10:14:42 +03:00
georgemoralis
b5c4f0676a New translations en_us.ts (Spanish) 2025-06-21 10:14:41 +03:00
georgemoralis
2cf9313577 New translations en_us.ts (French) 2025-06-21 10:14:40 +03:00
georgemoralis
269abbb99f New translations en_us.ts (Romanian) 2025-06-21 10:14:39 +03:00
georgemoralis
696a29d213 New translations en_us.ts (Swedish) 2025-06-21 10:14:38 +03:00
georgemoralis
0a81b6e7d9 New translations en_us.ts (Serbian (Latin)) 2025-06-21 10:14:37 +03:00
georgemoralis
bdb6c7b483 New translations en_us.ts (Catalan) 2025-06-21 10:14:36 +03:00
georgemoralis
34a9cc9f67 New translations en_us.ts (Persian) 2025-06-21 10:14:35 +03:00
georgemoralis
8c7a31461a New translations en_us.ts (Arabic) 2025-06-21 10:14:34 +03:00
georgemoralis
b1756b65c7 New translations en_us.ts (Portuguese, Brazilian) 2025-06-21 10:14:33 +03:00
georgemoralis
c4c80f3c8a New translations en_us.ts (Turkish) 2025-06-21 10:14:32 +03:00
georgemoralis
1fc95bf44b
[ci skip] Qt GUI: Update Translation. (#3133)
Co-authored-by: georgemoralis <4313123+georgemoralis@users.noreply.github.com>
2025-06-21 10:04:57 +03:00
georgemoralis
0bb1ee167f
New Crowdin updates (#3128)
* New translations en_us.ts (Albanian)

* New translations en_us.ts (Italian)
2025-06-21 10:04:23 +03:00
Fire Cube
a62027d4c2
fix potential out of bound crash (#3132) 2025-06-21 10:03:10 +03:00
nickci2002
8dcd9cc0f9
KBM Input Bug Fixes / Added Binds v2 (#3109)
* fixed nonload issues with background music (#3094)

* Fixing my pull request branch

* Pull request change part 2

* Continued changes to project and altered kbm_help_dialog.h text to QStringLiterals

* Finalized commit and changed kbm_help_dialog.h

* KBM Input Bug Fixes / Added Binds

Fixed input issues where some inputs would not bind when pressing (side mouse buttons, some symbols, etc). Also, fixed up code formatting in altered files (removed C-style casts and replaced with C++ <static_casts>, added a few macros and one member functions).
This is v2 of my commit, addressing all issues brought up by @kalaposfos

* Updated C-style casts in kbm_gui.cpp

* Fixed formatting from clang-format

* Updated expendable sections location and changed order of appearance

* Merged PR #3098 into kbm_gui.cpp

* Updates from running clang-format

* Potential MacOS error fix

Changes std::string to std::string_view, which prevented MacOS from building

* Undid MacOS commit for new PR

* Revert "Undid MacOS commit for new PR"

This reverts commit fc376c5e1f.

* Updated SDL_INVALID_ID=UINT32_MAX macro to SDL_UNMAPPED=UINT32_MAX-1

* Update from merge conflicts

Updated SDL_INVALID_ID=UINT32_MAX macro to SDL_UNMAPPED=UINT32_MAX-1

* FIxed memory.cpp errors from testing PR  #3117 (MacOS fixes)

* Removed "kp;"

* Fixed help dialogue from kalaposfos' changes

Fixed 3 edits made by kalaposfos from a recent commit.

---------

Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2025-06-20 20:33:27 +02:00
rainmakerv2
7b0249d9ca
Update gui with new touchpad inputs (#3125)
* Update gui with new touchpad inputs

* Update kbm_gui.ui

---------

Co-authored-by: rainmakerv2 <josefkarloprado@gmail.com>
2025-06-20 16:19:33 +03:00
kalaposfos13
551751df3c
Emulate motion controls with a mouse (#3122)
* Rework framework to allow for more types of mouse-to-something emulation and hook up gyro to it

* Remove the unnecessary null check now that deltatime is handled differently

* Fix toggle key

* Basic gyro emulation working for two out of the three dimensions

* clang

* Added bindable key to hold for switching from looking to the sides to rolling

* documentation
2025-06-20 13:55:41 +03:00
Lander Gallastegi
be12305f65
video_core: Page manager/region manager optimization (#3070)
* Bit array test

* Some corrections

* Fix AVX path on SetRange

* Finish bitArray

* Batched protect progress

* Inclusion fix

* Last logic fixes for BitArray

* Page manager: batch protect, masked ranges

* Page manager bitarray

* clang-format

* Fix out of bounds read

* clang

* clang

* Lock during callbacks

* Rename untracked to writeable

* Construct and mask in one step

* Sync on region mutex for thw whole protection

This is a temporary workarround until a fix is found for the page manager having issues when multiple threads update the same page at the same time.

* Bring back the gpu masking until properly handled

* Sync page manager protections

* clang-format

* Rename and fixups

* I fucked up clang-formatting one more time...

* kek
2025-06-20 13:00:23 +03:00
kalaposfos13
e214ca6884
Replace Back Button Behaviour with a rebindable solution (#3114) 2025-06-20 12:51:55 +03:00
georgemoralis
43321fb45a
QT save fixes II (#3119)
* added recentFiles save/load

* gui language

* fixups for language

* fixed language issue with savedata (it was saving based on gui language and not on console language)

* clang fix

* elf dirs added

* added theme
2025-06-20 12:28:32 +03:00
Marcin Mikołajczyk
423254692a
Implement buffer atomic fmin/fmax instructions (#3123) 2025-06-19 17:37:29 -07:00
Marcin Mikołajczyk
612f340292
Log improper image format uses (#3105) 2025-06-19 14:36:50 -07:00
kalaposfos13
6d65ea7314
Silence unmapped keybind mappings and add XBox paddles (#3121) 2025-06-19 21:35:28 +03:00
georgemoralis
e389d03601
Revert "add CMakePresets.json (#3116)" (#3120)
This reverts commit 33f46202d2.
2025-06-19 19:41:50 +03:00
Fire Cube
33f46202d2
add CMakePresets.json (#3116)
* add CMakePresets.json

* Update REUSE.toml
2025-06-19 13:17:50 +03:00
georgemoralis
8e06b1b2b0
New Crowdin updates (#3104)
* New translations en_us.ts (Catalan)

* New translations en_us.ts (Chinese Simplified)

* New translations en_us.ts (Swedish)

* New translations en_us.ts (Russian)

* New translations en_us.ts (Russian)

* New translations en_us.ts (Norwegian Bokmal)

* New translations en_us.ts (Norwegian Bokmal)

* New translations en_us.ts (Portuguese, Brazilian)
2025-06-19 13:17:29 +03:00
squidbus
1437c5a1de
ci: Work around Qt issue on new Xcode. (#3118) 2025-06-18 14:54:04 -07:00
nickci2002
20670186ab
Potential MacOS Build Fix (#3117)
* Potential MacOS build fix for update

* Imported string instead of changing name to std::string_view
2025-06-18 19:04:00 +02:00
squidbus
5bc4cc761a
shader_recompiler: Fix some shared memory accesses when workgroup struct is omitted. (#3110) 2025-06-17 00:28:44 -07:00
Marcin Mikołajczyk
efa8f6a154
Handle immediate inline samplers (#3015)
* Handle immediate inline sampler

* Simplify inline sampler handling
2025-06-16 23:42:14 -07:00
Marcin Mikołajczyk
9dd35c3a42
Fix shared memory definition when only one type is used (#3106) 2025-06-16 23:37:09 -07:00
Marcin Mikołajczyk
21d14abaee
Enable sampleRateShading (#3107) 2025-06-16 23:24:38 +03:00