Commit graph

  • 9a08160ae5 CMake: Re-organize root CMakeLists.txt file Yuri Kunde Schlesner 2017-05-27 23:45:55 -0700
  • c211368734 CMake: Move definitions of externals to the CMakeLists in that directory Yuri Kunde Schlesner 2017-05-27 23:33:14 -0700
  • cebdae6c92 CMake: Create an INTERFACE target for Catch Yuri Kunde Schlesner 2017-05-27 22:46:59 -0700
  • d736cca848 CMake: Create INTERFACE targets for microprofile and nihstro Yuri Kunde Schlesner 2017-05-27 22:34:52 -0700
  • 3b68600f81 CMake: Remove unnecessary include_directories for dynarmic Yuri Kunde Schlesner 2017-05-27 22:19:37 -0700
  • 4f84372bc2 CMake: Add cryptopp include path to target property Yuri Kunde Schlesner 2017-05-27 22:16:57 -0700
  • 74afcd5328 CMake: Add SoundTouch include path to target property Yuri Kunde Schlesner 2017-05-27 22:09:28 -0700
  • cb49df156d CMake: Use target properties to add inih include paths Yuri Kunde Schlesner 2017-05-27 21:59:02 -0700
  • 776cb91785 CMake: Define an interface target for SDL2 definitions Yuri Kunde Schlesner 2017-05-27 21:38:49 -0700
  • 34b6c8bd88 CMake: Remove CITRA_QT_LIBS var Yuri Kunde Schlesner 2017-05-27 20:53:39 -0700
  • 089baa04e8 CMake: Stop using FindOpenGL, which seems to not be required anymore Yuri Kunde Schlesner 2017-05-27 19:46:26 -0700
  • d6ff5c6f75 CMake: Use append instead of set to modify list Yuri Kunde Schlesner 2017-05-27 20:43:58 -0700
  • 0f563111a2 CMake: Use IMPORTED target for Boost Yuri Kunde Schlesner 2017-05-27 19:21:06 -0700
  • 4660bc1c78 CMake: Use IMPORTED target for libpng Yuri Kunde Schlesner 2017-05-27 19:05:50 -0700
  • 01ebb65c30 Travis: Upgrade to CMake 3.6.3 Yuri Kunde Schlesner 2017-05-27 19:52:22 -0700
  • 7b81903756 CMake: Correct inter-module dependencies and library visibility Yuri Kunde Schlesner 2017-05-27 18:26:55 -0700
  • 62f34c8e5c Citra: Convert include into forward declaration Yuri Kunde Schlesner 2017-05-27 18:14:00 -0700
  • e91f2b7663 Remove some unnecessary inclusions of video_core.h Yuri Kunde Schlesner 2017-05-27 18:07:53 -0700
  • eb10f25025 Move screen size constants from video_core to core Yuri Kunde Schlesner 2017-05-27 18:06:59 -0700
  • 6665557ff7 OpenGL: Remove unused RendererOpenGL fields Yuri Kunde Schlesner 2017-05-27 18:02:46 -0700
  • ae095cfb71 Core: Fix some out-of-style includes Yuri Kunde Schlesner 2017-05-27 16:31:42 -0700
  • 2579ae543b Common: Fix some out-of-style includes Yuri Kunde Schlesner 2017-05-27 16:14:10 -0700
  • d1bf7919da Move framebuffer_layout from Common to Core Yuri Kunde Schlesner 2017-05-27 16:10:25 -0700
  • ec8dfc8fb7 Merge pull request #2732 from yuriks/add-fmt nightly-151 Yuri Kunde Schlesner 2017-05-27 15:03:53 -0700
  • a06220682c Add the fmt string formatting library Yuri Kunde Schlesner 2017-05-27 14:22:35 -0700
  • 4e88458814 Update dynarmic Yuri Kunde Schlesner 2017-05-27 14:23:55 -0700
  • 857510a7c0 fixup!cam: use IPCHelper wwylele 2017-05-25 16:49:09 +0300
  • 96528b3aab Merge pull request #2725 from wwylele/texture-sampler nightly-149 Yuri Kunde Schlesner 2017-05-27 03:26:50 -0700
  • 669ef82aee OpenGL: Improve accuracy of quaternion interpolation Yuri Kunde Schlesner 2017-05-26 02:55:42 -0700
  • 90c8d09098 gl_shader: refactor texture sampler into its own function wwylele 2017-05-26 11:47:30 +0300
  • 61decd84cc Merge pull request #2716 from yuriks/decentralized-result nightly-146 bunnei 2017-05-26 11:59:57 -0400
  • bae3799bd5 Merge pull request #2697 from wwylele/proctex nightly-144 Yuri Kunde Schlesner 2017-05-24 21:37:42 -0700
  • a5810d61da FS: Remove unused result definition Yuri Kunde Schlesner 2017-05-24 21:04:55 -0700
  • c1a9e94068 Common: Clean up meta-template logic in BitField Yuri Kunde Schlesner 2017-05-21 15:49:55 -0700
  • 2cdb40d709 Kernel: Centralize error definitions in errors.h Yuri Kunde Schlesner 2017-05-21 00:11:36 -0700
  • 743d18f0e4 GSP_GPU: Move error codes from result.h to local file Yuri Kunde Schlesner 2017-05-20 21:54:27 -0700
  • 92be29adba FileSys: Move all result description to errors.h Yuri Kunde Schlesner 2017-05-20 21:41:11 -0700
  • 3b1f0fea31 result: Make error description a generic integer Yuri Kunde Schlesner 2017-05-20 21:00:18 -0700
  • a75145a2c6 Make BitField and ResultCode constexpr-initializable Yuri Kunde Schlesner 2017-05-20 20:40:13 -0700
  • 634229ff45 Merge pull request #2683 from bunnei/telemetry-framework nightly-142 bunnei 2017-05-24 19:33:54 -0400
  • 120b00fb1a telemetry: Log a few simple data fields throughout core. bunnei 2017-05-02 00:10:04 -0400
  • f3e14cae1e core: Keep track of telemetry for the current emulation session. bunnei 2017-05-02 00:09:15 -0400
  • a4760e939f common: Add a generic interface for logging telemetry fields. bunnei 2017-05-02 00:07:46 -0400
  • 8cd9522526 cam: move u32->u8 trancation to IPCHelper wwylele 2017-05-24 12:50:19 +0300
  • 924292f2cc cam: use IPCHelper wwylele 2017-05-24 12:45:36 +0300
  • c291db72e7 Merge pull request #2692 from Subv/vfp_ftz nightly-140 Sebastian Valle 2017-05-22 12:16:53 -0500
  • cc566dadd8 Merge pull request #2406 from Subv/session_disconnect nightly-139 Yuri Kunde Schlesner 2017-05-21 17:18:16 -0700
  • 5b46a89230 fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. Subv 2017-05-21 18:56:09 -0500
  • 37347bfa38 Kernel/Sessions: Remove the ClientSession::Create function. Subv 2017-05-21 18:52:42 -0500
  • 188d63fdb6 Merge pull request #2694 from Subv/vfp_vsub_ftz nightly-136 Merry 2017-05-22 00:50:52 +0100
  • c1ec89bdaf Merge pull request #2719 from lioncash/catch nightly-135 Yuri Kunde Schlesner 2017-05-21 16:45:14 -0700
  • e74ada0a73 externals: Update catch to 1.9.4 Lioncash 2017-05-21 19:29:21 -0400
  • 0f2e32c017 Merge pull request #2718 from citra-emu/appveyor-vs2017 nightly-134 James Rowe 2017-05-21 17:18:58 -0600
  • 6c26b6efbc Remove "Xamarin logspam" workaround Yuri Kunde Schlesner 2017-05-21 15:59:11 -0700
  • eb8afab865 Upgrade AppVeyor to Visual Studio 2017 Yuri Kunde Schlesner 2017-05-21 15:56:25 -0700
  • d2bb0a6f2d Merge pull request #2713 from wwylele/where-is-my-tc0_w nightly-133 Yuri Kunde Schlesner 2017-05-21 00:19:46 -0700
  • 36526c63ef swrasterizer: add missing tc0_w and fragment lighting attribute processing wwylele 2017-05-20 23:17:12 +0300
  • 4d62e75fb2 gl_rasterizer: implement procedural texture wwylele 2017-05-05 15:25:04 +0300
  • ade45b5b99 pica/swrasterizer: implement procedural texture wwylele 2017-04-17 10:01:45 +0300
  • 152a012373 Merge pull request #2661 from Subv/uds5 nightly-130 bunnei 2017-05-19 11:04:34 -0400
  • b70cd0c33f Merge pull request #2710 from emmauss/ptm_ipc nightly-129 bunnei 2017-05-19 11:03:55 -0400
  • b2e82d16c8 use IPCHelper for PTM services emmaus 2017-05-17 21:12:59 +0000
  • 55b7f1a7b3 Merge pull request #2709 from wwylele/pica-masked-value nightly-128 Yuri Kunde Schlesner 2017-05-17 20:09:46 -0700
  • 393fee10a2 pica: use correct register value for shader bool_uniforms wwylele 2017-05-17 22:14:09 +0300
  • 8d558777a6 Merge pull request #2703 from wwylele/pica-reg-revise nightly-126 Yuri Kunde Schlesner 2017-05-16 10:00:37 -0700
  • 86ee1f6101 pica: correct bit field length for some registers wwylele 2017-05-15 18:14:03 +0300
  • f2d5d8cfac Services/UDS: Use the new IPC helper functions. Subv 2017-04-13 15:58:36 -0500
  • 846cc6cee3 Services/UDS: Implement RecvBeaconBroadcastData. Subv 2017-03-19 21:38:24 -0500
  • 528dea988c Services/UDS: Generate the UDS beacons when the beacon callback fires. Subv 2017-03-19 21:36:51 -0500
  • ce5bc477ca Kernel: Remove a now unused enum and variable regarding a session's status. Subv 2017-01-04 23:24:06 -0500
  • ddfabf3133 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. Subv 2017-01-04 23:23:17 -0500
  • 180587bb8b Merge pull request #2687 from yuriks/address-mappings nightly-125 Yuri Kunde Schlesner 2017-05-14 13:52:40 -0700
  • a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. Subv 2017-05-08 16:24:08 -0500
  • 9bd3986540 Merge pull request #2695 from JayFoxRox/gs-regs nightly-124 Weiyi Wang 2017-05-12 18:02:45 +0300
  • ba722be2ac Pica: Write GS registers Jannik Vogel 2016-09-22 22:42:36 +0200
  • 3fd3775d35 Pica: Write shader registers in functions Jannik Vogel 2016-12-17 13:28:59 +0100
  • 925724c990 Pica: Set program code / swizzle data limit to 4096 Jannik Vogel 2017-05-08 23:37:38 +0200
  • db22b88fea Merge pull request #2669 from jroweboy/async_file_watcher nightly-123 Yuri Kunde Schlesner 2017-05-10 18:44:06 -0700
  • fc2f7b0df6 Frontend: Prevent FileSystemWatcher from blocking UI thread James Rowe 2017-04-17 20:53:40 -0600
  • 15b26249cc Merge pull request #2676 from wwylele/irrst nightly-122 bunnei 2017-05-10 09:56:27 -0400
  • f18d454eb6 Kernel: Map special regions according to ExHeader Yuri Kunde Schlesner 2017-05-05 23:11:06 -0700
  • b4a93cfdde DSP: Create backing memory for entire DSP RAM Yuri Kunde Schlesner 2017-04-30 21:36:00 -0700
  • d3db770cad Memory: Add constants for the n3DS additional RAM Yuri Kunde Schlesner 2017-04-30 17:13:53 -0700
  • 13dd0b88de Merge pull request #2696 from Subv/vfp_revert nightly-121 Yuri Kunde Schlesner 2017-05-08 21:38:45 -0700
  • 11fe85f129 Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. Subv 2017-05-09 00:22:53 -0500
  • bf45ccfb40 Revert "Remove exceptions parameter from normaliseround VFP functions" Subv 2017-05-09 00:21:50 -0500
  • 7325413cd8 Merge pull request #2689 from yuriks/remove-disassembler nightly-120 bunnei 2017-05-08 16:02:53 -0400
  • b1a29371c9 Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. Subv 2017-05-08 14:34:16 -0500
  • d97b977540 Dyncom: Remove disassembler code Yuri Kunde Schlesner 2017-05-07 15:21:35 -0700
  • f0a582b218 Dyncom: Tweak types and log formatting Yuri Kunde Schlesner 2017-05-07 15:15:37 -0700
  • cb4da3975e Remove unused symbols code Yuri Kunde Schlesner 2017-05-07 15:01:37 -0700
  • 6577bbc3c5 Remove ability to load symbol maps Yuri Kunde Schlesner 2017-05-07 14:56:23 -0700
  • 4af2a1a3d7 citra-qt: Remove callstack widget Yuri Kunde Schlesner 2017-05-07 14:44:43 -0700
  • 47e806b084 citra-qt: Remove disassembler widget Yuri Kunde Schlesner 2017-05-07 14:36:20 -0700
  • e33558c6ce Merge pull request #2682 from nicoboss/filter nightly-119 Yuri Kunde Schlesner 2017-05-07 13:46:46 -0700
  • f9fdaafa04 fixup!ir: implement new 3ds HID via ir:rst wwylele 2017-05-07 21:53:27 +0300
  • db256ea395 Don’t focus the search field if the game is empty Nico Bosshard 2017-05-06 12:08:28 +0200
  • 2a01a03375 Merge pull request #2686 from wwylele/tex-coord-reg nightly-118 Yuri Kunde Schlesner 2017-05-05 21:33:32 -0700
  • 8bee016145 Create a random console_unique_id (#2668) nightly-117 B3n30 2017-05-06 02:55:51 +0200
  • 039b293092 pica: shader_dirty if texture2 coord changed wwylele 2017-05-05 15:29:35 +0300