Commit Graph

  • 0308039779 Update Linux section of building.md document. sephiroth99 2015-09-26 00:17:32 -04:00
  • 9dfabba583 Fix compile error uncovered by Clang 3.8. sephiroth99 2015-09-25 23:50:05 -04:00
  • 049ca6de42 Use Clang 3.8 for Linux building. sephiroth99 2015-09-25 23:40:56 -04:00
  • 22629c3ef5 Use a slightly better flag name for drawing all framebuffers Dr. Chat 2015-09-25 18:54:28 -05:00
  • c33e95981b Formatting. Dr. Chat 2015-09-25 18:46:50 -05:00
  • c150552b9c Quick-kill processing the XMA context if there's no new data available. Dr. Chat 2015-09-25 18:40:49 -05:00
  • f2b2cc1b6f X_STATUS_MAPPED_ALIGNMENT definition Dr. Chat 2015-09-25 18:39:42 -05:00
  • 71818a3129 Convert NtCreateEvent to new format Dr. Chat 2015-09-25 18:39:14 -05:00
  • b12480820c word_t shim parameter Dr. Chat 2015-09-25 18:38:33 -05:00
  • f5ee6f4cf5 XEX2 lan key header Dr. Chat 2015-09-25 18:38:10 -05:00
  • ba399d52b9 NtAllocateVirtualMemory: Return STATUS_MAPPED_ALIGNMENT if the base address is unaligned Dr. Chat 2015-09-25 18:37:49 -05:00
  • d78f43c574 XamContentOpenFile stub Dr. Chat 2015-09-25 18:35:57 -05:00
  • bf39e33dc0 Raw modules need to commit an executable range too! Dr. Chat 2015-09-25 18:35:33 -05:00
  • 9ceab26560 Print the LAN key header Check if the module is a XEX module before calling Unload on XexModule Dr. Chat 2015-09-25 18:34:54 -05:00
  • 9f2cf96f8a Add a flag to copy color targets and depth targets to the screen on swap Dr. Chat 2015-09-25 18:30:39 -05:00
  • a9b557e8b9 Allow passing of >7 arguments through Processor::Execute Set entry status to failed if LookupFunction failed Dr. Chat 2015-09-25 18:24:12 -05:00
  • 3cbc65ac29 XThread Get/Set Last Error Dr. Chat 2015-09-25 18:22:13 -05:00
  • ee92f75a84 Updating to the latest clang-format. Make sure to update yourselves! Ben Vanik 2015-09-22 08:26:19 -07:00
  • 2298fa8048 Now that clang-3.8 is whitelisted on travis, try that. Ben Vanik 2015-09-22 08:19:57 -07:00
  • a47badd84f Pulling latest submodules. Ben Vanik 2015-09-22 07:54:46 -07:00
  • 69b58cf189 Fixing checked build. Ben Vanik 2015-09-22 07:52:45 -07:00
  • 8272beb8d2 Fix assignment of temporary value to non-const reference. sephiroth99 2015-09-22 03:02:45 -04:00
  • 08ae855e07 It seems 'export' is a reserved keyword for clang. sephiroth99 2015-09-22 03:02:06 -04:00
  • f3a4e1146f Fix logical-op parenthesis error from clang. sephiroth99 2015-09-22 03:01:37 -04:00
  • 7fb4fd2790 More workarounds for __m128. sephiroth99 2015-09-22 03:00:37 -04:00
  • 7e58ad2800 Put MSVC buildoptions under Windows platform filter. sephiroth99 2015-09-22 02:58:32 -04:00
  • ab2ef82d55 xobject: remove accept method of object_ref class sephiroth99 2015-09-22 01:27:29 -04:00
  • 890e4591ce Set premake language to C for projects with C source code. sephiroth99 2015-09-22 01:11:56 -04:00
  • 5cec2b3d3e Move Windows specific linkoption under Windows platform section. sephiroth99 2015-09-22 01:09:40 -04:00
  • 9961fbde2e Set std=c++14 only when compiling C++ projects. sephiroth99 2015-09-22 01:08:19 -04:00
  • e1d569dd7c Fix usage of __m128. sephiroth99 2015-09-22 01:00:43 -04:00
  • 9134061044 Set clang as the C compiler and clang++ as the C++ compiler. sephiroth99 2015-09-22 00:57:51 -04:00
  • 542f5ba8e5 Move GetTempReg higher in the source file, before its first usage. sephiroth99 2015-09-22 00:55:30 -04:00
  • ff7c755bc9 memory: AlignedAlloc: fallback to aligned_alloc() sephiroth99 2015-09-22 00:46:15 -04:00
  • 83f3d520b2 Add missing header includes. Ben Vanik 2015-09-22 07:38:51 -07:00
  • 3fc1d02a09 Suspend some host threads that make guest callbacks. Ben Vanik 2015-09-21 21:24:26 -07:00
  • 4c8634bc31 Fixing breakpoints. Ben Vanik 2015-09-21 21:10:57 -07:00
  • 5d033f9cb3 A new debugger. Lots of bugs/rough edges/etc - issues will be filed. Old-style debugging still works (just use --emit_source_annotations to get the helpful movs back and --break_on_instruction will still fire). Ben Vanik 2015-09-20 21:31:05 -07:00
  • 8046c19898 Correcting bad flags.txt path. Fixes #424. Ben Vanik 2015-09-12 10:02:06 -07:00
  • 80c75151c9 Fixing libav incomplete build issue. Fixes #425. Ben Vanik 2015-09-12 10:00:19 -07:00
  • 02103ddde0 Merge pull request #423 from DrChat/crash_pause Ben Vanik 2015-09-11 15:19:32 -07:00
  • 2983b0c090 Update some documentation. Dr. Chat 2015-09-11 17:12:49 -05:00
  • cad23cea81 Pause the emulator if the guest crashes and the VS debugger isn't attached. Dr. Chat 2015-09-11 17:09:25 -05:00
  • 8e716a3a7e Exception handler abstraction class Dr. Chat 2015-09-11 17:07:12 -05:00
  • edef57065b Merge pull request #421 from DrChat/mmio_fix Ben Vanik 2015-09-07 19:29:37 -07:00
  • a2bc0443f2 Quick-kill the MMIO handler if the fault address is above the mapping range. Dr. Chat 2015-09-07 21:23:24 -05:00
  • 3ac83b16c8 Fix double window destroy. Ben Vanik 2015-09-07 09:41:44 -07:00
  • fa9c681c7c Implicit Window::MakeReady on context set. Ben Vanik 2015-09-07 09:29:07 -07:00
  • ec7c74d04c Ref count elemental. Ben Vanik 2015-09-07 09:26:36 -07:00
  • 539f69f368 Multi-window GL contexts. Ben Vanik 2015-09-07 09:08:54 -07:00
  • 5411b67e05 Only register window class once. Ben Vanik 2015-09-07 09:08:38 -07:00
  • 3e66afeb3a Don't steal focus on mouse move. Ben Vanik 2015-09-07 09:08:27 -07:00
  • 855ab7c040 Fixing set_bordered name. Ben Vanik 2015-09-07 09:08:19 -07:00
  • 2b30ac393d Source control. Ben Vanik 2015-09-07 08:28:02 -07:00
  • a1a996c1e6 Shrinking UI elements in the debugger. Ben Vanik 2015-09-06 20:49:20 -07:00
  • e5fbf840d2 Shuffling kernel/. Ben Vanik 2015-09-06 18:07:52 -07:00
  • 494cba7131 Removing unused XAsyncRequest. Ben Vanik 2015-09-06 14:10:34 -07:00
  • 8588fbc6cf Shuffling kernel util types to util/. Ben Vanik 2015-09-06 13:45:52 -07:00
  • 068b2056ca Explode more gracefully on crashes while crashing. Ben Vanik 2015-09-06 13:34:39 -07:00
  • 0133bec11d Fix empty line logging. Ben Vanik 2015-09-06 13:34:19 -07:00
  • 790ce8aee1 Switch back to std:: muteces. mutices. mutexen. Ben Vanik 2015-09-06 13:34:08 -07:00
  • cb3dbcccbc Notes. Ben Vanik 2015-09-06 11:05:16 -07:00
  • e48c3534cc Removing copy to temp buffer in log flush. Ben Vanik 2015-09-06 10:28:17 -07:00
  • 9ae807e56e Initialize builtins to 0. Ben Vanik 2015-09-06 10:07:27 -07:00
  • 669f5b061f Moving DPC list into KernelState and removing unused file. Ben Vanik 2015-09-06 09:36:39 -07:00
  • 3c96b6fa0a DANGER DANGER. Switching to global critical region. This changes almost all locks held by guest threads to use a single global critical region. This emulates the behavior on the PPC of disabling interrupts (by calls like KeRaiseIrqlToDpcLevel or masking interrupts), and prevents deadlocks from occuring when threads are suspended or otherwise blocked. This has performance implications and a pass is needed to ensure the locking is as granular as possible. It could also break everything because it's fundamentally unsound. We'll see. Ben Vanik 2015-09-06 09:30:54 -07:00
  • 33270cd2a0 Making tracing use the fast logger path. Ben Vanik 2015-09-05 21:12:10 -07:00
  • 6c07eb8e5c Faster RtlFillMemoryUlong. Ben Vanik 2015-09-05 14:37:55 -07:00
  • df7a35f196 Merge pull request #417 from Rhodan81/master Ben Vanik 2015-09-05 07:26:34 -07:00
  • 9427d03d5a Fix crash in memory allocation when there is no space to fit entire page range Rhodan81 2015-09-05 15:53:05 +02:00
  • 65d91e30ca Merge pull request #414 from DrChat/xma_fixes Ben Vanik 2015-09-02 18:45:06 -07:00
  • 8024e4fd20 XMA: We can only decode an entire frame and write it out at a time! Saving samples is bad. Dr. Chat 2015-09-02 20:20:45 -05:00
  • 256a4c402c Merge pull request #413 from DrChat/inet_addr_fix Ben Vanik 2015-09-01 21:56:35 -07:00
  • 3d1f079e86 NetDll_inet_addr needs to convert endianness! Dr. Chat 2015-09-01 23:47:54 -05:00
  • a478658b2c Re-disabling GPU interrupt log. Ben Vanik 2015-09-01 20:24:19 -07:00
  • 311b65537d --log_high_frequency_kernel_calls (defaults to false) to cull some lines. Ben Vanik 2015-09-01 18:20:08 -07:00
  • 3c1e012098 Lookup thread/event/etc objects by name on create to try to reuse. Ben Vanik 2015-09-01 18:09:44 -07:00
  • 3f433fe20a Object table names are case insensitive. Ben Vanik 2015-09-01 18:08:00 -07:00
  • f3c75b8d87 Support ObReferenceObjectByHandle for XEvents. Ben Vanik 2015-09-01 17:42:07 -07:00
  • b9debbaa63 Fixing section lookup when the name is 8 characters. Ben Vanik 2015-09-01 17:03:40 -07:00
  • f5e374f9b5 Changing the way the global lock works. Some things are better, I think. Regressions are likely. Ben Vanik 2015-09-01 09:45:14 -07:00
  • 5355183590 Don't double-break on debugbreak. Ben Vanik 2015-09-01 09:38:55 -07:00
  • 1cd8ed7db7 Merge pull request #412 from DrChat/vrsave Ben Vanik 2015-08-31 09:24:06 -07:00
  • 51e70be054 Don't assert on VRSAVE mfspr/mtspr (used by gcc) Dr. Chat 2015-08-31 10:51:51 -05:00
  • 1b916ccca2 Log module dump directly. Ben Vanik 2015-08-30 21:33:33 -07:00
  • a4ed79695d WSACreateEvent/CloseEvent/SetEvent. Ben Vanik 2015-08-30 21:31:52 -07:00
  • 7233df2778 Switch default --ignore_undefined_externs to true. Ben Vanik 2015-08-30 20:48:41 -07:00
  • 2f9b37c142 Logging unimplemented instructions. Ben Vanik 2015-08-30 20:46:06 -07:00
  • 82a72e1974 Adding MemoryBarrier opcode. Ben Vanik 2015-08-30 17:25:02 -07:00
  • 39989a6107 Adding log lines to help find unimplemented NtQueryInformationFile calls. Ben Vanik 2015-08-30 16:38:51 -07:00
  • 65812438c4 Short-circuiting lvrx/stvrx. Should help bad accesses in many games. Fixes #411. Ben Vanik 2015-08-30 16:38:01 -07:00
  • dfa5b90c36 Fixing test output. Ben Vanik 2015-08-30 16:26:36 -07:00
  • 499e8b4b5b ScaleGuestDurationFileTime for absolute times. Probably right. Fixes #409. Ben Vanik 2015-08-30 15:40:10 -07:00
  • b80a028589 Much better errors on undefined externs. Ben Vanik 2015-08-30 15:27:12 -07:00
  • 87094b8257 Adding XamUserContentRestriction* functions. Ben Vanik 2015-08-30 15:00:04 -07:00
  • 7711568af9 Implementing SetTimer and CompleteOverlappedEx APC callbacks. Fixes #410. Ben Vanik 2015-08-29 23:43:26 -07:00
  • 7f505a15b7 Fixing timer callbacks. Ben Vanik 2015-08-29 23:42:40 -07:00
  • 7172f7575e Removing assert in keyboard display on flags. Ben Vanik 2015-08-29 22:30:12 -07:00
  • 1d7f345960 Fix logging with null varargs. Ben Vanik 2015-08-29 22:21:58 -07:00
  • 1631e0f234 Merge pull request #408 from DrChat/vcmpbfp_rc Ben Vanik 2015-08-29 22:21:36 -07:00