kalaposfos13
7ab50857ae
Updated default keybindings
2024-10-20 11:13:02 +02:00
kalaposfos13
f7b8f5e73c
Resolved merge conflict and refactored code
2024-10-20 10:47:20 +02:00
kalaposfos13
abbff1fa66
Merge branch 'upstreamMain'
2024-10-20 09:41:28 +02:00
TheTurtle
0ecb6695de
cmake: Allow disabling discord rpc ( #1416 )
2024-10-19 16:09:36 +03:00
Vladislav Mikhalin
c38e3f77f9
Add poll interval to libScePad ( #1415 )
2024-10-19 15:57:01 +03:00
TheTurtle
87f8fea4de
renderer_vulkan: Commize and adjust buffer bindings ( #1412 )
...
* shader_recompiler: Implement finite cmp class
* shader_recompiler: Implement more opcodes
* renderer_vulkan: Commonize buffer binding
* liverpool: More dma data impl
* fix
* copy_shader: Handle additional instructions from Knack
* translator: Add V_CMPX_GE_I32
2024-10-19 15:30:58 +03:00
kalaposfos13
050ba2e3b0
added home, end, pgup and pgdown
2024-10-18 21:23:07 +02:00
kalaposfos13
52ad7e0a96
changed parser parameters to make it possible to use it from the gui
2024-10-18 18:04:43 +02:00
DanielSvoboda
47ba6c6344
Patch compatible version notice ( #1407 )
...
* Patch compatible version notice
* +
2024-10-18 18:56:31 +03:00
Quang Ngô
a13d1d1ab1
core/fs: fix file path (again) ( #1408 )
...
Third time's the charm.
2024-10-18 18:56:15 +03:00
kalaposfos13
942c1d8471
relocated input parser to the new namespace
2024-10-18 17:41:19 +02:00
kalaposfos13
e0b288ac68
Added per-game config
2024-10-18 17:25:44 +02:00
kalaposfos13
2c51aeef1c
Merge remote-tracking branch 'upstream/main'
2024-10-18 14:56:35 +02:00
kalaposfos13
2c913a1940
Added mouse side button support
2024-10-18 13:50:48 +02:00
kalaposfos13
24348f6990
Encapsulated globals and new classes in a new namespace
2024-10-18 10:44:19 +02:00
Quang Ngô
24bce59f70
core/fs: fix file path on Windows ( #1404 )
...
Revert part of commit ddc35639a8
.
2024-10-18 11:40:27 +03:00
Herman Semenoff
96ea686eb6
Fixed return strict const iterator, replace to range-based loop C++17 and code refactor ( #548 )
...
Signed-off-by: Herman Semenov <GermanAizek@yandex.ru>
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-10-18 11:06:11 +03:00
kalaposfos13
d0238e18db
Merge remote-tracking branch 'upstream/main'
2024-10-18 08:54:58 +02:00
kalaposfos13
52b06c4f7b
F6 and F7 are removed, F9 captures and enables the mouse
2024-10-18 08:46:34 +02:00
kalaposfos13
5fdaea8072
Added support for mod key toggle key
2024-10-18 08:43:50 +02:00
Alexandre Bouvier
9814a1b788
cmake: unbundle half library ( #1393 )
2024-10-18 07:52:57 +03:00
Quang Ngô
ddc35639a8
core/fs: fix file path when using separated update folder for *nix ( #1403 )
2024-10-18 07:51:51 +03:00
Yury
181b005636
New translations and fixes for ru_RU ( #1402 )
2024-10-18 07:51:22 +03:00
psucien
ac6b4a625d
hot-fix: address check in mips overlap heuristic
2024-10-17 23:06:58 +02:00
ElBread3
88c37048ac
Load Eboot/Modules from Separate Update Folder ( #1397 )
...
* load eboot from separate update folder
* clarify
---------
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-10-17 11:49:29 +03:00
kalaposfos13
b00ebf317a
fix clang-format
2024-10-17 10:36:45 +02:00
squidbus
aa958c4d19
build: Make sure pkg-config is configured correctly for macOS cross compile. ( #1399 )
2024-10-17 07:24:10 +03:00
psucien
b4ced58acc
hot-fix: a fallback when overlap resolve fails
2024-10-16 23:46:20 +02:00
kalaposfos13
1788aed1fd
Added capslock support
2024-10-16 21:12:55 +02:00
georgemoralis
f79b7f10ab
Revert "Update CMakeLists.txt ( #1396 )"
...
This reverts commit 0f0d9740c2
.
2024-10-16 19:51:16 +03:00
¥IGA
0f0d9740c2
Update CMakeLists.txt ( #1396 )
2024-10-16 19:34:17 +03:00
georgemoralis
70430313e3
hot fix: fixed sceNpGetOnlineId function
2024-10-16 19:19:10 +03:00
DanielSvoboda
b62d2f839d
missing translations ( #1395 )
...
* missing translations
* clang
2024-10-16 19:05:35 +03:00
kalaposfos13
92bbe40d8e
added better mouse handling with config options
2024-10-16 14:54:59 +02:00
Vinicius Rangel
25de4d6b65
Devtools improvements I ( #1392 )
...
* devtools: fix showing entire depth instead of bits
* devtools: show button for stage instead of menu bar
- fix batch view dockspace not rendering when window collapsed
* devtools: removed useless "Batch" collapse & don't collapse last batch
* devtools: refactor DrawRow to templating
* devtools: reg popup size adjusted to the content
* devtools: better window names
* devtools: regview layout compacted
* devtools: option to show collapsed frame dump
keep most popups open when selection changes
best popup windows positioning
* devtools: show compute shader regs
* devtools: tips popup
2024-10-16 13:12:46 +03:00
Lander Gallastegi
877cda9b9a
video_core: Rework clear values ( #1381 )
...
* Clear color convertion
* Add missing formats
* Add swap handling
* Format bits and offsets
* clang-format
* Make num_components const
* Initialize alpha to 1
* Handle SnormNz as Snorm
* Don0t leave accidental nonzero values
* parallel3 for linux-qt
* Move number_utils to common
2024-10-16 12:55:45 +03:00
Stephen Miller
170db22d9c
Improve sceSystemServiceReceiveEvent stub ( #992 )
2024-10-15 21:55:03 +02:00
Vladislav Mikhalin
437ebc1e02
AvPlayer: Do not align w/h to 16 with vdec2 ( #1388 )
2024-10-15 22:31:11 +03:00
ElBread3
6fc7b3993d
Minor Fixes for Separate Update Folder ( #1387 )
...
* description + string fixes
* fix use condition
* clang format
* updates now fully extract to game update folder
* don't guarantee the overwrite game condition
2024-10-15 22:29:27 +03:00
Richers Örs
649a5c0c0c
Merge branch 'shadps4-emu:main' into main
2024-10-15 19:20:42 +02:00
georgemoralis
08343faf01
hot fix : put linux-qt in parallel3
2024-10-15 20:10:49 +03:00
kalaposfos13
a76b79204d
F6 = F7 + F9
2024-10-15 19:05:54 +02:00
ElBread3
a588bc5da8
Separate Updates from Game Folder ( #1026 )
...
* separate updates implementation
* clang format
clang format
clang format
clang format
clang hates me
work please
* hotfix: check for sfo file instead of the folder
* tiny change
* refactor
* forgot to change this over
* add review changes
* use operator
2024-10-15 18:49:42 +03:00
DanielSvoboda
29ad2eca62
Fix translation InstallDirSelect ( #1386 )
2024-10-15 17:40:37 +03:00
RDN000
168ba8dbcd
Fix sq.ts ( #1383 )
2024-10-15 14:35:19 +03:00
kalaposfos13
60d9e7b889
delete config file since it is now autogenerated
2024-10-15 09:00:50 +02:00
kalaposfos13
4c6bee815e
code cleanup and misc fixes
2024-10-15 08:45:40 +02:00
DanielSvoboda
7e27afb37d
fix tr sq.ts ( #1380 )
...
* Update sq.ts
* InstallDirSelect
2024-10-15 09:30:10 +03:00
Richers Örs
c5391ba62e
Merge branch 'shadps4-emu:main' into main
2024-10-15 08:10:34 +02:00
kalaposfos13
bd2acfa349
Mouse movement input is now off by default
2024-10-15 07:25:44 +02:00