Cancerous
8d5edaf196
fix pathing hopefully to fix fable 2 loading
2019-09-08 21:56:22 -04:00
Prism Tutaj
fdec4f36c0
Merge remote-tracking branch 'prism019/discord-cvar-fix-for-upstream' into canary
2019-09-08 16:54:57 -05:00
Silent
704058d638
Fix off-by-one in max ordinals check
2019-09-08 23:09:07 +02:00
Silent
b76b099ed5
Fixup GetProcAddressByOrdinal
...
Now properly takes a global lock when populating guest_trampoline_map_
as opposed to taking and immediately releasing it
Also removes a redundant find() from guest_trampoline_map_
so map is not searched twice if the function has already been generated.
2019-09-08 23:09:01 +02:00
Prism Tutaj
253775c16d
Fix discord cvar
2019-09-08 16:02:04 -05:00
Prism Tutaj
b4fb2d9b3e
Fix GTK submenus
2019-09-08 03:10:47 -05:00
Prism Tutaj
2bf929f51e
various fixes
2019-09-07 22:48:07 -05:00
Prism Tutaj
b44af549cf
Merge remote-tracking branch 'bwr/linux_stack_walker' into canary
...
# Conflicts:
# .gdbinit
2019-09-07 20:59:49 -05:00
Prism Tutaj
7fcc89d1b9
Merge remote-tracking branch 'bwr/linux_misc' into canary
2019-09-07 20:58:32 -05:00
Prism Tutaj
94d71c918e
Merge remote-tracking branch 'bwr/linux_debug' into canary
2019-09-07 20:58:28 -05:00
Prism Tutaj
3bbc8431ad
Merge remote-tracking branch 'bwr/linux_filesystem' into canary
2019-09-07 20:58:20 -05:00
Prism Tutaj
1b9abfd51f
Merge remote-tracking branch 'bwr/linux_windowing' into canary
2019-09-07 20:58:05 -05:00
Prism Tutaj
f40a34eb53
Merge remote-tracking branch 'bwr/linux_memory' into canary
2019-09-07 20:56:14 -05:00
Prism Tutaj
28762f40fb
Merge remote-tracking branch 'bwr/linux_cpu' into canary
2019-09-07 20:55:27 -05:00
Prism Tutaj
1a1dd4ef25
Merge remote-tracking branch 'bwr/linux_threads' into canary
2019-09-07 20:55:16 -05:00
Prism Tutaj
7eb69ca255
miscellaneous linux fixes. Disables vulkan-trace-viewer and dumper
2019-09-07 20:30:25 -05:00
Prism Tutaj
313f38e538
Revert "Merge remote-tracking branch 'canary/systemlink'"
...
This reverts commit 7091177142
, reversing
changes made to c9631fb73d
.
2019-09-07 17:08:02 -05:00
Cancerous
25df5a6e94
Merge branch 'master' of https://github.com/xenia-project/xenia into canary
...
# Conflicts:
# src/xenia/kernel/xboxkrnl/xboxkrnl_modules.cc - resolved in xboxkrnl_xconfig.cc?
2019-09-05 09:18:37 -04:00
Cancerous
ba46b6a6f8
Merge cleanup and fixes
2019-09-05 08:23:43 -04:00
Cancerous
127b465ccc
Merge branch 'profile-gpds-rebase' of https://github.com/emoose/xenia into canary
...
Merge Emoose profiles-gpds https://github.com/emoose/xenia/tree/profile-gpds-rebase
2019-09-05 05:24:42 -04:00
gibbed
b422ed750b
Oops. Didn't mean to add that yet.
2019-09-04 23:16:06 -05:00
gibbed
2780e7b1a6
Add user_country cvar, rename game_language cvar.
...
- [Kernel] Rename game_language cvar to user_language.
- [Kernel] Recategorize user_language to XConfig.
- [Kernel] Add user_country cvar, used instead of hardcoded value in XConfig.
- [XAM] Use user_country cvar for xeXamGetLocaleEx instead of
xeExGetXConfigSetting.
2019-09-04 23:02:55 -05:00
gibbed
4f4b83b421
[Kernel] Move ExGetXConfigSetting to its own file.
...
- [Kernel] Clean up xboxkrnl registration function declarations.
- [Kernel] Move ExGetXConfigSetting to its own file.
2019-09-04 23:02:55 -05:00
gibbed
d58544b406
[XAM] Fix incomplete locale tables.
2019-09-04 23:02:55 -05:00
Cancerous
8200b36af7
Merge branch 'master' of https://github.com/ObsidianNA/xenia into canary
...
Recent Files Menu Bar #1396
2019-09-04 23:20:02 -04:00
Cancerous
7d03c3a28c
Merge branch 'master_XNotifyGetNext_Dequeue' of https://github.com/Gliniak/xenia into canary
...
[XAM] Dequeue remain notification when match_id is incorrect #1463
2019-09-04 22:09:06 -04:00
Cancerous
11f50b25fd
Merge branch 'master_FE_msg_getNotify_fixes' of https://github.com/Gliniak/xenia into canary
...
"Template" for 0xFE message: 0x22005
2019-09-04 22:07:00 -04:00
Cancerous
07c9533c12
Merge branch 'swapdiscv2' of https://github.com/randprint/xenia into canary
...
[Kernel] XamSwapDisc and supporting functions
swapdiscv2 (#1458 )
2019-09-04 21:52:01 -04:00
Cancerous
d5a44504a0
Merge branch 'xex-unload-image' of https://github.com/CookiePLMonster/xenia into canary
...
[Kernel] Make XexUnloadImage fully release the image
Previously XexUnloadImage did not cleanup the image fully,
and if XexLoadImage was to be called again on the same module,
it was not initialized fully, leading to a crash when using it.
[Kernel] (Partially) fix module refcounting
.xex module handles were retained twice in several places,
possibly causing them to leak.
More placed may have to be fixed too.
2019-09-04 21:40:27 -04:00
Cancerous
b91b1eb356
Merge branch 'crypt-fixes' of https://github.com/CookiePLMonster/xenia into canary
...
[Kernel] Fix SHA1 and SHA256 state endianness
Fixes malfunctioning SHA256 hash,
corrupting its state between Update and Finish calls.
crypt-fixes (#1461 )
2019-09-04 21:36:22 -04:00
Cancerous
f3a1500c20
Merge branch 'master' of https://github.com/xenia-project/xenia into canary
...
c22f76e
[Base] Const-ize store and store_and_swap templ... - gibbed
ce78d71
[CPU] Add locale export category. - gibbed
8589238
[XAM] Implement a number of language/locale rel... - gibbed
2019-09-04 21:15:16 -04:00
gibbed
858923898f
[XAM] Implement a number of language/locale related functions.
...
[XAM] Implement XamGetLocale, XamGetOnlineCountryFromLocale,
XamGetOnlineCountryString, XamGetCountryString, XamGetLanguageString,
XamGetLanguageLocaleString, XamGetOnlineLanguageAndCountryString,
XamGetLocaleString, XamGetLocaleFromOnlineCountry,
XamGetLanguageFromOnlineLanguage, XamGetOnlineLanguageString,
XamGetCountryFromOnlineCountry, and XamGetLocaleEx.
2019-09-04 20:03:25 -05:00
gibbed
ce78d7110e
[CPU] Add locale export category.
2019-09-04 20:03:25 -05:00
gibbed
c22f76e87f
[Base] Const-ize store and store_and_swap templates.
...
[Base] Make value argument for store and store_and_swap templates
const&.
2019-09-04 19:58:17 -05:00
Cancerous
7825877040
FPS Counter at the end of the display chain #1362
...
from IceTDrinker
https://github.com/xenia-project/xenia/pull/1362
2019-09-04 07:54:55 -04:00
Cancerous
0fc7ac4218
Thread order tweak to threading PR
2019-09-04 07:40:43 -04:00
illusion98
6eabaa259a
Merge remote-tracking branch 'randprint/ThreadDistribution' into canary
2019-09-04 06:20:02 -05:00
illusion98
7c52c211e1
Merge remote-tracking branch 'randprint/window-dimensions' into canary
2019-09-04 06:20:01 -05:00
illusion98
3d909462ac
[Kernel] Add Gamertag config variable
2019-09-04 06:19:41 -05:00
illusion98
bcc571e574
Merge remote-tracking branch 'upstream/master' into canary
2019-09-04 05:50:18 -05:00
Silent
2ecf687983
[Kernel] Fix SHA1 and SHA256 state endianness
...
Fixes malfunctioning SHA256 hash,
corrupting its state between Update and Finish calls.
2019-09-03 22:55:43 +02:00
Rados??aw Gli??ski
bea0cc4922
Fixed Mask incorrectness. Does mask_ == 0x01 means accept all?
...
Affected Games:
- Grid 2 (freezes)
- Skate. (Menu Soundtrack)
- Crackdown 2 Demo (ingame freeze)
2019-09-03 20:36:53 +02:00
Triang3l
84a8dc91e4
[D3D12] Filtering between array texture layers
2019-09-03 10:14:25 +03:00
Silent
19251993fc
[Kernel] Make XexUnloadImage fully release the image
...
Previously XexUnloadImage did not cleanup the image fully,
and if XexLoadImage was to be called again on the same module,
it was not initialized fully, leading to a crash when using it.
2019-09-02 21:48:51 +02:00
Silent
6630a494ac
[Kernel] (Partially) fix module refcounting
...
.xex module handles were retained twice in several places,
possibly causing them to leak.
More placed may have to be fixed too.
2019-09-02 21:44:43 +02:00
Rados??aw Gli??ski
a8978db8f9
"Template" for 0xFE message: 0x22005
2019-09-01 23:21:31 +02:00
Sandy Carter
c01f878904
[threading test]: Reduce sleep and wait times
2019-08-31 10:55:55 +02:00
Cancerous
551eb749eb
[Kernel] XamSwapDisc and supporting functions
2019-08-30 15:52:17 -04:00
illusion98
31f81662c4
[Discord] Change ID and new description
2019-08-29 06:42:53 -05:00
Cancerous
c385981d04
[UI] Add window dimension cvars
2019-08-28 16:14:48 -04:00