Commit Graph

2109 Commits

Author SHA1 Message Date
kalaposfos13
ca37d033af been a while since I last merged remote-tracking branch 'upstream/main' 2024-11-21 21:24:55 +01:00
kalaposfos13
3ce21a5ca1 Added closing the config also closing the Help window, and fixed more segfaults due to mismatched flags 2024-11-21 20:47:51 +01:00
kalaposfos13
195ef4c02f Fix crash if the Help dialog was opened a second time
If it's closed with the top right close button instead of clicking the Help button again, a required flag wasn't reset, making the next click on Help try to close a nonexistent window and segfault
2024-11-21 20:31:23 +01:00
Daniel R.
6904764aab
shader_recompiler/frontend: implement V_MIN3_U32 2024-11-21 19:52:48 +01:00
Daniel R.
e968b1c23f
video_core/amdgpu: heuristic for shader binary info
Games can strip the first shader instruction (meant for debugging) which we rely on for obtaining shader information (e.g. LittleBigPlanet 3). For this reason, we start a search through the code start until we arrive at the shader binary info.
2024-11-21 19:24:13 +01:00
Marat Idrisov
2a0629477b
[MacOS] Enable game mode when switching to full screen mode (#1541)
* GH-1515: enable game mode when switching to full screen mode

* GH-1515: minor fix

* GH-1515: add MacOSBundleInfo.plist.in to REUSE.toml
2024-11-21 19:02:30 +02:00
Florian Piesche
5054827441
Don't use github as a CDN for Discord RPC icon (#1496)
[jsdelivr](https://www.jsdelivr.com/?docs=gh) is a free CDN for opensource projects that offers mirroring and CDN services for files on GitHub with just a minor URL change, backed by a number of major organizations in the CDN industry.
2024-11-21 12:09:10 +02:00
psucien
c55d7fbb6a
Proper MSAA surfaces support (#1560) 2024-11-21 12:08:52 +02:00
¥IGA
c83ac654ce
Bump to Clang 18 (#1549) 2024-11-21 12:08:22 +02:00
psucien
3d04765a3f
Respect game brightness settings (#1559)
* `RendererVulkan` -> `Presenter`

* support for Video Out gamma setting

* sRGB hack removed

* added post process pass to presenter

* splash functionality restored
2024-11-21 12:06:53 +02:00
psucien
e98fab4b58 hot-fix: correct M-tiled surface size calculation when mip is less than a tile 2024-11-21 00:04:46 +01:00
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