squidbus
e585330744
image_view: Use array view for color/depth buffers with multiple layers. ( #1556 )
2024-11-20 20:24:30 +02:00
kalaposfos13
216a5dcbc2
Updated Help descriptions and fixed mouse movement default parameters
2024-11-20 19:14:50 +01:00
kalaposfos13
564a945d22
Fixed mistakenly overwriting the last opened config with the default one if the GUI is opened multiple times in a session
2024-11-20 19:12:27 +01:00
Vinicius Rangel
b41664ac61
savedata: fix dir name search with wildcard ( #1552 )
...
* savedata: fix dir name search with wildcard
* psf: replace filesystem clock by system clock (utc)
* savedatadialog_ui: macOS zoned_time formatting
Signed-off-by: Vinicius Rangel <me@viniciusrangel.dev>
---------
Signed-off-by: Vinicius Rangel <me@viniciusrangel.dev>
Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>
2024-11-20 18:31:44 +02:00
Ruah Devlin
96cd79f272
Implement V_MED3_U32 vector ALU Opcode ( #1553 )
2024-11-20 17:23:59 +01:00
korenkonder
da00235eaf
Don't read uninitialized memory in sceSystemServiceReceiveEvent
( #1554 )
2024-11-20 17:22:30 +01:00
Alexander Y.
9f42a12baf
Fix build when -DENABLE_DISCORD_RPC=OFF ( #1551 )
...
* added ifdef for discordrpc
* replaced discordrpc include correctly
2024-11-20 08:41:35 +02:00
Daniel R.
17c47bcd96
shader_recompiler/frontend: Implement bitcmp
instructions ( #1550 )
2024-11-19 21:38:32 +01:00
Vladislav Mikhalin
c45af9a2ca
Fix border color ( #1548 )
2024-11-19 18:55:05 +02:00
psucien
8fbd9187f8
libraries: gnmdriver: few more functions implemented ( #1544 )
2024-11-18 11:23:21 +02:00
kalaposfos13
45cc82e925
okay so maybe the gravity rush fix might have slightly broken the joystick halfmode and key toggle
2024-11-17 17:03:33 +01:00
kalaposfos13
0a1b875124
Updated README with the new keybind info
2024-11-16 19:04:38 +01:00
Vladislav Mikhalin
e1fecda74f
Fix depth bias ( #1538 )
2024-11-16 19:17:43 +02:00
kalaposfos13
3261674819
Update Help text, default config, and clang
2024-11-16 14:25:14 +01:00
kalaposfos13
3466de0dc0
Possible fix for Gravity Rush
2024-11-16 11:22:49 +01:00
kalaposfos13
5b6da2b0ab
Update cmakelists
2024-11-16 10:24:46 +01:00
kalaposfos13
9062be0fd7
Temporarily added my GUI
2024-11-16 10:06:41 +01:00
kalaposfos13
01100091ff
Fix typo
2024-11-16 10:02:37 +01:00
kalaposfos13
3d4db91225
Fix default config and the latest bug with input hiearchy
2024-11-15 16:58:20 +01:00
kalaposfos13
f5f988d63e
Updated sorting to accomodate for that one specific edge case
2024-11-15 11:50:58 +01:00
kalaposfos13
91e30ac62b
Update code style
2024-11-15 10:35:34 +01:00
kalaposfos13
9d6dd79486
clang
2024-11-15 09:45:32 +01:00
kalaposfos13
94c6a9fad9
Rewrote the default config to reflect new changes
2024-11-15 09:44:25 +01:00
kalaposfos13
900b578988
clang-format
2024-11-15 09:06:52 +01:00
kalaposfos13
e43d60edaa
Fixed joysick halfmodes, and possibly the last update on input hierarchy
2024-11-15 09:04:43 +01:00
kalaposfos13
1efd247584
Fix input hierarchy
2024-11-14 22:29:56 +01:00
Stephen Miller
ce158290fb
Minor Kernel Fixes ( #1529 )
...
* Skip destruction of adaptive mutex initializers
Based around similar behaviors implemented in the more-kernel branch. Hatsune Miku Project Diva X needs this.
* Fix posix_lseek result overflow
Seen when testing Spider-Man Miles Morales on more-kernel.
* Add posix_fsync
Used by Spider-Man Miles Morales. I've added the normal posix error handling to this function, though I'm aware sceKernelFsync doesn't return any errors currently. This is for future proofing and accuracy, as the actual libkernel does the usual error handling too.
* Properly handle VirtualQuery calls on PoolReserved memory.
* Export posix_getpagesize under libkernel
Bloons TD 5 needs this.
* Clang
2024-11-14 18:00:57 +02:00
kalaposfos13
3e512bcd51
Fixed clang and added a const keyword for mac
2024-11-14 15:28:10 +01:00
kalaposfos13
e38e75b27b
Merge branch 'new-kbm'
2024-11-14 15:13:07 +01:00
kalaposfos13
e2155305d2
Merge remote-tracking branch 'upstream/main'
2024-11-14 14:45:29 +01:00
kalaposfos13
9c81f8e2f2
clang-format
2024-11-14 14:44:34 +01:00
kalaposfos13
1a8f177526
Added mouse parameter parsing
2024-11-14 14:42:52 +01:00
kalaposfos13
09b945ce8b
Implemented key toggle
2024-11-14 14:21:05 +01:00
kalaposfos13
6ad6079c56
Downgraded prints to log_debug, and implemented input hierarchy
2024-11-14 13:15:38 +01:00
kalaposfos13
0d87d0d730
Wheel works now (for me), l2/r2 handling improvements, and misc bugfixes
2024-11-14 11:04:22 +01:00
Osyotr
7be35c3997
Save config in UTF-8 ( #1524 )
2024-11-14 12:01:33 +02:00
Vladislav Mikhalin
bf239ebc04
ajm: handle single-frame decode jobs (+mp3 imrovements) ( #1520 )
...
* ajm: handle single-frame decode jobs (+mp3 imrovements)
* disable breaking the loop in multi-frame if storage is insufficient
* simplified gapless decoding
2024-11-14 12:01:20 +02:00
Martin
8e281575b5
Update Norwegian Bokmål translations ( #1525 )
...
* specify nb_NO
* Update Norwegian Bokmål translation
* change patch wording nb_NO
2024-11-14 12:00:59 +02:00
Florian Piesche
6ae92c0aac
Add FreeDesktop metadata ( #1495 )
2024-11-14 10:56:14 +02:00
kalaposfos13
df738c6dc1
Axis outputs work now
2024-11-13 21:20:46 +01:00
kalaposfos13
5c2d09dd3e
Single key button inputs work now
2024-11-13 19:03:42 +01:00
squidbus
0c52d02043
videodec: Lower sceVideodecDecode log to trace. ( #1527 )
2024-11-13 18:04:13 +01:00
kalaposfos13
86c8701323
Parsing works now
2024-11-13 17:09:00 +01:00
kalaposfos13
d92a83ccb5
Output update handling, and reworked file creating, reading and parsing
2024-11-13 11:17:07 +01:00
kalaposfos13
1884b39eb8
Mouse polling, CMakeLists, and basic framework
2024-11-13 09:39:19 +01:00
kalaposfos13
7a95c27b2c
Start working on new backend
2024-11-12 19:44:23 +01:00
Florian Piesche
85f45d2788
Add scalable vector redraw of shadps4 icon ( #1501 )
...
* Add scalable vector redraw of shadps4 icon
* Update icon name in desktop file
* Fix svg
2024-11-12 09:32:56 +02:00
kalaposfos13
8a15d68a8d
Update Hungarian translation ( #1518 )
2024-11-12 09:31:56 +02:00
squidbus
f5618e0342
imgui: Dispatch SDL text input requests to main thread on macOS. ( #1519 )
2024-11-12 09:27:30 +02:00
Lander Gallastegi
b64dcd2f56
Assert fix ( #1521 )
2024-11-12 09:26:48 +02:00