Evan Husted
33f42adb11
Merge remote-tracking branch 'origin/master'
2025-01-09 22:09:01 -06:00
LotP1
918ec1bde3
cores rework ( #505 )
...
This PR changes the core count to be defined in the device instead of
being a const value.
This is mostly a change for future features I want to implement and
should not impact any functionality.
The console will now log the range of cores requested from the
application, and for now, if the requested range is not 0 to 2 (the 3
cores used for application emulation), it will give an error message
which tells the user to contact me on discord. I'm doing this because
I'm interested in finding applications/games that don't use 3 cores and
the error will be removed in the future once I've gotten enough data.
2025-01-09 21:43:18 -06:00
Evan Husted
cca429d46a
misc: chore: restore not enable
2025-01-09 21:42:54 -06:00
Evan Husted
845c86f545
misc: chore: cleanup AppletMetadata.CanStart
2025-01-09 21:14:35 -06:00
Evan Husted
27993b789f
misc: chore: fix some compile warnings
2025-01-09 20:23:26 -06:00
Evan Husted
bdd890cf6f
UI: logger function name
2025-01-09 19:48:11 -06:00
Evan Husted
c5574b41a1
UI: collapse LoadFromStream into static ctor
...
pass the index get delegate to the struct instead of the entire header
2025-01-09 19:44:24 -06:00
Evan Husted
292e27f0da
UI: dispose CSV reader when done + use explicit types
2025-01-09 19:24:48 -06:00
Evan Husted
606e149bd3
UI: Create a ColumnIndices struct and pass it by reference to the row ctor instead of recomputing the column index for every column on every row
2025-01-09 18:48:15 -06:00
Evan Husted
a8c3407d11
missing JP title id
2025-01-09 14:25:16 -06:00
Evan Husted
daa8168985
docs: compat: the final title IDs i could find
2025-01-09 14:03:37 -06:00
Vita Chumakova
f580521e99
Update game data in the compatibility database ( #507 )
...
The entries were matched with the game database from
https://github.com/blawar/titledb/blob/master/US.en.json , allowing to
fill missing title IDs and fix game names.
2025-01-09 13:18:27 -06:00
Evan Husted
2226521f6c
docs: compat: remove quotes around everything but game titles
2025-01-08 12:36:26 -06:00
Evan Husted
384416953d
docs: compat: list title ID column first
2025-01-08 12:30:13 -06:00
Evan Husted
1343fabe41
docs: compat: some more missing title ids
2025-01-08 12:20:20 -06:00
Evan Husted
1e52af5e29
docs: compat: Multiple big changes:
...
Sort alphabetically,
Remove title IDs in "issue_title" column,
and remove all entries without a playability status.
2025-01-07 20:17:09 -06:00
Evan Husted
672f5df0f9
docs: compat: Remove issue_number & events_count columns
...
That's mostly for archival purposes; we don't need it.
2025-01-07 18:49:04 -06:00
Evan Husted
804d9c1efe
docs: compat: remove invalid dupe
2025-01-07 06:03:35 -06:00
Evan Husted
9270b35648
no.
2025-01-07 05:53:31 -06:00
Evan Husted
5a6d01db3c
docs: compat: trine 4 -> nothing
...
added Soul Reaver 1 & 2
2025-01-07 05:50:30 -06:00
Evan Husted
ef9c1416ec
UI: compat: Only use monospaced font for title ID
2025-01-07 04:49:20 -06:00
Evan Husted
5efa7d5dfa
UI: compat: remove custom ContentDialog derived type
2025-01-07 04:37:36 -06:00
Evan Husted
a82569d615
docs: compat: LEGO Horizon Adventures
2025-01-07 04:28:10 -06:00
Evan Husted
ed5832ca73
docs: compat: Add new releases to the end of the file
2025-01-07 04:21:33 -06:00
Evan Husted
574aa9ff9c
add a couple missing title IDs
2025-01-07 04:21:08 -06:00
Evan Husted
8a29428de2
docs: compat: update hogwarts legacy compat
2025-01-07 03:57:13 -06:00
Evan Husted
f4272b05fa
UI: Compat list disclaimer
2025-01-07 03:53:10 -06:00
Evan Husted
d8265f7772
Embed compatibility list into executable
...
instead of downloading
Co-Authored-By: Vita Chumakova <me@ezhevita.dev>
2025-01-07 03:37:07 -06:00
Evan Husted
259526430c
UI: Properly space language menu items instead of prepending a space to the language name
2025-01-07 00:36:22 -06:00
Evan Husted
b5fafb6394
UI: stop using async voids in MainMenuBarView; use RelayCommands
2025-01-06 23:52:20 -06:00
Evan Husted
323c356d9c
UI: Widen compatibility list, and make search box take up all space horizontally
2025-01-06 22:03:39 -06:00
Evan Husted
30b22ce6ba
UI: fix nullref
2025-01-06 08:02:37 -06:00
Evan Husted
9acecc9eb2
UI: default OnlyShowOwnedGames in compat list to true
2025-01-06 07:53:27 -06:00
Evan Husted
4193a37a91
these files are a little bit needed
2025-01-06 07:38:11 -06:00
Evan Husted
c4cc657b89
UI: Compatibility List Viewer
2025-01-06 07:31:57 -06:00
Evan Husted
9726b0feb0
Use Canary-Releases for AppImage Canary updates
2025-01-06 01:27:37 -06:00
Evan Husted
159ff828a1
give canary appimages the ryujinx-canary name
2025-01-06 01:22:05 -06:00
Evan Husted
6fa2bfc736
fix canary ci
2025-01-06 01:15:39 -06:00
Piplup
2c24df0247
reworked workflows ( #497 )
...
this makes `canary.yml` follow the same order of steps as `release.yml`,
adding appimages to the canary versions and i fixed some bugs with the
`build-appimage.sh` mainly fixing linking to the old repo
2025-01-06 01:07:16 -06:00
Evan Husted
13efc3e544
Switch back to nightly.link
...
I'm pretty sure them not working was due to old links pointing to GreemDev/Ryujinx after the org change
2025-01-06 00:09:48 -06:00
Evan Husted
845dd9a8db
vk: regression: potentially fix various random graphical anomalies
2025-01-05 22:25:05 -06:00
Evan Husted
b661bdd997
Revert "infra: feat: XML Solution"
...
This reverts commit cc84041270
.
2025-01-05 16:41:08 -06:00
Evan Husted
cc84041270
infra: feat: XML Solution
2025-01-05 16:33:44 -06:00
Evan Husted
987ab9be41
Fix part 2
2025-01-05 16:03:34 -06:00
Evan Husted
8a2bc3957a
UI: fix: new updates not being autoloaded
2025-01-05 15:45:01 -06:00
Evan Husted
850df38f1e
cleaup imports
2025-01-04 06:54:46 -06:00
Emmanuel Hansen
c8d598d5ac
use UnmanagedCallersOnly for delegates
2025-01-04 06:52:25 -06:00
Evan Husted
3e5b2bda38
UI: RPC: Goat Simulator 3 asset image
2025-01-03 22:25:32 -06:00
Evan Husted
9bb50fc6dd
misc: improve unpacking error & add nullability to SelectedIcon
2025-01-03 22:25:32 -06:00
Evan Husted
e956864697
misc: Remove needless AsObservableList
2025-01-03 22:25:32 -06:00