Ben Vanik
814ec82ad4
Removing old GetObject.
2015-05-25 00:52:20 -07:00
Ben Vanik
a2b66f9109
LookupObject'ing code.
2015-05-25 00:52:19 -07:00
Ben Vanik
018e9a96e1
LookupObject helper.
2015-05-25 00:52:19 -07:00
Ben Vanik
120e09f8e7
XObject::GetObject->GetNativeObject
2015-05-25 00:52:19 -07:00
Ben Vanik
d746743d20
More object_ref'ing.
2015-05-25 00:51:28 -07:00
Ben Vanik
5cfb69434c
Modules using object_ref.
2015-05-25 00:51:27 -07:00
Ben Vanik
fff1a7c132
Switching std::thread to XThread and hosting in object_refs.
2015-05-25 00:51:26 -07:00
Ben Vanik
1104f8e687
Header cleanups and prep.
2015-05-25 00:51:25 -07:00
Ben Vanik
8ac1f61c64
RAII object reference, debug mutex, etc.
2015-05-25 00:51:24 -07:00
Ben Vanik
576d6492dc
Basic debugger networking.
2015-05-25 00:51:22 -07:00
gibbed
90d6c81161
Stubbed XFileAllocationInformation and XFileEndOfFileInformation in NtSetInformationFile.
2015-05-24 14:18:42 -05:00
gibbed
f1d0fe909f
Added an assert_not_null for native_ptr in XObject::GetObject.
2015-05-24 13:42:31 -05:00
gibbed
5c404ddfdb
Always give an error on querying a file for compression information. This fixes Banjo-Kazooie and other games that rely on XtcdDecompression.
2015-05-24 12:32:24 -05:00
Ben Vanik
7afc108b28
Merge pull request #224 from DrChat/net_changes
...
Misc. changes in xam_net
2015-05-24 10:26:38 -07:00
gibbed
7d5b6920fa
Added QuerySizeInfo for FileFsSizeInformation.
2015-05-24 04:30:10 -05:00
gibbed
a4ef6e5837
Renamed QueryVolume to QueryVolumeInfo, QueryFileSystemAttributes to QueryAttributeInfo.
2015-05-24 04:30:09 -05:00
gibbed
3e55b590b1
Removing unnecessary indirection from XFile.
2015-05-24 04:30:09 -05:00
gibbed
de844a3db9
Renamed XFileSystemAttributeInfo to X_FILE_FS_ATTRIBUTE_INFORMATION.
2015-05-24 04:30:08 -05:00
gibbed
cbbaae7867
Renamed XFileSystemSizeInfo to X_FILE_FS_SIZE_INFORMATION.
2015-05-24 04:30:07 -05:00
gibbed
9104e0a288
Renamed XVolumeInfo to X_FILE_FS_VOLUME_INFORMATION.
2015-05-24 04:30:07 -05:00
gibbed
d60870e9eb
Renamed XDirectoryInfo to X_FILE_DIRECTORY_INFORMATION.
2015-05-24 04:30:06 -05:00
gibbed
e3e2b1a6d9
Renamed XFileInfo to X_FILE_NETWORK_OPEN_INFORMATION.
2015-05-24 04:30:05 -05:00
gibbed
2f905c0864
Added device(), removed absolute_path() on XFile. NtCreateFile now uses the file's device to resolve root directory requests.
2015-05-24 02:48:43 -05:00
gibbed
25c76e92e9
Simplify ResolvePath(), accessing paths using \Device\whatever is no longer valid (nothing should legitimately be using this anyway).
2015-05-24 01:27:26 -05:00
gibbed
a4f2efe941
Fixed path joining in NtCreateFile.
2015-05-24 01:15:52 -05:00
Dr. Chat
fad7cce2e9
Misc. changes in xam_net
...
XNetGetTitleXnAddr now returns a loopback address
2015-05-23 22:43:38 -05:00
gibbed
194fc4c1fd
Calls to VdSetDisplayModeOverride seem to skip r5 as an argument. Set a return value in VdInitializeEngines.
2015-05-23 19:51:07 -05:00
gibbed
b38bc0df1e
VdPersistDisplay is two arguments, not nine.
2015-05-23 19:38:57 -05:00
gibbed
a376eb7d9f
Added XamIsUIActive.
2015-05-23 19:29:04 -05:00
Dr. Chat
99dd84ce57
Removed assert statements checking for addr range
2015-05-23 14:52:38 -05:00
Dr. Chat
61e9ba665b
XamLoaderSetLaunchData
2015-05-23 14:35:00 -05:00
Dr. Chat
30e445a6de
VdPersistDisplay - Check if unk1 ptr is NULL
2015-05-23 14:25:46 -05:00
Dr. Chat
9d2e8d4699
Shouldn't need these range asserts anymore.
2015-05-23 14:25:10 -05:00
gibbed
ea99ba8e3b
0x7F000000-0x7FFFFFFF is magic.
2015-05-22 02:20:05 -05:00
gibbed
ddc5989b06
Games seem to check if XamLoaderGetLaunchDataSize returns a non-zero, which maybe means no data/error.
2015-05-22 01:29:33 -05:00
gibbed
3077999240
Added XFileSystemSizeInfo.
2015-05-22 01:29:21 -05:00
gibbed
5ac98d2feb
Adding some notes about fs_info_class in NtQueryVolumeInformationFile.
2015-05-22 00:41:24 -05:00
gibbed
06c99ded71
Cleaning up some stuff in RtlRaiseException, additional notes.
2015-05-22 00:41:23 -05:00
gibbed
b3d56521b4
Valid, unknown, content type.
2015-05-22 00:41:23 -05:00
Ben Vanik
4d41840728
Misc threading fixes and flags to ignore priorities/affinities.
2015-05-21 22:33:29 -07:00
Ben Vanik
20a3172ebb
Fix race condition in VS on thread naming.
2015-05-19 22:28:02 -07:00
Ben Vanik
2328b34308
Cleaning up some old flags.
2015-05-19 22:28:01 -07:00
Ben Vanik
9e685a1453
Merge pull request #216 from DrChat/audio
...
Cleanup some audio code
2015-05-19 22:24:00 -07:00
Dr. Chat
f168fa881e
Merge branch 'audio_cleanup' into audio
2015-05-20 00:20:52 -05:00
Ben Vanik
f88bf33b4f
Moving threads to XHostThread and making shutdown not crash.
2015-05-19 22:20:49 -07:00
Ben Vanik
7a82ad839a
Merge branch 'memory'
2015-05-19 20:29:00 -07:00
Dr. Chat
38918c86a8
Cleanup some audio system code
2015-05-19 21:52:21 -05:00
Ben Vanik
721974185f
Implementing XamShowDirtyDiscErrorUI.
2015-05-18 22:50:59 -07:00
Ben Vanik
dc7717e650
Fixing opening files for write.
2015-05-18 22:22:55 -07:00
Ben Vanik
53c807de5d
File not found.
2015-05-18 21:56:29 -07:00
Ben Vanik
b119aa50f5
Fixing thread ID.
2015-05-18 21:24:14 -07:00
Dr. Chat
ffe3b4bf04
XHostThread class
2015-05-18 22:23:59 -05:00
Ben Vanik
dceb9550c9
Adding global lock for slist (this is what reactos does).
2015-05-18 19:17:07 -07:00
Ben Vanik
c5906fba7f
Implementing XGetVideoCapabilities.
2015-05-18 19:13:42 -07:00
Dr. Chat
90648187dd
Implement InterlockedPopEntrySList
2015-05-18 21:10:58 -05:00
Ben Vanik
5c2b2a2b58
Adding missing exports.
2015-05-18 19:01:20 -07:00
Dr. Chat
9c949a2e87
Don't need to memset the xex memory twice.
2015-05-18 10:42:35 -05:00
Dr. Chat
ef912e7e13
Update user module imports debug dump
2015-05-18 01:42:42 -05:00
Dr. Chat
589e672d20
XexModule: Resolve user library imports
2015-05-18 01:31:59 -05:00
Dr. Chat
88733bf8ba
Zero-fill the memory where we're placing the xex
2015-05-18 00:50:58 -05:00
Dr. Chat
f2ac2af8cd
Change kernel state's object mutex to a recursive mutex
...
KernelState::IsKernelModule
2015-05-18 00:40:43 -05:00
Ben Vanik
4d32c7af05
Attempting a thread priority mapping.
2015-05-17 21:26:27 -07:00
Ben Vanik
56e27990e0
Fixing name check.
2015-05-17 17:17:56 -07:00
Ben Vanik
c1a0f46ea8
Implementing dcbz.
2015-05-17 16:40:38 -07:00
Ben Vanik
b44a7a7730
Allocating stacks in the right place.
2015-05-17 13:10:02 -07:00
Ben Vanik
37804d692c
Fixing stack allocation alignment.
2015-05-17 10:17:32 -07:00
Dr. Chat
f14a52358a
KeSetBasePriorityThread: Some games apparently pass in the thread handle instead
2015-05-17 11:03:02 -05:00
Dr. Chat
662fa97444
XObject SetNativePointer: Added flag to disable asserts on uninitialized memory
2015-05-16 18:47:33 -05:00
Ben Vanik
da630cc159
Starting to clean up thread state.
2015-05-16 16:34:14 -07:00
Ben Vanik
147a70b9c1
Rewriting memory manager.
2015-05-17 00:16:56 +01:00
Dr. Chat
4af14884ed
Make sure object attributes pointer is non-NULL before reading from it
2015-05-16 15:24:23 -05:00
Ben Vanik
6239ff9616
Disabling thread state 0x150 set.
2015-05-16 01:49:57 -07:00
Ben Vanik
8d4f54e240
Thread state updates.
2015-05-16 01:45:56 -07:00
Ben Vanik
88596611d1
Thread tweeks.
2015-05-16 00:12:25 -07:00
Dr. Chat
e6b4c6056f
Calculate xex size based on the total size of all of the sections
2015-05-14 21:54:18 -05:00
Ben Vanik
380fabebe7
async errors.
2015-05-14 17:13:54 -07:00
Ben Vanik
9ea88ff901
Hack for testing completion routines - this is not correct.
...
Assert left in on purpose.
2015-05-14 16:35:46 -07:00
Ben Vanik
46eedeab01
Fixing up some overlapped completion routine stuff.
2015-05-14 16:35:29 -07:00
Ben Vanik
abf7b794e6
Adding --headless and basic message box UI.
2015-05-14 16:21:08 -07:00
gibbed
6fe545b3e9
Return X_ERROR_PATH_NOT_FOUND instead of X_ERROR_FILE_NOT_FOUND in XamContentCreateCore.
2015-05-14 17:02:28 -05:00
gibbed
61f4095851
Set thread affinity of the specific thread, not the current thread.
2015-05-14 17:02:28 -05:00
gibbed
283f5269d5
Create native threads with default stack size.
2015-05-14 17:02:27 -05:00
gibbed
ac1a805b8e
Implemented RtlNtStatusToDosError lookup tables.
2015-05-14 13:41:45 -05:00
gibbed
169c0fd26b
Oops. Sorting.
2015-05-14 12:01:24 -05:00
gibbed
20144709e3
Added xboxkrnl_error.cc/.h and moved RtlNtStatusToDosError to it.
2015-05-14 11:59:50 -05:00
Dr. Chat
398a412707
Inherit exe stack size if user doesn't specify one
2015-05-14 00:59:29 -05:00
Ben Vanik
6aec2c0d02
Whoops. I'm tired.
2015-05-13 00:38:55 -07:00
Ben Vanik
3b2035a054
Adding case for ObReferenceObjectByHandle, but impl still todo.
2015-05-13 00:37:35 -07:00
Ben Vanik
7622746ecf
4A seems more legit for video mode unk. Still no clue what it is.
2015-05-12 21:41:44 -07:00
gibbed
c00ded9fbc
Fixed VdQueryVideoFlags.
2015-05-12 22:59:21 -05:00
gibbed
95080cefa2
Fixed second argument in XamEnableInactivityProcessing.
2015-05-12 21:56:24 -05:00
Ben Vanik
5fbdd6e262
Fixing XMP playlist handles.
2015-05-12 19:55:10 -07:00
gibbed
fc9f9d9a60
This is probably more correct. Gets rid of all xobject related asserts for several games.
2015-05-12 06:51:30 -05:00
Ben Vanik
7a00b76a6e
Debugger stuff, and changing to vcproj's/sln.
2015-05-09 17:48:12 -07:00
Ben Vanik
4411a4499d
XEX-style exports, dumping exports, and prepping kernel export lookup.
2015-05-09 00:59:03 -07:00
Ben Vanik
23eb343484
Calling DllMain, fixing ref count, and fixing module search.
2015-05-09 00:56:42 -07:00
Dr. Chat
0f2b1491b7
Call a DLL's entry-point function in XexLoadImage
2015-05-08 22:51:03 -05:00
Dr. Chat
8deb622abb
Execute module entry-point function if it has one.
2015-05-08 22:50:54 -05:00
Ben Vanik
ade5388728
bool-ifying xe::cpu
2015-05-05 18:52:54 -07:00
Ben Vanik
b07d5b8ed3
Fixing compile warnings.
2015-05-05 18:52:37 -07:00
Dr. Chat
bffd2624fc
Lookup XEX export by ordinal
2015-05-05 18:54:01 -05:00
Dr. Chat
54d84f04e3
XamLoaderLaunchTitle log parameters
2015-05-05 15:17:45 -05:00
Ben Vanik
649eb1cf8e
Merge pull request #190 from DrChat/load_module
...
XexLoadImage support for user modules
2015-05-04 20:32:12 -07:00
Ben Vanik
442e5f2840
clang-format
2015-05-04 20:24:02 -07:00
Dr. Chat
1b111f0313
Thread safety
2015-05-04 22:16:48 -05:00
Dr. Chat
f12a8dbe20
Release modules on destruction
2015-05-04 22:07:58 -05:00
Dr. Chat
9f0663efa2
XexLoadImage for user modules
2015-05-04 22:03:14 -05:00
Dr. Chat
d86674ed82
Whoops
2015-05-04 21:39:43 -05:00
Dr. Chat
9603a0a683
Formatting
2015-05-04 20:58:30 -05:00
Dr. Chat
1571c51a56
Kill some unused code
2015-05-04 20:33:04 -05:00
Dr. Chat
e90475a31b
kill the TODO
2015-05-04 20:26:18 -05:00
Dr. Chat
6a602affed
Don't parse loader export table for now (since it's referenced to with an exact address)
2015-05-04 18:16:31 -05:00
Dr. Chat
211cd0760a
Use header->exe_address instead (in-case the module is relocated)
2015-05-04 18:11:39 -05:00
Dr. Chat
be3d729831
Implemented this too (XexGetProcedureAddress)
2015-05-04 18:03:03 -05:00
Dr. Chat
49c8efdc6d
XexGetProcedureAddress by name implemented.
2015-05-04 18:02:57 -05:00
Ben Vanik
78921c1a7e
Merging Runtime into Processor.
2015-05-03 22:28:25 -07:00
Ben Vanik
4c8f3501ad
Removing xdb and old tracing code before rewrite.
2015-05-03 22:01:31 -07:00
Ben Vanik
d1ee1512b9
Fixing most clang-format errors.
2015-05-03 10:27:50 -07:00
Ben Vanik
e3220f7ae6
Code cleanup: moving poly/ into xenia/base/
2015-05-02 03:42:51 -07:00
Ben Vanik
99816056be
Code cleanup: removing poly.h
2015-05-02 02:29:26 -07:00
Ben Vanik
642259e16f
Code cleanup: moving ExportResolver to xe::cpu
2015-05-02 02:11:11 -07:00
Ben Vanik
4d15b2296e
Code cleanup: removing config.h and cleaning up platform.h
2015-05-02 01:41:39 -07:00
Ben Vanik
30f7effa73
Code cleanup: removing common.h
2015-05-02 01:25:59 -07:00
Ben Vanik
727ffaa122
Various fixes and utilties.
2015-05-02 00:26:03 -07:00
Ben Vanik
ec84a688e9
Starting to properly attribute virtual vs. physical memory accesses.
2015-03-29 11:11:35 -07:00
Ben Vanik
3a197705bb
Special memory functions for system allocs.
2015-03-28 15:54:44 -07:00
Ben Vanik
71eabf7f2b
Fixing some misc bugs.
2015-03-28 15:45:39 -07:00
Ben Vanik
281abea955
Converting addresses in xe::cpu to 32bit.
2015-03-24 19:41:29 -07:00
Ben Vanik
3279776a80
Moving cpu/frontend/ppc/ to cpu/frontend/.
2015-03-24 08:37:00 -07:00
Ben Vanik
9281d62106
Moving cpu/runtime/ to cpu/.
2015-03-24 08:25:58 -07:00
Ben Vanik
29912f44c0
Moving alloy/ into xenia/cpu/ to start simplifying things.
2015-03-24 07:46:18 -07:00
Ben Vanik
08e652410e
Plumbing scalar params through swap. Hacky, but works for replay.
2015-03-22 09:31:55 -07:00
Ben Vanik
22246cccb5
Whoops - my arbitrarily picked GPU command # collided -_-
2015-03-20 16:37:04 -07:00
Ben Vanik
1a9ce6edfa
Somewhere the file access mode is messed up...
2015-03-15 00:18:18 -07:00
Ben Vanik
ff4e9c32b6
XamContentFlush stub.
2015-03-14 23:54:52 -07:00
Ben Vanik
0117c39968
Proper XamEnumerate return when there are zero items.
2015-03-14 23:54:43 -07:00
x1nixmzeng
25f78ed325
Added API scanner tool
...
New tool for issue #171 which links to libxenia to dump the API usage
from packaged content
2015-02-21 17:33:56 +00:00
Ben Vanik
130c11a2ca
GPU recording (--trace_gpu=file) and playback (gpu-trace-viewer file).
2015-02-20 07:47:06 -08:00
x1nixmzeng
d091f12c81
Adjustments to wildcard engine
...
Fixed incorrect logic when checking at the end of the string - some of
the names had an added null character
Removed case sensitivity
2015-02-17 22:42:01 +00:00
Ben Vanik
17bc561045
Implement XMA* methods.
...
Fixes #156 .
2015-02-16 22:22:42 -08:00
Ben Vanik
50b0746a26
XMA hardware spoofing when using direct register access.
...
This works for recent games that don't use the XMA* methods.
Upcoming CLs will add the XMA* method shims forthcoming.
2015-02-16 17:18:28 -08:00
x1nixmzeng
97ed221d8b
Fixed writing data to the host device
...
New paths can now be created if they do not exist - this allows content
packages such as savedata to be written to disk
2015-02-16 23:04:10 +00:00
Ben Vanik
20f40a1da4
sprintf.
2015-02-16 10:07:46 -08:00
Ben Vanik
04b30fef99
Fixing warning.
2015-02-13 15:50:37 -08:00
x1nixmzeng
4f7761c5e2
Support for wildcard queries
...
Provides support for persistent wildcard file requests, as described in
#96
Also moved CanonicalizePath into common code (poly::fs)
2015-02-13 23:41:19 +00:00
Ben Vanik
3d980dd294
No-op FileDispositionInformation for NtSetInformationFile.
2015-02-13 12:00:34 -08:00
Ben Vanik
a482d7968b
Fixing bad log and warnings.
2015-02-13 11:29:07 -08:00
Ben Vanik
6598556446
Implementing RtlCompareString/RtlCompareStringN. Fixes #162 .
2015-02-13 10:43:56 -08:00
Ben Vanik
ea5175cab5
Fixing path issues for host FS.
2015-02-12 21:52:46 -08:00
Ben Vanik
f8c7c97d54
Fix null deref.
2015-02-12 18:11:29 -08:00
Ben Vanik
d22bfec53c
Implementing XamContentGetCreator, always returning self for saves.
2015-02-12 17:31:07 -08:00
Ben Vanik
0ae79bc21a
Implementing NtFlushBuffersFile stub.
2015-02-12 17:30:41 -08:00
Ben Vanik
d4d88daa94
XamContentCreate. Seems to work! Fixes #152 .
2015-02-12 16:57:53 -08:00
Ben Vanik
1ddb8f0c8f
Content enumeration.
2015-02-12 16:57:52 -08:00
x1nixmzeng
0d0b406acf
Resolving entry names
...
Some more string manipulation fluff
2015-02-13 00:26:02 +00:00
Ben Vanik
dc731f6a31
Most of XamContent* methods, besides enumeration.
...
Progress on #152 .
2015-02-12 14:16:43 -08:00
x1nixmzeng
9300551e31
Various fixes to resolving relative paths
...
Rewritten the canonicalization path logic to better handle complex
relative paths
2015-02-12 01:39:22 +00:00
Ben Vanik
bde6cf0d85
Stubs for XamSessionCreateHandler+co; enough to make games skip it.
...
Fixes #150 .
2015-02-11 16:41:10 -08:00
Ben Vanik
c846ec30c3
Implementing XamGetExecutionId.
2015-02-11 16:26:07 -08:00
Ben Vanik
31bec99cbb
Stubs for XLIVEBASE.
...
Fixes #159 .
2015-02-11 15:24:47 -08:00
Ben Vanik
31b09f5aac
XUsbcamGetState stub.
2015-02-11 13:40:45 -08:00
Ben Vanik
585e0b0e46
XamAlloc/XamFree. Fixes #153 .
2015-02-11 10:16:54 -08:00
Ben Vanik
dbe9b25a65
Logging for XMPCaptureOutput in #140 .
2015-02-11 09:55:13 -08:00
Ben Vanik
90e489527a
Enough of ObOpenObjectByName to handle basic usage + asserts for others.
...
Fixes #143 .
2015-02-11 09:42:12 -08:00
Ben Vanik
2c49eec79f
XamContentGetDeviceData stub and making XamContent* less schizophrenic.
...
Fixes #147 .
2015-02-11 07:36:15 -08:00
Ben Vanik
d1f1fa8951
Fixing NetDll_select.
2015-02-11 00:27:58 -08:00
Ben Vanik
c34601469b
Fixing overlapped return from XamUserReadProfileSettings.
2015-02-10 23:32:12 -08:00
Ben Vanik
e7dfbd5542
Make XexGetModuleHandle set ptr to 0 on failure.
2015-02-10 23:00:49 -08:00
Ben Vanik
57919b2a11
Seems like games are allowed to set the execute bit.
...
(it may just be masked away by the system)
2015-02-10 22:31:24 -08:00
Ben Vanik
5876196a2c
Fixing input to return EMPTY.
2015-02-10 22:11:45 -08:00
x1nixmzeng
4351f48c7b
Resolve relative file paths
...
Implemented path normalization so relative paths can be correctly
resolved
2015-02-11 01:11:52 +00:00
Ben Vanik
9b7f64f9e6
XNotifyDelayUI stub.
2015-02-10 12:11:17 -08:00
Ben Vanik
cc6d03ab2c
Removing unneeded fs entry type.
2015-02-09 16:59:28 -08:00
Ben Vanik
29719b8f4d
Cleaning up some line ending issues.
2015-02-09 14:10:23 -08:00
Ben Vanik
908b95aeaa
Probably working select.
2015-02-05 21:52:00 -08:00
Ben Vanik
f128bf8670
Enough NetDll for games using sockets as IPC.
2015-02-05 21:26:28 -08:00
Ben Vanik
c33613b2f8
assert_unhandled_case on ObReferenceObjectByHandle.
2015-02-02 23:07:21 -08:00
Ben Vanik
05f008d6ce
Several XamContent* methods.
2015-02-02 23:07:20 -08:00
Ben Vanik
c75a0337ae
Fix XamUserCreateAchievementEnumerator.
2015-02-02 23:07:20 -08:00
Ben Vanik
969ef8f688
Fix XamEnumerate returns.
2015-02-02 23:07:19 -08:00
Ben Vanik
4f92df8918
XexGetModuleHandle(nullptr,) support.
2015-02-02 23:07:19 -08:00
Ben Vanik
bba8f6391b
Tweaking CriticalSection.
2015-02-02 23:07:16 -08:00
Ben Vanik
ea1bdd2a24
Fixing vswprintf and adding vscwprintf.
2015-02-01 22:44:33 -08:00
Ben Vanik
487ce40123
No-op XUserGetContext.
2015-02-01 22:29:36 -08:00
Ben Vanik
59adde4d7f
Negative size allocs. Probably.
2015-02-01 21:20:55 -08:00
Ben Vanik
493c3d7656
XMsgSystemProcessCall call.
2015-02-01 20:53:44 -08:00
Ben Vanik
93ded5ef0f
Old style mfcr.
2015-02-01 20:49:47 -08:00
Ben Vanik
7b48332782
Reversing XUserSetPropertyEx signature.
2015-02-01 17:40:38 -08:00
Ben Vanik
5b759d387c
Starting to reverse XGI app.
2015-02-01 17:25:18 -08:00
Ben Vanik
cfcd6118c2
Fixing GetTickCount.
...
There's likely a better way to do this (on demand), but this works for now.
2015-02-01 09:05:35 -08:00
Ben Vanik
00e4a4fe1b
Fix #include format.
2015-01-31 22:49:47 -08:00
Ben Vanik
b6b27e621a
Enough XMP to play (fake) play media.
2015-01-11 00:28:24 -08:00
Ben Vanik
f5e12eba76
Digging into XMP stuff. Wish these were just normal functions.
2015-01-10 21:36:46 -08:00
Ben Vanik
e7ee2bf40d
XamLoaderLaunchTitle
2015-01-09 00:31:56 -08:00
Ben Vanik
9f765e1291
XMsgStartIORequestEx
2015-01-09 00:26:47 -08:00
Ben Vanik
662bbb6729
Experimenting with video stuff.
2015-01-07 21:47:46 -08:00
Ben Vanik
3658e710d2
Tweaks; timebase supports TBU.
2015-01-06 00:13:27 -08:00
Ben Vanik
672ecdf252
Some games open readonly paths for writes.. hmm
2015-01-05 23:25:32 -08:00
Ben Vanik
1a70606904
QueryFileSystemAttributes/QueryVolume for STFS/ISO.
2015-01-05 22:32:44 -08:00
Ben Vanik
58e71c7ff3
KeSetDisableBoostThread stub.
2015-01-05 22:32:22 -08:00
Ben Vanik
540740ca41
NtCreateFile/NtOpenFile cleanup. Now opens directories, too.
2015-01-05 22:32:15 -08:00
Ben Vanik
9e65e35a09
Some user profile settings.
2015-01-05 22:11:26 -08:00
Ben Vanik
a82629efd5
Fix dots in path names.
2015-01-04 21:08:47 -08:00
Ben Vanik
caad11b30b
Support root-relative paths.
2015-01-04 20:57:12 -08:00
Ben Vanik
55c4488ab2
Fast-pathing MDI's that have only one draw.
2015-01-04 14:23:28 -08:00
Ben Vanik
9c6be1edba
Deciphering copy packets.
2014-12-31 19:26:57 -08:00
Ben Vanik
577ab0a4f1
Main window, empty GPU files.
2014-12-31 19:26:53 -08:00
Ben Vanik
a0eebf8898
Removing old run loop/ref/core/etc.
2014-12-31 19:26:51 -08:00
Ben Vanik
1ae2f2a7af
Fixing warnings under the new VC++.
2014-12-19 19:29:12 -08:00
Ben Vanik
21b6c93db0
Tweaking GPU callbacks.
2014-11-08 10:13:08 -08:00
Ben Vanik
8c314225bb
Make XPS happy and remove some GPU address munging.
2014-11-02 00:02:17 -07:00
Ben Vanik
3ed9685244
VdSetDisplayMode stubs.
2014-11-01 11:42:59 -07:00
Ben Vanik
4fabd20980
Better process type emulation.
2014-11-01 11:42:44 -07:00
Ben Vanik
8c171a6489
VdEnableDisableClockGating stub.
2014-11-01 11:40:07 -07:00
Ben Vanik
2ee42c2876
VdInitializeScalerCommandBuffer.
2014-11-01 11:12:31 -07:00
Ben Vanik
bea90d65cf
VdCallGraphicsNotificationRoutines (kind of).
2014-11-01 11:12:07 -07:00
Ben Vanik
4ecb95c6ad
Over-notifying signin seems to make some games mad.
2014-10-30 20:50:18 -07:00
Ben Vanik
6053f1d35c
Spamming some notifications on startup to unhang games.
2014-10-29 21:09:54 -07:00
Ben Vanik
1566b4c890
Basic hacky SetAffinity.
2014-10-28 22:10:40 -07:00
Ben Vanik
3daf362dfe
XamUserAreUsersFriends
2014-10-28 20:54:51 -07:00
Ben Vanik
1f9eff2938
misc
2014-10-28 00:23:46 -07:00
Ben Vanik
d7698368fc
Stubbed XamInputGetCapabilitiesEx.
2014-10-26 20:26:23 -07:00
Ben Vanik
5836a81abf
XamVoiceIsActiveProcess stub.
2014-10-26 02:42:17 -07:00
Ben Vanik
13edfa95a5
Fake gamer tile reading.
2014-10-26 02:42:03 -07:00
Ben Vanik
3024b755da
Tweaks to support missing user settings.
2014-10-26 02:41:48 -07:00
Ben Vanik
009ff4e80f
XamLoaderTerminateTitle asserts now to make it easier to track death.
2014-10-25 11:42:54 -07:00
Ben Vanik
447b5bf316
Fixing xex loading into 4k pages.
2014-09-13 19:32:37 -07:00
Ben Vanik
0ad3ed0230
Fixing RtlMultiByteToUnicodeN.
2014-09-13 14:54:47 -07:00
Ben Vanik
8dcfe94d81
Fix cleanup of object table (double NtClose crash).
2014-09-01 10:03:52 -07:00
Ben Vanik
f6c73819a3
Fixing add_carry (+typos).
2014-08-22 21:58:28 -07:00
Ben Vanik
6f802c2432
Fixing many clang warnings.
2014-08-21 23:10:08 -07:00
Ben Vanik
08b0226a16
Finishing unique_ptr'ing and fixing file memory management (for now).
2014-08-21 07:54:19 -07:00
Ben Vanik
c59d053404
unique_ptr'ing things and removing some XECLEANUP.
2014-08-20 23:26:46 -07:00
Ben Vanik
244e8a8745
Removing the last of XEDECLARECLASS.
2014-08-20 22:50:10 -07:00
Ben Vanik
cecf83b7b7
Removing xenia/malloc.*
...
Using standard memory functions now.
2014-08-20 22:22:47 -07:00
Ben Vanik
d33cae1baf
Auto swap for a few structs and shifting code around.
2014-08-19 22:55:09 -07:00
Ben Vanik
fb98683ed3
Converting HID API to use be<> auto swapping type.
2014-08-19 22:50:21 -07:00
Ben Vanik
48a0e5c601
Shrinking alloy memory interface so that alloy-sandbox doesn't need xe.
2014-08-19 21:02:15 -07:00
Ben Vanik
41f3c92c25
Fixing build.
2014-08-19 19:41:29 -07:00
Ben Vanik
1c4dcd5e0e
clang-format on most of kernel/
2014-08-17 13:13:03 -07:00
Ben Vanik
854bcdb60a
Moving mmap to poly, cleaning up devices.
2014-08-17 12:57:02 -07:00
Ben Vanik
24fe169f36
Last bit of string cleanup. string.h finally gone.
2014-08-17 11:48:29 -07:00
Ben Vanik
383d3acbb0
Some fs/ cleanup.
2014-08-16 21:36:01 -07:00
Ben Vanik
6cb9ca432f
More shared header cleanup.
2014-08-16 19:07:21 -07:00
Ben Vanik
f2a9fa3bf9
XECOUNT to countof.
2014-08-16 17:58:33 -07:00
Ben Vanik
5b83cf5fd1
Moving around some math macros.
2014-08-16 17:18:20 -07:00
Ben Vanik
54ce9db743
Starting to remove some macros.
2014-08-16 16:57:00 -07:00
Ben Vanik
ead74f2cdb
More string switching.
2014-08-16 16:46:20 -07:00
Ben Vanik
7c5fa88661
More string swapping and cleaning up main().
2014-08-16 16:34:13 -07:00
Ben Vanik
18ee972b47
Merge pull request #116 from wszechpolak/write-gamer-tile
...
Add XamUserWriteProfileSettings stub
2014-08-16 16:23:14 -07:00
wszechpolak
2c4c7e11dc
Add XamUserWriteProfileSettings stub
2014-08-17 00:32:13 +02:00
Ben Vanik
0675282e19
Merge pull request #115 from wszechpolak/write-gamer-tile
...
Fix XamWriteGamerTile
2014-08-16 14:56:01 -07:00
wszechpolak
1f8cfb6fce
Clean
2014-08-16 22:49:50 +02:00
wszechpolak
1361fda884
Fix XamWriteGamerTile to make it support both sync/async requests
2014-08-16 22:47:08 +02:00
Ben Vanik
e082d085d0
Merge pull request #114 from wszechpolak/write-gamer-tile
...
Added XamWriteGamerTile - should fix #109
2014-08-16 09:03:22 -07:00
wszechpolak
2f12585af9
Added XamWriteGamerTile - should fix #109
2014-08-16 12:17:43 +02:00
Ben Vanik
66d2336e38
More string conversion.
2014-08-16 02:50:08 -07:00
Ben Vanik
a4dfc23abc
Working on switching to std::string.
2014-08-16 02:30:23 -07:00
Ben Vanik
bca49bed4b
Removing xe_mutex_t.
2014-08-16 00:56:50 -07:00
Ben Vanik
c84fcc70a4
Cleaning up kernel namespaces.
2014-08-16 00:25:13 -07:00
Ben Vanik
bf48e9fbbd
Part 2 of kernel cleanup: merging functions into shims.
2014-08-16 00:11:24 -07:00
Ben Vanik
916dc397ab
Part 1 of kernel simplification/cleanup: removing externs.
2014-08-15 22:59:28 -07:00
Ben Vanik
56ce363ac5
Removing export impl.
2014-08-15 22:31:44 -07:00
Ben Vanik
48fbefa75e
Fixing warnings/bug in NtQueryVirtualMemory.
2014-08-15 22:27:07 -07:00
Ben Vanik
3de39aaf10
Postmortem debug target now loads/scans the trace and inits the filesystem.
2014-08-15 22:02:10 -07:00
Ben Vanik
c275562594
Mostly complete tracing. Probably a lot of bugs.
2014-08-15 22:02:08 -07:00
wszechpolak
50684f8f0d
Implemented NtQueryVirtualMemory
2014-08-15 08:14:57 +02:00
wszechpolak
b618f38e62
Pass base address without reference
2014-08-14 22:10:11 +02:00
wszechpolak
b5826e0e94
Added stub of NtQueryVirtualMemory
2014-08-14 21:37:57 +02:00
Ben Vanik
a5a0fd61e2
Full display info struct.
2014-08-08 15:24:48 -07:00
Ben Vanik
b02ce5e95e
Adding control flow simplification pass to compensate for lack of phi.
2014-08-06 14:19:42 -07:00
Ben Vanik
f149a23367
XUsbcamCreate stub.
2014-08-05 13:06:33 -07:00
Ben Vanik
b58b7c1783
Debug cleanup.
2014-08-05 12:51:01 -07:00
Ben Vanik
31f886d8d9
Fixing overallocation of thread stacks (expending heap).
2014-08-05 12:05:45 -07:00
Ben Vanik
2854841753
Better XMsg errors.
2014-08-05 10:44:55 -07:00
Ben Vanik
86241d0ae8
XNetCleanup/XNetRandom stubs.
2014-08-05 10:12:15 -07:00
Ben Vanik
3150f41ea0
oh ffs - properly suspending threads on creation.
2014-08-05 09:10:00 -07:00
Ben Vanik
2d4ae9ba64
XAudioEnableDucker
2014-08-04 22:02:28 -07:00
Ben Vanik
4e276695bf
XamUserGetDeviceContext
2014-08-04 22:02:19 -07:00
Ben Vanik
8460afadd3
RtlUnicodeStringToAnsiString
2014-08-04 21:54:09 -07:00
Ben Vanik
64d8ee386b
XamShowMessageBoxUI (that auto-advances).
2014-08-04 20:24:08 -07:00
Ben Vanik
66d2a8aec2
Setting XMA pointer to make errors clearer.
2014-08-04 18:55:00 -07:00
Ben Vanik
e6275691cb
KeEnableFpuExceptions stub.
2014-08-04 15:46:52 -07:00
Ben Vanik
296bb5c87a
Dummy IRQL stuff to silence warnings.
2014-08-04 15:39:42 -07:00
Ben Vanik
fd95858516
XamUserCheckPrivilege
2014-08-04 15:01:39 -07:00
Ben Vanik
a98b9458b6
Adding XamVoice stubs.
2014-08-04 14:56:34 -07:00
Ben Vanik
35885f761c
Misc fixes (overlapped IO, etc).
2014-08-03 22:25:38 -07:00
Ben Vanik
0a9d936f1e
Better faking of the user profile.
2014-08-03 21:26:10 -07:00
Ben Vanik
57dda9c755
Factoring out XMsg app stuff.
2014-08-03 14:38:04 -07:00
Ben Vanik
19149bbba6
Stubbed out enumeration.
2014-08-02 21:37:11 -07:00
Ben Vanik
f04c7b8661
ExAllocatePoolTypeWithTag
2014-08-02 16:23:02 -07:00
Ben Vanik
0c5110ac3e
Fixing warnings.
2014-07-17 20:52:56 -07:00
Ben Vanik
ec4f41fec4
Moving byte order/memory access to poly.
2014-07-17 19:20:17 -07:00
Ben Vanik
ce70978ef6
Starting to split up alloy/core.h.
2014-07-14 19:18:42 -07:00
Ben Vanik
e9284dfaed
More C++11ification.
2014-07-13 22:28:00 -07:00
Ben Vanik
0a250d5e91
C++11ing some things.
2014-07-13 21:53:31 -07:00
Ben Vanik
9b78dd977b
Migrating atomic ops to std::atomic where possible and poly.
2014-07-12 17:48:54 -07:00
Ben Vanik
bf882714d0
Cleaning up asserts and file/line macros.
2014-07-12 16:51:52 -07:00
Ben Vanik
1d54342930
Starting to cleanup includes a bit. Still a mess.
2014-07-11 18:03:35 -07:00
Ben Vanik
9031d5f4a4
Fix clang warnings / move some plat code into poly.
2014-07-10 22:51:27 -07:00
Ben Vanik
6b197c4c92
Removing the debugger and dependencies. Needs rethinking.
2014-07-09 21:21:40 -07:00
Ben Vanik
0950e9f53c
Calm some games down that hammer XMPGetStatus.
2014-07-08 16:02:42 -07:00
Ben Vanik
a5627ee25a
Hide lock logging.
2014-07-03 12:59:08 -07:00
Ben Vanik
3b853f6201
WSAStartup tweak.
2014-07-03 12:58:27 -07:00
Ben Vanik
a0cb341662
Trying really hard to keep games from spinning up networking.
2014-07-02 21:57:21 -07:00
Ben Vanik
d5f27dbf34
Better arg passing for Execute and experimenting with APCs.
2014-07-02 15:39:49 -07:00
Fire30
15be1061d3
Fixed arguments for NetDll_send.
2014-07-02 18:17:09 -04:00
tj
13b3fa6f84
Fixed typo in NetDll_setsockopt logging.
2014-06-24 00:38:14 -04:00
Ben Vanik
4009eb1cd8
Fail out of XamContentCreateEnumerator.
2014-06-22 21:19:48 -07:00
Ben Vanik
71eb408d67
Various fiddlings.
2014-06-22 19:41:26 -07:00
Ben Vanik
da590bd9cc
Disable logging for TlsGetValue.
2014-06-20 20:44:53 -07:00
Ben Vanik
829b4f67bf
ReadFile EOF.
2014-06-10 20:40:11 -07:00
Ben Vanik
95508273f6
Misc experimentation.
2014-06-08 23:11:09 -07:00
Ben Vanik
264fc7cc91
Fix assert.
2014-06-08 22:21:05 -07:00
Ben Vanik
6e76c169d6
Proper(ish) VdSwap - fixes a bunch of things.
...
Caching is working a bit better, now.
2014-06-08 21:24:29 -07:00
Ben Vanik
beb9bd11f0
Microprofile integration.
2014-05-28 13:59:43 -07:00
Ben Vanik
6486e0a48e
Profiler skeleton.
2014-05-27 22:54:40 -07:00
Anthony Pesch
60a7e79e1a
assume c++11
...
clang didn't like static members in anonymous structures, gave them names
WriteEvent template wouldn't resolve for temporary values without const decl in clang
added a few missing headers
added -fno-operator-names for xbyak compilation under gcc/clang
2014-05-14 00:35:21 -07:00
Ben Vanik
f85b83709e
Refactoring of function types. Also fixes some library import bugs.
2014-01-30 00:22:55 -08:00
gibbed
47c71d702a
Audio system overhaul for support of multiple audio drivers.
2014-01-25 03:18:22 -08:00
gibbed
44847e9042
Moved QueryVolume and QueryFileSystemAttributes to Device from Entry.
2014-01-23 11:23:26 -08:00
gibbed
bcf75a1b98
NtQueryVolumeInformationFile.
2014-01-22 17:55:23 -08:00
gibbed
6671908375
QueryVolume, QueryFileSystemAttributes stubs with accompanying XVolumeInfo and XFileSystemAttributeInfo. Needs further improvement.
2014-01-22 17:54:10 -08:00
Ben Vanik
489154e548
Ignore requests for kernel32.dll
2014-01-21 21:03:27 -08:00
Ben Vanik
b6d7ccfb03
Adding an ExConfig setting.
2014-01-21 20:09:39 -08:00
gibbed
d1005e1a34
XamShowDeviceSelectorUI. Pretends success. Probably bad, but it'll do for now.
2014-01-21 18:19:50 -08:00
gibbed
7b9a804fc0
vsprintf.
2014-01-20 10:15:53 -08:00
gibbed
5a5a93d62d
This seems to work. Perhaps cache in the future?
2014-01-20 07:41:11 -08:00
gibbed
8e5da8d853
Oops.
2014-01-20 07:30:18 -08:00
gibbed
592b1974f2
Corrected stack access in XamUserReadProfileSettings.
2014-01-20 06:08:49 -08:00
gibbed
6d7b25a338
Minor corrections to NtCreateFile, NtQueryDirectory.
2014-01-20 06:08:24 -08:00
gibbed
c673d55c1e
Corrected XFileXctdCompressionInformation handling. Needs to be further corrected in the future.
2014-01-20 06:05:36 -08:00
Ben Vanik
e5d4cdd66d
Fixing XamInputSetState.
2014-01-20 02:36:23 -08:00
gibbed
8f4950bb6c
Corrected overlapped_ptr stack location in XamUserReadProfileSettings.
2014-01-19 10:16:12 -08:00
gibbed
e0c652b075
Pretend XMACreateContext succeeded.
2014-01-19 09:47:07 -08:00
gibbed
7e22d3be92
- Renamed SHIM_SET_RETURN macro to SHIM_SET_RETURN_64.
...
- Added SHIM_SET_RETURN_32 macro, which sign-extends to 64-bit.
- Updated all uses of SHIM_SET_RETURN to the appropriate macro (either SHIM_SET_RETURN_32 or SHIM_SET_RETURN_64).
2014-01-19 07:24:16 -08:00
gibbed
870a59f225
Turns out NtQueryDirectoryFile only returns a single entry at a time.
2014-01-19 06:57:43 -08:00
gibbed
c7276454d7
Added file_name argument to QueryDirectory.
2014-01-19 02:05:51 -08:00
Ben Vanik
71de4e77dc
Fixing memory leak and zeroing on alloc.
2014-01-19 01:51:57 -08:00
Ben Vanik
268bbf105d
QueryDirectory for STFS.
2014-01-19 01:47:06 -08:00
gibbed
7da2ad30b0
absolute_path for XFile and Entry.
2014-01-19 01:28:34 -08:00
Ben Vanik
b62134855a
XMsgCancelIORequest shim.
2014-01-19 01:08:28 -08:00
Ben Vanik
0bc49621d4
Properly parsing resource infos and implementing XexGetModuleSection.
2014-01-19 00:53:22 -08:00
gibbed
d22b59555e
Fixed QueryDirectory for DiscImageFile and STFSContainerFile.
2014-01-19 00:52:17 -08:00
gibbed
124b419b6b
Added name() and path() to XFile.
2014-01-19 00:51:08 -08:00
gibbed
8b27354dcb
Stubbed handling of root_directory.
2014-01-19 00:24:59 -08:00
gibbed
1277325603
Stubbed QueryDirectory on STFSContainerEntry.
2014-01-19 00:07:48 -08:00
gibbed
f306db970d
Merge branch 'master' of https://github.com/benvanik/xenia
2014-01-18 23:45:48 -08:00
gibbed
8be076df32
Disabled assert for file name in NtQueryDirectoryFile.
2014-01-18 23:45:32 -08:00
gibbed
67e73cb33d
Added support for restart scan argument to NtQueryDirectoryFile.
2014-01-18 23:44:39 -08:00
Ben Vanik
50a692d20f
Allowing STFS v2 with a warning.
2014-01-18 23:41:40 -08:00
Ben Vanik
5319b31829
GetModule(NULL).
2014-01-18 23:41:40 -08:00
gibbed
8536425d76
Remove comment about file paths. And don't recompute file name length.
2014-01-18 23:41:04 -08:00
gibbed
0db3577a84
Added QueryDirectory to Entry.
2014-01-18 23:40:22 -08:00
gibbed
6386fe50c2
QueryDirectory for DiscImageEntry. Untested.
2014-01-18 23:40:01 -08:00
gibbed
5fa82364ba
Better handling for bad library import string table indices.
2014-01-18 23:24:50 -08:00
Ben Vanik
c11711681f
Actually fixing STFS.
2014-01-18 23:20:32 -08:00
Ben Vanik
0581d8eb07
Fixing STFS reading.
2014-01-18 22:49:26 -08:00
Ben Vanik
6b633e4e28
STFS loading... xex's load, but files seem broken. Ugh.
2014-01-18 22:23:26 -08:00
gibbed
69320ed94b
xam_net cleanup.
2014-01-18 10:39:19 -08:00
gibbed
29fa0709ec
XamContentCreateEnumerator stub.
2014-01-18 10:35:17 -08:00
gibbed
d029ce978e
Fixed NtWaitForSingleObjectEx. Third time's the charm?
2014-01-18 08:18:25 -08:00
gibbed
e2b2d0562e
Fixed NtWaitForSingleObjectEx. Again.
2014-01-18 08:00:16 -08:00
gibbed
1b57d2ee85
NtWaitForMultipleObjectsEx.
2014-01-18 07:57:51 -08:00
gibbed
6c5a6919ee
Fixed NtWaitForSingleObjectEx.
2014-01-18 07:57:15 -08:00
gibbed
d9984a15c5
Macros for 8-bit GPR/MEM access.
2014-01-18 07:55:24 -08:00
gibbed
137230bbef
Fixed copy-pasted comment.
2014-01-18 06:08:35 -08:00
gibbed
7cb71c6b9f
do {
2014-01-18 06:07:15 -08:00
gibbed
619b9758a0
NtQueryDirectoryFile and necessary backing. Not fully functional yet.
2014-01-18 05:59:22 -08:00
Ben Vanik
c257ad0122
Work on D3D11 for various state settings. This code sucks. Needs a rewrite.
2014-01-18 01:50:31 -08:00
Ben Vanik
946397cc8c
Fixing warnings.
2014-01-18 00:13:03 -08:00
gibbed
ba9d343c51
RtlUnicodeToMultiByteN.
2014-01-17 21:13:09 -08:00
gibbed
3b151b21ad
NtOpenFile. Duplicated mostly from NtCreateFile's implementation. Probably wrong.
2014-01-17 19:45:56 -08:00
gibbed
5cdae4cee4
Fixed cast for %p.
2014-01-17 19:18:35 -08:00
gibbed
4fa3efd2b6
Corrected implementation of %s for _vswprintf.
2014-01-17 19:15:58 -08:00
gibbed
373d8a3eb8
Corrected implementation of %n.
2014-01-17 19:10:33 -08:00
gibbed
a6e1095cbc
Fixed some formatting and a cast.
2014-01-17 18:57:56 -08:00
gibbed
dbaa47a851
Whoops. Memory leak.
2014-01-17 18:48:47 -08:00
gibbed
441013770d
Return value of _vsnprintf and _vswprintf should not be counting the null terminator.
2014-01-17 18:48:02 -08:00
gibbed
cd8c081ee6
_vswprintf. Also moved _vsnprintf and _vswprintf to its own file.
2014-01-17 18:46:56 -08:00
Ben Vanik
d73aa419d1
Better returns for XAudio.
2014-01-13 20:50:56 -08:00
Wszechpolak
8dfb2b1efb
Adding stubs of NetDll functions
2014-01-13 05:04:01 +01:00
Ben Vanik
d224dd94c1
Fixing log_heap printing a bit, though damn this stuff is nasty.
2014-01-12 15:43:54 -08:00
Ben Vanik
6129e1eb7a
Simplifying macros to fix VS' broken preprocessor.
2014-01-12 14:06:00 -08:00
Ben Vanik
123444078f
Fixing warning.
2014-01-12 13:52:50 -08:00
Ben Vanik
e2a218ad2a
Removing bad assert.
2014-01-12 10:48:27 -08:00
Ben Vanik
adc98914b8
XAudioGetVoiceCategoryVolumeChangeMask
2014-01-12 03:35:49 -08:00
Ben Vanik
ecbd2c7e89
Pushing audio samples through.
2014-01-12 02:39:47 -08:00
Ben Vanik
dbf1aa182e
Fixing WaitForMultipleObjects
2014-01-12 02:34:22 -08:00
Ben Vanik
4688d5e600
Starting work on audio.
2014-01-12 01:27:41 -08:00
gibbed
6c62b2796a
RtlMultiByteToUnicodeN.
2014-01-12 00:22:43 -08:00
Ben Vanik
bd74c544c6
XMsgInProcessCall stubbed for a few xmp messages games check on startup.
2014-01-11 23:41:57 -08:00
Ben Vanik
61e873cd31
Starting work on APCs, though nothing is hitting them yet.
2014-01-11 22:12:05 -08:00
Ben Vanik
c50fbafbd9
Start of DPCs. Queuing them, but not yet dispatching.
2014-01-11 21:40:23 -08:00
Ben Vanik
27d4938cc2
KeAcquireSpinLockAtRaisedIrql/etc.
2014-01-11 21:38:56 -08:00
Ben Vanik
dc496e8102
Unifying kernel modules and user modules to XModule. XexLoadImage/etc.
2014-01-11 17:24:34 -08:00
Ben Vanik
0cb4a2e415
Fixing input.
2014-01-09 20:06:30 -08:00
Ben Vanik
eef08db16d
Returning fake user status.
2014-01-08 23:00:26 -08:00
Ben Vanik
5644f0fd40
KeQueryBasePriorityThread and implementing Set.
2014-01-08 22:22:34 -08:00
Ben Vanik
a8ade5d33b
Stubs for launch data.
2014-01-07 23:47:35 -08:00
Ben Vanik
a09b587fc7
NtYieldExecution.
2014-01-07 23:38:14 -08:00
Ben Vanik
de140796a5
RtlTimeToTimeFields / RtlTimeFieldsToTime. TZ may be wrong.
2014-01-07 23:16:31 -08:00
Ben Vanik
73200ff0bc
Timers were wrong. Fixing.
2014-01-07 22:47:35 -08:00
Ben Vanik
5a4f738a37
Dummy ExRegisterTitleTerminateNotification.
2014-01-07 21:55:46 -08:00
Ben Vanik
cfe7b2127d
Timers. Probably.
2014-01-07 21:55:32 -08:00
Ben Vanik
1357a798ef
RtlRaiseException handling thread naming. But needs issue #54 .
2014-01-07 20:55:13 -08:00
Ben Vanik
5fd0b211ce
Thread ID lookup and naming.
2014-01-07 20:54:47 -08:00
Ben Vanik
20b76b0e59
Not sure why NtQueryVolumeInformationFile was always set to fail.
2014-01-07 19:44:49 -08:00
Ben Vanik
c0fe77282f
FscSetCacheElementCount stub.
2014-01-07 19:44:30 -08:00
Ben Vanik
e893d03962
XFileMailslotSetInformation stub.
2014-01-07 18:52:26 -08:00
Ben Vanik
5019f350f8
Mutants.
2014-01-07 18:32:55 -08:00
Ben Vanik
40ca0bcb76
NtSignalAndWaitForSingleObjectEx (untested).
2014-01-07 00:28:48 -08:00
Ben Vanik
9aa2f204f5
PulseEvent. Surprised anyone uses this.
2014-01-06 23:57:12 -08:00
Ben Vanik
469ea9451d
NtSuspendThread.
2014-01-06 23:23:27 -08:00
Ben Vanik
8033c73f41
Stubbing KeLockL2.
2014-01-06 23:19:26 -08:00
Ben Vanik
0f95864b8d
NtDuplicateObject.
2014-01-05 15:56:37 -08:00
Ben Vanik
e8ca05ca0a
MmQueryAllocationSize.
2014-01-05 11:19:02 -08:00
Ben Vanik
cbf4a9b519
Dummy MmQueryStatistics.
2014-01-05 11:13:16 -08:00
Ben Vanik
c5b0a4e22b
VdShutdownEngines stub.
2014-01-05 11:06:08 -08:00
Ben Vanik
de1049d39d
XamResetInactivity/XamEnableInactivityProcessing.
2014-01-05 10:35:50 -08:00
Ben Vanik
e41a06ddd8
Removing assert.
2014-01-05 03:16:07 -08:00
Ben Vanik
d2a74f9211
Actually hooking up the audio functions...
2014-01-05 02:08:03 -08:00
Ben Vanik
177670d866
XAudioGetVoiceCategoryVolume & XAudioGetSpeakerConfig.
2014-01-05 02:05:00 -08:00
Ben Vanik
79a08bcdf1
XNotifyPositionUI stub.
2014-01-05 02:04:16 -08:00
Ben Vanik
bb41ab717b
KeWaitForMultipleObjects.
2014-01-05 01:49:10 -08:00
Ben Vanik
372fd97821
Moving Wait() to XObject base.
2014-01-05 01:22:08 -08:00
Ben Vanik
8bba532f25
ExTerminateThread and NtReleaseSemaphore.
2014-01-05 01:08:30 -08:00
Ben Vanik
b7f83f4154
XamUserGetSigninInfo, NtCreateSemaphore, busted error codes.
2014-01-05 00:48:00 -08:00
Ben Vanik
29208a7fae
Fixing broken spinlock.
2014-01-05 00:28:59 -08:00
Ben Vanik
9f1a3795b7
Fixing up license stuff.
2014-01-04 23:57:39 -08:00
Ben Vanik
6f7855817e
Dummy XamuserReadProfileSettings.
2014-01-04 23:37:17 -08:00
Ben Vanik
21efe58254
Fix XInput query.
2014-01-04 22:41:23 -08:00
Ben Vanik
9b02cfb560
XInputGetKeystroke/Ex.
2014-01-04 22:38:56 -08:00
Ben Vanik
4d92720109
Moving all kernel files around just to fuck with whoever's keeping track ;)
2014-01-04 17:12:46 -08:00
Ben Vanik
aad4d7bebf
In progress XNotify stuff. Going to merge xam/xboxkrnl next.
2014-01-04 16:18:16 -08:00
Ben Vanik
2a1d1d55d7
XamGetSystemVersion = 0 to stop dynamic kernel function loading (for now).
2014-01-04 14:12:23 -08:00
Ben Vanik
fc074fefe9
XNetGetEthernetLinkStatus = 0 to stop games from trying to use the net.
2014-01-04 14:12:01 -08:00
Ben Vanik
90ff8e590f
Probably correct semaphore object.
2014-01-04 13:56:38 -08:00
Ben Vanik
eff46a9d0b
Dummy KeSetBasePriorityThread.
2014-01-04 13:40:01 -08:00
Ben Vanik
8fd9aaa257
KeResumeThread.
2014-01-04 13:38:33 -08:00
Ben Vanik
615229bd87
Minor fixes and debug helpers to track externs.
2014-01-04 13:20:19 -08:00
Ben Vanik
da340891c4
Fixing sockets and response.
2013-12-21 11:52:48 -08:00
Ben Vanik
8a7bd7b69a
GET /sessions returns the title info.
2013-12-20 23:44:22 -08:00
Ben Vanik
60015afdc4
Misc fixes.
2013-12-08 16:00:55 -08:00
Ben Vanik
fdb6a5cfa3
Initial Alloy implementation.
...
This is a regression in functionality and performance, but a much better
foundation for the future of the project (I think). It can run basic
apps under an SSA interpreter but doesn't support some of the features
required to do real 360 apps yet.
2013-12-06 22:57:16 -08:00
Ben Vanik
7a2032b693
Renaming X_RESULT to be consistent.
2013-11-01 16:23:41 -07:00
Ben Vanik
06d9f7989a
Removing signature from export tables.
2013-11-01 16:23:40 -07:00
Ben Vanik
74ff6bd4fa
Finally figured out the ringbufer corruption.
2013-10-27 16:00:51 -07:00
Ben Vanik
11f99ce33b
Obeying request to zero.
2013-10-27 12:47:00 -07:00
Ben Vanik
3b7fcced0e
Fixing broken error check and adding some manual breakpoints.
2013-10-23 23:48:18 -07:00
Ben Vanik
655a486db3
NtResumeThread
2013-10-23 23:32:44 -07:00
Ben Vanik
ebef2aef36
Adding audio stub methods.
2013-10-23 23:09:16 -07:00
Ben Vanik
96daa6b43f
Validate arguments on input.
2013-10-23 22:23:52 -07:00
Ben Vanik
c4fe2e6926
Input bouncing through to input system.
2013-10-23 22:13:05 -07:00
Ben Vanik
74803ae174
HID system skeleton.
2013-10-23 21:47:36 -07:00
Ben Vanik
20bd15e7fe
Partially fixing import logging. Still not sure why vars aren't showing.
2013-10-23 21:11:13 -07:00
Ben Vanik
93e4b70133
Stubbing input a little better.
2013-10-23 21:10:41 -07:00
Ben Vanik
b7ffd46319
Massive refactoring of all code + audio skeleton.
...
This should make it easier to find files and (in the future) split things
up into separate libraries.
It also changes around emulator initialization to make it a little more
difficult to do things out of order and a little more sensible as to when
real init work happens.
Also adding a skeleton audio system/driver and reworking CPU register
access to be more extensible.
2013-10-23 20:42:24 -07:00
Ben Vanik
c996a4bbaf
Stubs for more XAM functions.
2013-10-23 00:05:50 -07:00
Ben Vanik
60ef171ff2
XNetStartup/WSAStartup stubs.
2013-10-22 23:46:42 -07:00
Ben Vanik
447ce90b7b
MmQueryAddressProtect.
2013-10-22 23:34:24 -07:00
Ben Vanik
2a8a19e4be
KeDelayExecutionThread.
2013-10-22 23:22:30 -07:00
Ben Vanik
d9a55a5557
Zero memory on alloc.
2013-10-22 21:50:10 -07:00
Ben Vanik
157cfd4d71
Moving all physical allocs to A..., as games do stupid stuff when at E.
2013-10-22 21:06:12 -07:00
Ben Vanik
725cde55d4
Moving the physical heap up a bit to avoid overwriting 0x0.
2013-10-21 23:56:16 -07:00
Ben Vanik
f676333ef0
Stub MmQueryAddressProtect - unimplemented.
2013-10-21 21:58:45 -07:00
Ben Vanik
f9dd0b0cb2
Allocate physical memory.
2013-10-21 19:28:25 -07:00
Ben Vanik
1fea07b6aa
Align physical allocations to page size.
2013-10-21 19:26:41 -07:00
Ben Vanik
aa3e8d0332
Allocating things in a physical heap. Super wasteful right now.
2013-10-21 00:59:11 -07:00
Ben Vanik
0c19516de4
Fixing file position default value.
2013-10-20 15:05:09 -07:00
Ben Vanik
002400d071
Adding memory info dumping utility, use --log_heap.
2013-10-20 12:39:59 -07:00
Ben Vanik
b8edeba195
Actually aligning physical alloc requests.
2013-10-19 18:18:19 -07:00
Ben Vanik
6db8c6c961
Implementing thread state block access.
2013-10-19 02:53:14 -07:00
Ben Vanik
a63db2b7fd
Dispatch interrupt outside of main pump.
2013-10-19 00:46:11 -07:00
Ben Vanik
562c86f76d
Extending critical sections to spin forever for now.
2013-10-18 21:55:43 -07:00
Ben Vanik
01a94f3850
VdGetSystemCommandBuffer stub.
2013-10-18 21:39:29 -07:00
Ben Vanik
f2550bd017
KeEnterCriticalRegion/KeLeaveCriticalRegion.
2013-10-18 19:49:51 -07:00
Ben Vanik
6a02ae3768
KfAcquireSpinLock/KfReleaesSpinLock.
2013-10-18 19:11:37 -07:00
Ben Vanik
28e7102a02
Always dump CPU info and assert our dummy thread value is legit.
2013-10-18 18:56:59 -07:00
Ben Vanik
ff54a04aa1
asmjit fixes.
2013-10-17 14:03:26 -07:00
Ben Vanik
20720f750d
KeSetAffinityThread stub, Ob* fns added, current thread handled.
2013-10-17 00:47:02 -07:00
Ben Vanik
7bf6992203
NtSetEvent/NtWaitForSingleObjectEx.
2013-10-16 23:04:52 -07:00
Ben Vanik
1b12949dd2
NtQueryFullAttributesFile.
2013-10-16 22:41:31 -07:00
Ben Vanik
fd1054d823
NtSetInformationFile for seek position.
2013-10-16 22:28:26 -07:00
Ben Vanik
5de9b84904
Fixing line endings.
...
Need to run a script to do this...
2013-10-16 22:22:17 -07:00
Ben Vanik
a41827942e
Some NtQueryInformation classes.
2013-10-16 22:20:24 -07:00
gibbed
956496fb99
Added KeBugCheck and KeBugCheckEx.
2013-10-16 22:08:41 -07:00
Ben Vanik
ab1ba9a508
Partially implemented NtQueryFullAttributes.
...
Enough to get past the ShaderDump test most games seem to do.
2013-10-16 21:32:53 -07:00
Ben Vanik
8e37fb8502
Bytes read via ReadFile!
2013-10-16 20:50:46 -07:00
Ben Vanik
fea5c06180
Fixing line endings.
2013-10-16 20:10:16 -07:00
Ben Vanik
ab5b9d75e0
Reworking file system so that it's easier to implement file operations.
2013-10-16 20:09:42 -07:00
gibbed
d5bd8b9d5b
Merge branch 'master' of https://github.com/benvanik/xenia
2013-10-16 19:05:04 -07:00
gibbed
16b0c936d4
Fixed argument size handling in _vsnprintf_shim, like DbgPrint_shim.
2013-10-16 19:04:23 -07:00
gibbed
46b42528fd
Fixed xeRtlFillMemoryUlong so it swaps the pattern back to native endianness.
2013-10-16 19:03:22 -07:00
Ben Vanik
803e4998de
Starting to wire up readfile.
2013-10-16 00:23:05 -07:00
Ben Vanik
da2f7f1ea5
Shuffling filesystem to xboxkrnl.
...
This doesn't really change anything yet, just moves things.
Also fixed some bad over-including.
2013-10-15 23:09:51 -07:00
Ben Vanik
26c06e13d9
Checking in intermediate FS work before moving code.
2013-10-15 22:51:19 -07:00
Ben Vanik
a8d10cd9d3
NtClose/NtReadFile skeleton.
2013-10-15 22:28:00 -07:00
Ben Vanik
388f354870
Basic NtCreateFile.
2013-10-15 21:30:57 -07:00
gibbed
a483704855
Sneaky tabs.
2013-10-15 19:18:28 -07:00
gibbed
d79bd8cfa7
Renamed xboxkrnl_file* to xboxkrnl_nt*, added xboxkrnl_io*.
2013-10-15 19:18:03 -07:00
gibbed
f59ff2e44a
Fixed debug output format for NtCreateFile.
2013-10-15 05:30:25 -07:00
gibbed
5176a7e7c9
Stubbing out some file stuff.
2013-10-15 05:16:05 -07:00
Ben Vanik
900252a590
Another dummy XCONFIG value.
2013-10-14 21:48:26 -07:00
Ben Vanik
8294f22d76
Ignore decommits for now.
2013-10-14 19:06:26 -07:00
Ben Vanik
dc804f2471
KeQuerySystemTime/NtCreateEvent.
2013-10-14 17:19:42 -07:00
Ben Vanik
e0701905dd
Dummy values that games seem to want.
2013-10-13 22:25:23 -07:00
Ben Vanik
d46069cd47
Various tweaks from gibbed.
2013-10-12 10:57:01 -07:00
Ben Vanik
6e4fb87992
D3D11 window up and spinning.
2013-10-11 20:23:58 -07:00
Ben Vanik
b0481472f2
Finally adding thread wait so we kill the spin loop.
2013-09-25 20:55:22 -07:00
Ben Vanik
d16ab71252
Fixing %d print.
2013-09-25 20:28:42 -07:00
Ben Vanik
3706b9a3ce
Ignoring MmFreePhysicalMemory (for now).
...
Games seem to be calling this with 0, which is bogus, so the bug is
elsewhere.
2013-09-25 18:38:18 -07:00
Ben Vanik
536fbbff88
Adding misc Vd functions.
2013-09-25 18:37:30 -07:00
Ben Vanik
3a6ef8cdf9
Fixing VdQueryVideoMode.
2013-09-25 18:37:13 -07:00
Ben Vanik
03a68d4c49
PerformanceCounter.
2013-09-25 18:36:34 -07:00
Ben Vanik
03494c6b88
Stubbing methods and cleanup.
2013-09-25 00:46:29 -07:00
Ben Vanik
91f62918f6
Adding vblank interrupt.
2013-09-25 00:46:09 -07:00
Ben Vanik
8424a668bf
Basic implementation of events.
2013-09-24 21:26:45 -07:00
Ben Vanik
474ecea277
Adding stubs for SetEvent/ResetEvent.
2013-09-23 22:44:34 -07:00
Ben Vanik
be1ce73a30
Fixing WaitForSingleObject timeout args.
2013-09-23 22:15:43 -07:00
Ben Vanik
d0d30ab719
Implementing object table. Not complete, but better.
2013-09-22 18:36:06 -07:00
Ben Vanik
3e0db586c0
RtlNtStatusToDosError, for successes.
2013-09-22 16:45:41 -07:00
Ben Vanik
d5b8a2091a
Switching tracing order to prevent skipping traces of branch instructions.
2013-09-06 23:21:08 -07:00
Ben Vanik
1a3fed942d
Skeleton for KeWaitForSingleObject.
...
Trying to figure out where D3D is getting its object from. It never seems
to create a timer/event/etc.
2013-06-30 10:27:51 -07:00
Ben Vanik
39ef8d8263
Properly using XapiThreadStartup routines, if present.
2013-06-30 10:27:06 -07:00
Ben Vanik
8d5e877a03
VdGetCurrentDisplayGamma and VdQueryVideoFlags.
2013-06-30 08:21:45 -07:00
Ben Vanik
c9a39a8b62
Dumping module info on startup and logging unimplemented kernel calls.
2013-06-30 07:53:17 -07:00
Ben Vanik
a62426948b
Implementing enough ExGetXConfigSetting for D3D.
2013-06-30 07:52:53 -07:00
Ben Vanik
6f602d120a
Adding thread ID to trace lines and cleaning up their formatting.
2013-06-30 06:09:08 -07:00
Rick Gibbed
eab588f29f
Fixed some additional stack offsets in DbgPrint.
2013-06-02 10:12:27 -07:00
Rick Gibbed
e5bfe7264b
Corrected issues with DbgPrint & _vnsprintf.
2013-06-02 09:44:31 -07:00
Rick Gibbed
9bc490579e
64-bit shim memory macros.
2013-06-02 08:07:40 -07:00
Rick Gibbed
c9688bb3e9
DbgPrint & _vnsprintf implementations. VERY HACKY.
2013-06-02 08:07:03 -07:00
Ben Vanik
ba16a0d847
Trying to setup writeback and add basic secondary command execution.
2013-06-01 03:08:31 -07:00
Ben Vanik
5b0fa8f17e
Basic ringbuffer worker. Super hacky, not yet writing back to CPU.
2013-06-01 01:13:44 -07:00
Ben Vanik
31199dd41d
VdHSIOCalibrationLock.
2013-05-31 21:40:15 -07:00
Ben Vanik
4e6e27d9ac
Zero KeCertMonitorData export.
2013-05-31 21:33:19 -07:00
Ben Vanik
d53458023e
Fixing/implementing static TLS entries.
2013-05-31 10:01:32 -07:00
Ben Vanik
7990146001
xex2 loader now guesses sizes to allocate.
...
This may not be right in all cases, but seems to work.
2013-05-29 23:26:34 -07:00
Ben Vanik
37530d1438
Adding some required video export variables.
2013-05-29 21:26:29 -07:00
Ben Vanik
6950b21424
Reworking the memory system to not commit 3gb and to properly alloc data.
...
Now only 512MB is committed on startup. Loaded XEXs are placed into their
required addresses in the 0x8... range. Kernel structures are allocated
from the normal heap like other data. There should no longer be any magical
pointers.
2013-05-29 21:00:55 -07:00
Ben Vanik
61f7f6d28e
Starting work on some of the Vd kernel functions.
2013-05-28 20:00:06 -07:00
Ben Vanik
16baef3591
Starting physical memory allocation routines.
...
These currently don't do anything special w.r.t. memory addresses/etc,
but will in the future.
2013-05-27 20:09:40 -07:00
Ben Vanik
f78e7945d4
Fixing malloc alighment and duplicate calls to NtAllocateVirtualMemory.
2013-05-27 19:58:20 -07:00
Ben Vanik
fe6df31280
Finishing off the kernel method conversion.
2013-05-26 23:06:09 -07:00
Ben Vanik
64eb2aa2b3
Converting RTL methods to the new style.
2013-05-26 23:05:05 -07:00
Rick Gibbed
c4e0347932
NULLs!
2013-05-26 22:53:46 -07:00
Rick Gibbed
fe9cb1cddb
Oops.
2013-05-26 22:46:45 -07:00
Rick Gibbed
9f06645e75
Merge branch 'master' of https://github.com/benvanik/xenia
2013-05-26 22:42:28 -07:00
Rick Gibbed
78ee6c9ee9
Added video submodule for xboxkrnl and xam modules.
2013-05-26 22:42:07 -07:00
Ben Vanik
b87b17f51e
Converting more kernel methods to the new style.
2013-05-26 22:04:12 -07:00
Ben Vanik
6e8828f843
Switching kernel files to the new style.
2013-05-26 21:37:47 -07:00
Ben Vanik
fbe800aacd
Preparing to enable unshimmed kernel methods that can be called directly.
2013-05-26 20:32:30 -07:00
Ben Vanik
25d8b5f8d8
Switching shim mapping macro to use ordinal constants.
2013-05-26 20:10:10 -07:00
Ben Vanik
a332faf419
Adding ordinal enums to kernel modules.
...
Access via xe::kernel::modules::xboxkrnl::ordinals::MyFunction
(or just ordinals::MyFunction when in the namespace).
Some collisions occurred - just added random suffixes for now.
2013-05-26 19:28:46 -07:00
Ben Vanik
87b8ebd613
Forgot to switch macros.
2013-05-26 19:19:26 -07:00
Ben Vanik
9f320ba4a7
Prepping kernel export tables for various uses.
2013-05-26 18:57:41 -07:00
Ben Vanik
1b07aace73
Moving kernel functions into their proper namespaces.
2013-05-26 18:43:57 -07:00
Ben Vanik
1a5a8d748d
Adding missing files to the xam gypi.
2013-05-26 18:40:51 -07:00
Rick Gibbed
c29c4b067f
Corrected a xam export to variable.
2013-05-26 17:23:30 -07:00
Rick Gibbed
5f494a4449
Corrected many xboxkrnl exports to variable.
2013-05-26 09:46:20 -07:00
Rick Gibbed
6678279ebf
Corrected more issues with X_RTL_CRITICAL_SECTION, RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount.
2013-05-26 02:36:48 -07:00
Rick Gibbed
237ab5551f
Oops. Fixed some formatting in previous commit.
2013-05-26 02:21:05 -07:00
Rick Gibbed
3ac3d8078d
Corrected some issues with X_RTL_CRITICAL_SECTION, RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount.
2013-05-26 02:18:49 -07:00
Ben Vanik
f3552ff9a5
Implementing RtlImageXexHeaderField better.
2013-05-25 00:08:01 -07:00
Ben Vanik
12b2dc153e
Disabling the faked KeDebugMonitorData.
2013-05-24 23:43:11 -07:00
Ben Vanik
748bfe509f
Handling null ptr in NtFreeVirtualMemory.
2013-05-24 17:33:57 -07:00
Ben Vanik
4495637616
Making sure shim calls are cdecl.
2013-05-23 01:04:14 -07:00
Ben Vanik
0aa7d1ec05
Adding libjit.
...
Removing some old xethunk cruft.
2013-05-19 09:23:50 -07:00
Ben Vanik
85bdbd24d1
In-progress work: refactoring PAL not to be instanced.
...
This removes a lot of useless passing around of the PAL object.
2013-03-29 05:07:32 -07:00
Ben Vanik
bfda368ab5
Compiling on linux.
2013-02-10 12:21:56 -08:00
Ben Vanik
3cae7ed714
Converting logging to ASCII and other Windows fixes.
2013-02-09 08:05:39 -08:00
Ben Vanik
338b890ef5
Fixing VC++ warnings and errors.
2013-02-08 22:07:38 -08:00
Ben Vanik
7435a327f7
Windows compat fixes.
2013-02-06 10:04:34 -08:00
Ben Vanik
2521d64615
Fixing decryption key choice to be more robust.
2013-02-06 03:07:57 -08:00
Ben Vanik
88431eadce
Screw convention; moving include files alongside source files.
...
They now will show up in xcode/etc.
2013-02-06 02:19:50 -08:00