yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0

Commit Graph

  • 1a9d6c8307 AppVeyor: update WinSCP download link archshift 2015-06-15 12:14:41 -0700
  • 67f61ced63 Merge pull request #863 from linkmauve/appveyor-noqt-build archshift 2015-06-15 11:23:44 -0700
  • 39e8c01f22 Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth. Emmanuel Gil Peyrot 2015-06-14 20:39:48 +0100
  • 0bebac3259 Merge pull request #861 from yuriks/tevstage-warning archshift 2015-06-14 10:48:01 -0700
  • 9b7d85a4f5 video_core: add extra braces around initializer Yuri Kunde Schlesner 2015-06-14 00:32:33 -0300
  • 499171ca64 enforce config from hook Lectem 2015-06-13 22:20:56 +0200
  • bd5c943c65 Merge pull request #843 from chinhodado/patch-2 Yuri Kunde Schlesner 2015-06-13 13:43:42 -0700
  • 54e69b89b9 Merge pull request #857 from lioncash/vfp Lioncash 2015-06-13 15:05:51 -0400
  • 71858fc7cc vfp: Handle accesses to the VFP media feature registers Lioncash 2015-06-12 19:39:43 -0400
  • 2a435aa0cc Merge pull request #856 from lioncash/vfp bunnei 2015-06-12 10:43:59 -0400
  • e817224f89 vfp: Implement VMOVBCR/VMOVBRC Lioncash 2015-06-12 02:47:10 -0400
  • 7933dbe6a0 Services: Continue separation of services into their own folders purpasmart96 2015-06-11 15:12:16 -0700
  • ca5d1545c3 Merge pull request #835 from tfarley/hw-renderer-fixes bunnei 2015-06-09 19:12:00 -0400
  • 28a9205123 Merge pull request #851 from clienthax/master bunnei 2015-06-09 18:47:15 -0400
  • 85183a702a force no-tab/trailing spaces with git hook Lectem 2015-05-31 13:24:23 +0200
  • 8515b23bec Robocopy doesn't like trailing slashes Clienthax 2015-06-09 18:38:00 +0100
  • 26bc816d7a Renderer formatting edits tfarley 2015-06-06 23:24:11 -0400
  • 66b0d799ee Render-to-texture flush, interval math fix tfarley 2015-05-29 21:54:53 -0400
  • 5025b35563 Liberal texture unbind (clout menu) tfarley 2015-05-29 20:53:50 -0400
  • fa2c92a3ac Depth format fix (crush3d intro/black screens) tfarley 2015-05-28 23:32:10 -0400
  • d42275f11c Implemented glColorMask tfarley 2015-05-28 21:41:37 -0400
  • b1cb0a3f2c Merge pull request #848 from lioncash/ldm bunnei 2015-06-04 18:02:43 -0400
  • 04f204ed00 arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA Lioncash 2015-06-04 08:42:14 -0400
  • 7589a5ad4d Merge pull request #845 from Subv/save archshift 2015-06-03 14:53:02 -0700
  • 9adb2dfb2e Merge pull request #844 from chinhodado/xcpretty archshift 2015-06-01 20:21:35 -0700
  • 66c1db7288 ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. Subv 2015-06-01 21:26:40 -0500
  • c2046a109a Use xcpretty for xcodebuild on Travis chinhodado 2015-06-01 21:27:22 -0400
  • b2f49cefb8 Use correct style name: PascalCase instead of CamelCase chinhodado 2015-06-01 17:01:02 -0400
  • 1974da272d Merge pull request #838 from lioncash/thumb Lioncash 2015-05-31 22:19:31 -0400
  • c00781a908 arm_dyncom_thumb: Fix encoding of BKPT's immediate Lioncash 2015-05-31 05:48:00 -0400
  • 85b1dddda1 arm_dyncom_thumb: Implement CPS and SETEND Lioncash 2015-05-31 05:32:46 -0400
  • 7caef19c89 arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. Lioncash 2015-05-31 04:42:39 -0400
  • b64dea80ce arm_dyncom_thumb: Implement REV, REV16, and REVSH. Lioncash 2015-05-31 03:33:07 -0400
  • 0414ad20cb Merge pull request #811 from archshift/commonify archshift 2015-05-31 09:55:29 -0700
  • 833936fc64 Merge pull request #832 from yuriks/refresh-rate-option bunnei 2015-05-31 04:48:20 -0400
  • 8852fc6a87 Merge pull request #822 from bunnei/pica-improvements bunnei 2015-05-31 02:21:55 -0400
  • 33b9abb91e Pica: Use zero for the SecondaryFragmentColor source. bunnei 2015-05-25 18:45:05 -0400
  • dcbc653b90 rasterizer: Remove unnecessary 'using' for BlendEquation. bunnei 2015-05-25 18:39:36 -0400
  • e6ace38815 Pica: Implement LogicOp function. bunnei 2015-05-25 18:39:03 -0400
  • 3b5ff61201 rasterizer: Implement AddSigned combiner function for alpha channel. bunnei 2015-05-25 00:40:01 -0400
  • 1574c44586 vertex_shader: Use address offset on src2 in inverted mode. bunnei 2015-05-24 10:27:31 -0400
  • 02c9fe202c Pica: Implement command buffer execution registers. bunnei 2015-05-24 00:55:35 -0400
  • 4ac6c1a3b5 vertex_shader: Implement SLT/SLTI instructions. bunnei 2015-05-22 23:40:43 -0400
  • 875bd29766 vertex_shader: Implement MIN instruction. bunnei 2015-05-22 23:13:09 -0400
  • 76690392bf Move video_core/color.h to common/color.h archshift 2015-05-24 12:20:31 -0700
  • 5df2d1b5f7 Move video_core/math.h to common/vector_math.h archshift 2015-05-24 12:16:22 -0700
  • 595fe49a8f Merge pull request #830 from SeannyM/qt-noborder bunnei 2015-05-30 12:04:36 -0400
  • 8a04c65e20 Merge pull request #810 from yuriks/memmap Yuri Kunde Schlesner 2015-05-29 18:00:17 -0700
  • d65b42a69a Remove gpu_refresh_rate configuration option Yuri Kunde Schlesner 2015-05-29 19:17:51 -0300
  • a489a84656 Merge pull request #818 from linkmauve/no-trailing-whitespace Yuri Kunde Schlesner 2015-05-29 15:09:26 -0700
  • cd03abe08b Travis: Add a check for trailing whitespace before any actual compilation. Emmanuel Gil Peyrot 2015-05-25 20:28:17 +0200
  • b1503b2020 Remove every trailing whitespace from the project (but externals). Emmanuel Gil Peyrot 2015-05-25 20:34:09 +0200
  • fb597b6d68 Merge pull request #817 from linkmauve/citra.ico Yuri Kunde Schlesner 2015-05-29 13:56:58 -0700
  • cd99944b1d QT: Remove border around widgets Sean Maas 2015-05-28 19:02:56 -0400
  • 3c47522e67 Merge pull request #828 from lioncash/seq Yuri Kunde Schlesner 2015-05-27 11:50:57 -0700
  • a3cad6c332 hid: Get rid of undefined behavior Lioncash 2015-05-27 12:20:09 -0400
  • 88365a23e7 Memmap: Remove unused global pointers to memory areas Yuri Kunde Schlesner 2015-05-24 02:12:57 -0300
  • 0a60aa75c2 Kernel: Add VMManager to manage process address spaces Yuri Kunde Schlesner 2015-05-21 00:37:07 -0300
  • ad883db7a9 Merge pull request #826 from lioncash/tables Yuri Kunde Schlesner 2015-05-26 22:05:13 -0700
  • 0265d950e6 arm_dyncom_thumb: Merge STR/LDR table subsets. Lioncash 2015-05-26 20:18:47 -0400
  • 0ff414f561 Merge pull request #825 from lioncash/dync Lioncash 2015-05-26 20:27:48 -0400
  • f62ab75c67 arm_dyncom_interpreter: Remove unused variable Lioncash 2015-05-26 17:43:05 -0400
  • 4d93c30c97 Merge pull request #821 from Subv/ImportDisplayCaptureInfo bunnei 2015-05-26 01:14:21 -0400
  • fa397494b0 Service/GSP: Implemented ImportDisplayCaptureInfo. Subv 2015-05-25 17:01:38 -0500
  • 5bcff3b837 Merge pull request #820 from Subv/creatememoryblock bunnei 2015-05-25 22:43:17 -0400
  • 732839b1f4 Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified address. Subv 2015-05-25 16:17:26 -0500
  • c319d1ada7 Documentation: Move doc-icon.png from the root to dist. Emmanuel Gil Peyrot 2015-05-25 19:39:50 +0200
  • 87d9df89bb Assets: Move citra.ico from src/assets to dist. Emmanuel Gil Peyrot 2015-05-25 19:00:43 +0200
  • 33c57361a9 Update bundled GLFW to 3.1.1 Yuri Kunde Schlesner 2015-05-25 00:42:21 -0300
  • 8c1ab1c2c4 arm_dyncom_interpreter: Remove unused macro Lioncash 2015-05-24 19:21:05 -0400
  • 99b1f868a3 Merge pull request #809 from lioncash/header Lioncash 2015-05-23 21:28:26 -0400
  • 6278937a28 dyncom: Get rid of armemu.h Lioncash 2015-05-23 20:51:02 -0400
  • 513f6a277e Merge pull request #805 from lioncash/warn Lioncash 2015-05-23 17:28:39 -0400
  • 5f193bbf06 Merge pull request #806 from yuriks/annoying-qt-warning Tony Wasserka 2015-05-23 14:01:06 +0200
  • c9244a03c7 Qt: Silence a bogus warning printed when using the debug runtime Yuri Kunde Schlesner 2015-05-23 02:25:21 -0300
  • 951353558e gl_state: Remove unnecessary const specifier on Apply Lioncash 2015-05-23 00:58:32 -0400
  • ebca3a4902 y2r_u: Remove unused variable in StartConversion Lioncash 2015-05-23 00:46:22 -0400
  • dc587fa295 video_core/utils: Remove unused variables in GetMortonOffset Lioncash 2015-05-23 00:38:37 -0400
  • 1c21354159 Merge pull request #804 from lioncash/dclean Lioncash 2015-05-23 00:09:55 -0400
  • 92fd2753c5 dyncom: Remove unused cpu parameter from decode_thumb_instr Lioncash 2015-05-22 23:42:23 -0400
  • 097d8282a6 dyncom: remove load_r15 from arm_inst Lioncash 2015-05-22 23:37:49 -0400
  • a7946f9027 Merge pull request #776 from bunnei/pica-state bunnei 2015-05-22 23:27:41 -0400
  • 8617938441 dyncom: Remove unnecessary parameter for load/store operations Lioncash 2015-05-22 23:14:22 -0400
  • 1b42d55a9d Pica: Create 'State' structure and move state memory there. bunnei 2015-05-13 23:29:27 -0400
  • 41531eeb32 Merge pull request #801 from purpasmart96/hid_stubs bunnei 2015-05-22 20:44:22 -0400
  • 4c207798b4 Merge pull request #803 from lioncash/typo Yuri Kunde Schlesner 2015-05-22 16:54:06 -0700
  • 23d5df9d9c gl_state: Fix a condition typo in Apply Lioncash 2015-05-22 19:48:06 -0400
  • 932aeb333f Merge pull request #802 from bunnei/vfp-trace-log Lioncash 2015-05-22 19:44:22 -0400
  • 3a348a90fd VFP: Log as trace to get rid of spamming. bunnei 2015-05-22 19:42:44 -0400
  • 7b94b312d3 Merge pull request #789 from tfarley/opengl-renderer bunnei 2015-05-22 19:40:57 -0400
  • 0c62b7b106 HID: Stub DisableAccelerometer and DisableGyroscopeLow purpasmart96 2015-05-22 15:55:27 -0700
  • 62668688e1 Flush for y2r (moflex) tfarley 2015-05-22 14:49:42 -0700
  • 16fbba3c2a MakeCurrent race condition fix tfarley 2015-05-18 21:24:43 -0700
  • 05dc633a8c OpenGL renderer tfarley 2015-05-18 21:21:33 -0700
  • 6d995b1ff6 INI hw/sw renderer toggle tfarley 2015-05-03 15:34:48 -0400
  • eca2b71fa8 Merge pull request #798 from yuriks/y2r-bw Yuri Kunde Schlesner 2015-05-22 14:06:20 -0700
  • 9108482888 Service::Y2R: Support for grayscale decoding of specific formats Yuri Kunde Schlesner 2015-05-21 23:27:48 -0300
  • 590ea33bf0 Merge pull request #795 from lioncash/clang Lioncash 2015-05-22 10:39:41 -0400
  • 572c91a024 dyncom: Eliminate clang warnings Lioncash 2015-05-21 16:37:41 -0400
  • bf5e1d08bc Merge pull request #794 from linkmauve/resource-limit Yuri Kunde Schlesner 2015-05-21 12:10:41 -0700