Commit Graph

2126 Commits

Author SHA1 Message Date
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
georgemoralis
7ab851592b
Videocodec implementation (#1484)
* dummy videocodec

* filled videodec parameters

* vdec1 implementation

* clang format fix

* fixed codecType

* added crop offset info

* align output

* align all h/w

* some touchups

* small touch (last one)
2024-11-10 11:33:08 +02:00
DanielSvoboda
4fd7f67459
Open Folder - improvement (Save/Log) (#1513)
* Open Folder - improvement

* TR
2024-11-10 10:14:48 +02:00
squidbus
f7b458c85a
ci: Change to macOS 15 (#1508) 2024-11-10 00:20:54 +02:00
Vladislav Mikhalin
75d2181489
ajm mp3: fix resampling (#1500) 2024-11-08 07:45:03 +02:00
squidbus
176d222519
vk_pipeline_cache: Skip pipelines with geometry shaders when unsupported. (#1486) 2024-11-07 14:57:31 +02:00
Quang Ngô
ed0a9c0e4e
Fix emulator name in desktop entry for appimages (#1491) 2024-11-07 14:56:24 +02:00
Quang Ngô
a547b2774f
Allow disable the auto updater (#1490) 2024-11-07 14:56:02 +02:00
kalaposfos13
a657e22769 Merge remote-tracking branch 'upstream/main' 2024-11-07 11:54:45 +01:00
Quang Ngô
f45cad6bc9
Fix patches not save changes properly (#1493)
Don't use ```QCheckBox::text()``` because it may return strings that contain "&" cause patch name comparison to fail.
2024-11-06 22:44:22 +02:00
Vladislav Mikhalin
46ac48c311
AJM: Added some missing features (#1489)
* AJM: Added support for different PCM formats

* updated libatrac9 ref

* remove log

* Add support for non-interleaved flag

* Added support for output sideband format query
2024-11-06 22:39:43 +02:00
georgemoralis
f98b9f7726 hot-fix : removed libSceRudp.srpx from lle modules since it appears it create more issues than solves 2024-11-06 07:20:58 +02:00
psucien
204bba9be8 hot-fix: pr merge conflict resolved 2024-11-05 22:59:45 +01:00
Lander Gallastegi
aa4c6c0178
shader_recompiler: patch fmask access instructions (#1439)
* Fix multisample texture fetch

* Patch some fmask reads

* clang-format

* Assert insteed of ignore, coordinate fixes

* Patch ImageQueryDimensions
2024-11-05 22:39:57 +01:00
SAN4EZDREAMS
fe389e560a
Added uk_UA language support (#1483)
* Add Ukrainian localization

* Fixed langIndexes

* Fixed langIndexes_2

* Added uk_UA language support

* Added uk_UA language support
2024-11-05 10:46:12 +02:00
georgemoralis
f068f13e4a
Ajm (#1456)
* ajm: Initial ajm implementation

* AJM code improvements (#1453)

* Fix sideband buffer order (#1454)

* ajm: Attempt to add gapless support

* ajm_at9: Return superframes decoded in a single job

* WIP (#1460)

* Fix gapless decode and combine split buffers

* Fixed linux build

* fix number of samples reported with gapless decoding

* fixed number of remaining samples calculation

should fix the small crackling sounds that play every now and again

* refactor half ajm

* refactored most of ajm

* refactored ajm

* clang-format, in-repo libatrac9, removed debug stuff

---------

Co-authored-by: auser1337 <aaravsandhu10@outlook.com>
Co-authored-by: Vladislav Mikhalin <mikhalinvlad@gmail.com>
Co-authored-by: IndecisiveTurtle <geoster3d@gmail.com>
2024-11-05 09:16:57 +02:00
squidbus
76f440889b
qt: Error if installing DLC without game. (#1476) 2024-11-03 01:06:55 +02:00
Daniel R.
29183354cc
libraries/videodec: Fix build errors with av_err2str 2024-11-02 19:11:57 +01:00
kalaposfos13
204f906522 Merge remote-tracking branch 'upstream/main' 2024-11-02 11:55:47 +01:00
squidbus
0b015daff7
netctl: Add null check for gethostbyname output. (#1468) 2024-11-01 14:29:24 +02:00
baggins183
9ec75c3feb
Implement shader resource tables (#1165)
* Implement shader resource tables

* fix after rebase + squash

* address some review comments

* fix pipeline_common

* cleanup debug stuff

* switch to using single codegenerator
2024-11-01 08:55:53 +02:00
kalaposfos13
9958033d05 General code cleanup 2024-10-31 21:40:15 +01:00
kalaposfos13
cd4d3c59cf Changed input handling to be single-threaded 2024-10-31 21:34:31 +01:00