Rick Gibbed
6a39d4b1f5
Merge pull request #1240 from 0x8080/Exports
...
[Kernel] Define all exports for xboxkrnl/xam/xbdm
2018-10-23 18:30:04 -05:00
0x7FFFFFFF
96bb9b04da
[Kernel] Define all exports for xboxkrnl/xam/xbdm
2018-10-23 17:26:47 -06:00
gibbed
a33b13c174
[Kernel] Stub XamShowNuiTroubleshooterUI.
2018-10-23 17:48:10 -05:00
emoose
bf039172cf
[Kernel] Add null pointer checks to xmp_app handlers
2018-10-22 18:01:09 +01:00
emoose
0b7f7e1657
[CPU] Move XEX2 code into XexModule class, autodetect XEX key
...
Code is mainly just copy/pasted from kernel/util/xex2.cc, I've tried fixing it up to work better in a class, but there's probably some things I missed.
Also includes some minor improvements to the XEX loader, like being able to try both XEX keys (retail/devkit) automatically, and some fixes to how the base address is determined.
(Previously there was code that would get base address from optional header, code that'd get it from xex_security_info, code that'd use a stored base address value...
Now everything reads it from a single stored value instead, which is set either from the xex_security_info, or if it exists from the optional header instead.
Maybe this can help improve compatibility with any weird XEX's that don't have a base address optional header?)
Compressed XEX loader also has some extra checks to make sure the compressed data hash matches what's expected.
Might increase loading times by a fraction, but could save reports from people unknowingly using corrupt XEXs.
(still no checks for non-compressed data though, maybe need to compare data with xex_security_info->ImageHash?)
2018-10-20 04:18:18 +01:00
Unknown
86443dd28a
Persist title-specific profile content
2018-06-13 19:37:15 -07:00
gibbed
e665c0a3fb
Fix another Travis complaint.
2018-05-28 14:42:53 -05:00
gibbed
f450ae6a76
Fix lint errors due to Travis lint differences.
2018-05-28 07:14:18 -05:00
gibbed
73c7546114
[Kernel] Fix return of XamUserGetXUID and XamUserGetSigninInfo.
2018-05-27 19:51:25 -05:00
gibbed
da06cb4f06
[Kernel] Fix return of XamUserGetDeviceContext.
2018-05-27 19:43:44 -05:00
gibbed
dc5bd83098
[Kernel] Move xam_user to new shim convention.
2018-05-27 19:43:39 -05:00
gibbed
ee7b9f415a
[Kernel] Move xam_input to new shim convention.
2018-05-27 16:59:07 -05:00
gibbed
8e9d50dd4a
[Kernel] Fix XamUserGetSigninInfo to zero out info even in failure.
2018-05-24 12:41:13 -05:00
gibbed
14c73a33f9
[Kernel] Fix return of CreateContent/OpenContent in ContentManager when an already open package was found.
2018-05-24 11:17:56 -05:00
gibbed
85ad87eb73
[Kernel] Fix ContentPackage leaking its registered device.
2018-05-24 11:17:52 -05:00
gibbed
bc7306b352
[Kernel] Fix XamLoaderGetLaunchDataSize to set size to 0 for games that don't check its return value.
2018-05-24 03:26:29 -05:00
gibbed
d0561d046b
[Kernel] Handle title being null in XamShowMessageBoxUI.
2018-05-23 13:30:59 -05:00
gibbed
9f86868a95
[Kernel] Deny non-zero users for some XAM exports.
2018-05-20 19:15:16 -05:00
Dr. Chat
10c8413acf
[Kernel] Flag a few frequently-used functions as kHighFrequency
2018-05-05 18:44:08 -05:00
DrChat
766974c30a
[Kernel] Document XMP[G/S]etPlaybackController
2018-02-16 18:59:45 -06:00
DrChat
1b038125a1
Fix Travis and the build
2017-12-23 17:49:37 -06:00
Dr. Chat
27d1cd8e94
[Kernel] Fill in XGISessionCreateImpl/XGISessionJoinLocal structs
2017-12-23 13:55:49 -06:00
DrChat
aaf281351d
Format all code with new clang-format
2017-12-14 20:44:43 -06:00
gibbed
1e92a4e06c
XAM: Write as many items possible when enumerating. Fixes Nier not detecting system save data (and possibly other games).
2017-08-08 04:53:01 -05:00
Dr. Chat
4f0c0f2724
Shims: No implicit dereferencing of pointers
2017-05-17 04:45:31 -05:00
gibbed
1e9786eae3
Added two xam stubs.
2017-05-14 09:52:25 -05:00
DrChat
8ccefa1600
Xam: (possibly) fix XamContentCreateEx extended result being incorrectly put as an extended error.
2017-04-24 15:11:46 -05:00
Dr. Chat
7f4ee2a070
Fix typo in XamAlloc
...
Few other inconsistencies in xboxkrnl_memory
2017-04-17 22:57:29 -05:00
Megamouse
c38accbb76
format shim conversion on some files
...
xam_info.cc, xam_msg.cc, xam_notify.cc, xboxkrnl_memory.cc,
xboxkrnl_misc.cc
2017-03-28 00:39:37 +02:00
Dr. Chat
b66f10f2b8
Testing travis xenia powerpc testing
2017-02-06 00:40:06 -06:00
gibbed
13dd23a8a9
Stubbed out some default (error) logic to NetDll_XNetDnsLookup.
2017-01-09 23:50:51 -06:00
gibbed
89de63b34c
Fixed NetDll_XNetDnsLookup signature.
2017-01-09 23:04:30 -06:00
gibbed
2da97c1e6f
Moved XamContentCreate and XamContentCreateEx to the new export convention.
2017-01-09 17:12:30 -06:00
gibbed
61cb3093ce
Updated NetDll_select for new export convention.
2017-01-09 08:45:51 -06:00
gibbed
5cbb542fa3
Better (and portable) fd_set handling for NetDll_select, and properly tracks guest handles as well.
2017-01-09 08:00:42 -06:00
gibbed
d43af82889
Oops. Code merge screwup.
2017-01-09 07:00:31 -06:00
gibbed
2e8c34377f
Implemented NetDll_shutdown.
...
De-borked LoadFdset/StoreFdset in regards to handling of correct counts
and invalid sockets.
2017-01-09 06:58:15 -06:00
Dr. Chat
f6ac79ea07
XSocket Implementation
2016-11-28 22:10:19 -06:00
Dr. Chat
4fe6eba972
X_HRESULT_FROM_WIN32 macro
2016-11-04 19:06:43 -05:00
Dr. Chat
9abfc52b77
Don't store xam launch data in guest memory.
2016-06-27 13:46:08 -05:00
gibbed
8d00abe10f
'Unsetting' the title specific user settings. Fixes UnrealEngine-based games try to decompress 3000 null bytes and end up barfing all over the stack instead.
2016-06-20 15:45:12 -05:00
gibbed
afda577484
Adjusted user profile settings so that we can know about settings, but have their data unset.
2016-06-20 15:44:11 -05:00
Ben Vanik
b02ca62388
Fixing most remaining C++ warnings in clang.
2016-01-01 18:37:33 +00:00
Dr. Chat
f4154810b6
XamModule::LoaderData::launch_data_present
2015-12-29 13:09:56 -08:00
Dr. Chat
d0f547020a
XamLoaderLaunchData: Fix incorrect return values when launch data is not present.
2015-12-29 13:09:52 -08:00
Dr. Chat
f5237d486a
KernelState::TerminateTitle - Release the global lock in smaller regions / No need for an argument specifying if called from guest
2015-12-29 13:09:51 -08:00
Dr. Chat
23b6a1f943
Fix xam_net.cc
2015-12-29 13:09:33 -08:00
Dr. Chat
b8d4f26e46
Fix NtWaitForMultipleObjectsEx definition
2015-12-29 12:32:49 -08:00
Ben Vanik
990d973c74
New ppc opcode decoder.
...
Seems to work and match up with the old decoder (which may be bad).
Old decoder remains until all functionality is replaced.
2015-12-27 22:53:05 -08:00
Ben Vanik
0e58208add
Dropping elemental-forms and swapping out with imgui.
...
Too much code for such little use. This should simplify porting.
2015-12-26 20:25:24 -08:00