Adrian
|
05ae4ac6e9
|
[XAM] Implemented XamUserGetUserFlags & XamUserGetUserFlagsFromXUID
|
2024-11-25 08:47:46 +01:00 |
Adrian
|
c06b1f6e98
|
[XAM] Correct XUID type in XamUserCreateAchievementEnumerator
|
2024-11-24 11:00:21 +01:00 |
Adrian
|
a4156abed7
|
[XAM] XamGetLanguage Stub
|
2024-11-24 10:53:15 +01:00 |
Adrian
|
1333b4dc98
|
[XAM] Correct error code in XamUserGetGamerTag
|
2024-11-24 10:51:38 +01:00 |
Adrian
|
a7a981105a
|
[Core] Add XUID validation functions to xbox.h
|
2024-11-24 10:44:52 +01:00 |
Xphalnos
|
fbad66e5bc
|
[imgui] Clean implementation of rounded edges
|
2024-11-03 20:07:58 +01:00 |
Gliniak
|
464e9a1645
|
[XMP] Disable switching back to system client mode
|
2024-11-02 21:39:22 +01:00 |
Gliniak
|
d393725353
|
Revert "[VFS] Fixed crash on filename extraction from path."
This reverts commit 02f5316562 .
It's not needed anymore thanks to 6cba5ba7e6
|
2024-11-02 19:54:16 +01:00 |
Gliniak
|
35cc2ccd7a
|
[XMP] Fixed issues with lack of state change and premature audio cut
|
2024-11-02 19:08:40 +01:00 |
Gliniak
|
3ac98ebfba
|
[Static Analysis] Resolved some issues mentioned in Alexandr-u report
|
2024-11-02 19:08:34 +01:00 |
Gliniak
|
b471423c1a
|
[XMP] Added dedicated AudioMediaPlayer class
|
2024-11-02 16:47:52 +01:00 |
Gliniak
|
996b874d74
|
[Profile] Added option to modify Gamertag
|
2024-11-01 22:43:44 +01:00 |
Xphalnos
|
cf0ee05da6
|
[MISC] Allow user to override process priority class
|
2024-11-01 14:23:55 +01:00 |
Xphalnos
|
82cb261140
|
[MISC] Bump DXGI to 1.6
|
2024-11-01 11:22:05 +01:00 |
Xphalnos
|
90fc07e400
|
[GUI] Settings Improvements
|
2024-10-28 16:45:22 +01:00 |
Xphalnos
|
0a712c0014
|
[3PP] Bump imgui from 1.89.5 to 1.90.0
|
2024-10-26 09:01:17 +02:00 |
Hendi
|
764f230dd9
|
[XAM] XMP: Implement playback
|
2024-10-23 22:04:47 +02:00 |
Hendi
|
5a76cac218
|
[APU] Refactor audio system to work with different frequencies/channel layouts
|
2024-10-23 22:04:47 +02:00 |
Gliniak
|
da6afabf60
|
[XAM] XMP: Adjusted/Fixed size returned in message 0x0007002E
|
2024-10-23 20:38:37 +02:00 |
Xphalnos
|
c42a54ddec
|
[3PP] Updated: Half, Xbyak, SDL2
|
2024-10-22 22:16:26 +02:00 |
Gliniak
|
1c4527c1e7
|
[Kernel] Fixed applying TUs to multi disc games
|
2024-10-22 20:05:35 +02:00 |
Gliniak
|
32cebd7a11
|
[UI] Fixed assertion caused by style push/pop mismatch
|
2024-10-22 19:49:16 +02:00 |
Gliniak
|
77b6ad1de7
|
[3PP] Fixed incorrect FFmpeg repo
|
2024-10-22 19:34:57 +02:00 |
Gliniak
|
dddd26e657
|
[3PP] Uplifted FFmpeg - Include avformat for XMP
|
2024-10-20 22:23:44 +02:00 |
Xphalnos
|
1c9783ca3c
|
[imgui] Makes the window edges rounded
|
2024-10-20 20:22:37 +02:00 |
EmiGITs
|
0712132ed0
|
[CPU] Added disable_context_promotion option
This disable ContextPromotionPass that causes instability in some games
|
2024-10-20 20:08:56 +02:00 |
Margen67
|
8af296a200
|
[GPU] Custom resolution
Does not work without patches.
|
2024-10-19 03:38:21 -07:00 |
Margen67
|
6c0f026824
|
[GPU] Fix internal_display_resolution condition
|
2024-10-18 13:05:16 -07:00 |
Gliniak
|
d2921a09eb
|
[UI] Fixed inconsistency in slot id
|
2024-10-18 21:12:17 +02:00 |
Margen67
|
58098aa6bf
|
[CI] Fix release condition
|
2024-10-18 11:02:55 -07:00 |
Gliniak
|
0949ebfb38
|
[XAM] Fixed issue with removing savefiles and searching for header in specific condition
|
2024-10-18 17:48:54 +02:00 |
Margen67
|
a5d58a1243
|
[Docs] Raise minimum Python+Visual Studio
|
2024-10-16 03:59:23 -07:00 |
Margen67
|
90259bef6a
|
[CPU] Add note to cpu option
|
2024-10-16 03:40:53 -07:00 |
Margen67
|
b93ad3e82a
|
[Emulator] Tie window size to resolution
|
2024-10-16 03:40:53 -07:00 |
Margen67
|
06763a9e4a
|
CI: Only create releases for canary_experimental
|
2024-10-16 02:50:41 -07:00 |
Margen67
|
ea762e9f1b
|
Add back VS2022 builds
|
2024-10-13 16:19:37 -07:00 |
Margen67
|
b39f1fbe60
|
Raise minimum Python version
This was accidentally lowered in 5d3240d492 and 3.8 has gone EOL since then.
|
2024-10-13 16:19:37 -07:00 |
Margen67
|
731c6057de
|
Canaryize
Co-Authored-By: illusion0001 <37698908+illusion0001@users.noreply.github.com>
|
2024-10-13 15:11:47 -07:00 |
Gliniak
|
85458c811f
|
[XAM] Fixed issues with reading savefiles that are loaded via: XamContentAggregate
|
2024-10-13 15:29:04 +02:00 |
NicknineTheEagle
|
e85a59ca90
|
[Input] Update last controller var in GetKeystroke as well
|
2024-10-13 10:15:21 +02:00 |
NicknineTheEagle
|
060954f0c3
|
[XAM] Implement XamShowSigninUI
|
2024-10-12 18:51:36 +02:00 |
NicknineTheEagle
|
842161ca9b
|
[Input] Add last used controller tracker
|
2024-10-12 18:51:36 +02:00 |
Gliniak
|
0a0cd2a882
|
[XAM] Fixed license for extracted XBLA games
This fixes bug introduced few days ago that prevented XBLA games from going into full game mode.
|
2024-10-12 16:54:47 +02:00 |
Gliniak
|
5a5fe97efb
|
[XAM] Added XamMediaVerification stubs
- Create
- Close
- Verify
- FailedBlocks
- Inject
Thanks: Nicknine & Adrian
|
2024-10-09 18:48:00 +02:00 |
Gliniak
|
36453829df
|
[XAM] Added overlap to XamContentGetLicenseMask
Also added logic for skipping "discs" as they don't have a license
|
2024-10-07 18:45:16 +02:00 |
Gliniak
|
06dc06b8ca
|
[XAM] Fallback to config license_mask in case of old header version
|
2024-10-07 18:31:41 +02:00 |
Gliniak
|
5696d55575
|
[XAM] Auto login freshly created profiles if possible
|
2024-10-06 21:47:28 +02:00 |
Gliniak
|
9e4b2e343f
|
[XAM] Allow content to read license from header
|
2024-10-06 21:15:50 +02:00 |
Gliniak
|
1cda06d5bf
|
[UI] Added info in profile menu about not signed in profiles
Also changed slot ordering to start from 1 instead of 0
|
2024-10-06 20:12:21 +02:00 |
Gliniak
|
32b3151132
|
[Profile] UI: Skip current draw in case of failure.
This should resolve random crash while removing profile
|
2024-10-05 14:27:43 +02:00 |