Ben Vanik
|
48d6e6becf
|
Cleaning up debugger threading and adding hacky callstacks to UI.
|
2015-08-05 07:50:37 -07:00 |
Ben Vanik
|
0a8d6eec91
|
Simplifying debug stuff, as I'm not going to bother with gdb.
|
2015-08-04 18:39:51 -07:00 |
Ben Vanik
|
ec326119cf
|
Replacing beaengine in mmio handler with custom decoder.
Fixes #358.
|
2015-08-04 08:25:42 -07:00 |
Ben Vanik
|
90c248146e
|
--inline_mmio_access to allow turning it off.
|
2015-08-03 19:07:34 -07:00 |
Ben Vanik
|
b0425f7ee2
|
Moving source map to Function.
|
2015-08-01 14:07:13 -07:00 |
Ben Vanik
|
5aa50b3c18
|
Adding note about GPU listing.
|
2015-08-01 13:43:21 -07:00 |
Ben Vanik
|
b67488e70a
|
Removing beaengine disassembler use.
|
2015-08-01 13:30:43 -07:00 |
Ben Vanik
|
5ab2ae4954
|
Moving style stuff to build_tools.
|
2015-08-01 11:11:59 -07:00 |
Ben Vanik
|
9fb71ad8fc
|
'xb style'
|
2015-08-01 10:49:58 -07:00 |
Ben Vanik
|
37ded9acc3
|
Window->Form.
|
2015-08-01 10:24:41 -07:00 |
Ben Vanik
|
5087d919cc
|
Don't allow cross-compilation, for now.
|
2015-08-01 10:05:01 -07:00 |
Ben Vanik
|
cb701fcb7c
|
Latest linter.
|
2015-08-01 04:08:59 -07:00 |
Ben Vanik
|
8494ca2eaa
|
clang fixes.
|
2015-08-01 03:55:50 -07:00 |
Ben Vanik
|
27944c425b
|
clang fixes.
|
2015-08-01 02:51:49 -07:00 |
Ben Vanik
|
49ad0fd0eb
|
clang fixes.
|
2015-08-01 02:11:16 -07:00 |
Ben Vanik
|
ef374801aa
|
Basic linux build.
|
2015-08-01 01:30:47 -07:00 |
Ben Vanik
|
daaa2bce7b
|
clang-3.8 isn't whitelisted on travis yet.
|
2015-08-01 01:07:17 -07:00 |
Ben Vanik
|
910f4d7110
|
clang 3.8.
|
2015-08-01 01:00:47 -07:00 |
Ben Vanik
|
93c5ae3bb4
|
travis apt.
|
2015-08-01 00:51:31 -07:00 |
Ben Vanik
|
73d48e188b
|
clang-format detection cleanup.
|
2015-08-01 00:41:46 -07:00 |
Ben Vanik
|
741685d7e8
|
No shell, try new git on travis.
|
2015-08-01 00:20:12 -07:00 |
Ben Vanik
|
90ca7966f7
|
Manual travis submodules.
|
2015-08-01 00:09:48 -07:00 |
Ben Vanik
|
6c507f118d
|
Submodule init/update for old git.
|
2015-08-01 00:05:55 -07:00 |
Ben Vanik
|
e60321b0d8
|
chmod
|
2015-07-31 23:57:45 -07:00 |
Ben Vanik
|
b56b262116
|
Switching to python build script.
|
2015-07-31 23:48:24 -07:00 |
Ben Vanik
|
2f1965082c
|
Dropping dummy drive size down to a reasonable size. Fix #377.
|
2015-07-31 14:15:07 -07:00 |
Ben Vanik
|
14e129ced6
|
Merge pull request #376 from sephiroth99/big-alloc-fix
[RFC] Fix crash when some games request too much memory
|
2015-07-29 23:48:12 -07:00 |
Ben Vanik
|
ab18fec1b3
|
build-tools with premake bin.
|
2015-07-29 23:41:44 -07:00 |
Ben Vanik
|
e523ffcd51
|
Tweaking some thread names.
|
2015-07-29 23:28:45 -07:00 |
sephiroth99
|
510a8e59cf
|
memory: fix out of bounds access in BaseHeap::AllocRange
Prevent out of bounds access of page_table_ by making sure the requested
page count fits in the requested page range.
|
2015-07-30 02:27:55 -04:00 |
Ben Vanik
|
a9b89a790b
|
Some more constant support for MUL_SUB.
|
2015-07-29 21:45:24 -07:00 |
Ben Vanik
|
d8be8fdbbb
|
Never run WSACleanup, it breaks the debugger. Some games do this
on startup just because, which decrements our WSA instance to zero.
|
2015-07-29 21:41:39 -07:00 |
Ben Vanik
|
9bea299a16
|
Massaging xinput arguments. Fixes RCR.
|
2015-07-29 21:41:09 -07:00 |
Ben Vanik
|
c0dcf83de8
|
Cleanup heap use.
|
2015-07-29 20:33:59 -07:00 |
Ben Vanik
|
c67173fe36
|
Switching to real page sizes, not allocation granularity.
|
2015-07-29 20:28:06 -07:00 |
Ben Vanik
|
122114d1d1
|
Fixing debugger startup race.
|
2015-07-29 19:52:53 -07:00 |
Ben Vanik
|
19901c4759
|
Replacing a use of strings for xbyak labels.
|
2015-07-29 18:58:45 -07:00 |
Ben Vanik
|
40e98eab7c
|
Fix include.
|
2015-07-29 00:33:57 -07:00 |
Ben Vanik
|
e657276996
|
Mostly working stack walking (besides issue #372).
|
2015-07-29 00:15:52 -07:00 |
Ben Vanik
|
e01c2ac98d
|
Fixing formatting.
|
2015-07-28 00:32:01 -07:00 |
Ben Vanik
|
ad9472e60b
|
Better sign extend, thanks to @inolen.
|
2015-07-27 20:25:20 -07:00 |
Ben Vanik
|
226b7ae83f
|
Only generate .user if it doesn't exist.
|
2015-07-27 20:12:14 -07:00 |
Ben Vanik
|
dffc1f0e14
|
Merge pull request #371 from DrChat/xam_enumerate_fix
Fix XamEnumerate returning a RESULT instead of a HRESULT
|
2015-07-27 19:59:57 -07:00 |
Ben Vanik
|
b1baaa45bc
|
Merge pull request #369 from DrChat/handle_release_fix
Fix releasing the primary handle of an object in RemoveHandle
|
2015-07-27 19:59:45 -07:00 |
Dr. Chat
|
1e0ba0b24c
|
Fix XamEnumerate returning a RESULT instead of a HRESULT in extended error.
|
2015-07-27 21:50:26 -05:00 |
Ben Vanik
|
297f5fdcd3
|
Merge pull request #370 from DrChat/xam_misc
XAM Misc Changes
|
2015-07-27 18:14:15 -07:00 |
Dr. Chat
|
fe7a710460
|
Revert license mask.
|
2015-07-27 18:32:41 -05:00 |
Dr. Chat
|
804b6b80ac
|
Winkey support GetKeystroke (need to fix flags though) and support right stick
|
2015-07-27 18:28:08 -05:00 |
Dr. Chat
|
993c646e91
|
XAM_OVERLAPPED
|
2015-07-27 18:26:22 -05:00 |
Dr. Chat
|
997de209ec
|
Reversed engineered X_OBJECT_HEADER a bit better
|
2015-07-27 18:26:07 -05:00 |