Commit graph

  • ef0c4aac86 Merge pull request #660 from purpasmart96/ncch_updates bunnei 2015-03-16 21:21:54 -0400
  • 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA archshift 2015-03-06 15:54:09 -0800
  • 6977877665 Merge pull request #661 from linkmauve/cleanup bunnei 2015-03-16 20:32:51 -0400
  • 23b401c3ac GPU/DisplayTransfer: Made the scaling bits a single 2bit value Subv 2015-03-12 13:11:57 -0500
  • c1f5cb7dd5 Merge pull request #652 from neobrain/shader_output_fix bunnei 2015-03-16 18:35:34 -0400
  • 968c418fa5 Merge pull request #662 from linkmauve/video_core-warnings bunnei 2015-03-16 18:18:24 -0400
  • e4e2c929af Merge pull request #663 from lioncash/ticks bunnei 2015-03-16 14:25:15 -0400
  • 8cf81643a9 arm_interface: Get rid of GetTicks. Lioncash 2015-03-16 12:16:59 -0400
  • 92fd2a1ee3 VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type. Emmanuel Gil Peyrot 2015-03-16 15:14:04 +0100
  • 188b419586 Common: Fix logic for setting EMU_DATA_DIR. Emmanuel Gil Peyrot 2015-03-16 02:22:59 +0100
  • 4c684fb274 Common: Make a #else more apparent. Emmanuel Gil Peyrot 2015-03-16 02:22:19 +0100
  • 061c69a6bb NCCH: Minor updates to the ncch header purpasmart96 2015-03-15 14:17:19 -0700
  • 3e5aeb9a7a Merge pull request #657 from Subv/flip bunnei 2015-03-14 23:11:29 -0400
  • f280806214 dyncom: Implement SETEND Lioncash 2015-03-11 12:50:39 -0400
  • fb8f47060b GPU: Implemented the flip_data (bit 0) bit in display transfers. Subv 2015-03-14 14:40:40 -0500
  • fdd9fed47e Merge pull request #658 from Subv/ref_temporary Tony Wasserka 2015-03-14 21:08:35 +0100
  • c0d1a91017 EmuWindow: Fixed a reference to a temporary variable Subv 2015-03-14 15:01:02 -0500
  • 1d61cd4460 Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData Subv 2015-03-14 12:00:01 -0500
  • e4f5ec6272 Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. Tony Wasserka 2015-03-12 14:18:46 +0100
  • ed5b275d21 Merge pull request #642 from bunnei/touchpad bunnei 2015-03-11 21:28:57 -0400
  • 4bbddda377 hid_user: Removed unnecessary includes. bunnei 2015-03-09 23:47:57 -0400
  • e79c27f1e0 HID: Removed unnecessary global variables. bunnei 2015-03-09 23:38:52 -0400
  • 85cbccb1d3 HID: Added additional variable comments and some code cleanups. bunnei 2015-03-09 23:03:24 -0400
  • d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. bunnei 2015-03-09 00:14:59 -0400
  • b56829df02 Merge pull request #629 from archshift/lcdfb bunnei 2015-03-10 18:08:55 -0400
  • 953e09ddb5 EmuWindow: Made pad/touch functions non-static. bunnei 2015-03-08 21:45:45 -0400
  • a1a1a5c6c5 HID: Cleanup how next_touch_index is calculated for Pad and touch. bunnei 2015-03-08 21:32:13 -0400
  • 432aa1044c HID: Changed TouchDataEntry valid to a BitField and added some doc strings. bunnei 2015-03-08 21:28:23 -0400
  • e9b9f1842b HID: Added static asserts to check register position in shared memory. bunnei 2015-03-08 21:21:25 -0400
  • f213000cc4 Qt: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:42:40 -0400
  • dd73217ae3 GLFW: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:19:33 -0400
  • 543232436f EmuWindow: Added infrastructure code to enable touchpad support. bunnei 2015-03-08 03:13:26 -0400
  • 1a904ded40 HID: Added functions to emulate the touchpad. bunnei 2015-03-08 03:05:56 -0400
  • 3229b048d9 HID: Moved some docstrings to the header. bunnei 2015-03-08 00:13:49 -0500
  • 83a66dd701 HID: Refactored shared memory decoding for touchpad support. bunnei 2015-03-08 00:12:47 -0500
  • ae0dfcae1d GPU: Fixed the bit 25 in the display transfer flags. Subv 2015-03-10 14:18:25 -0500
  • 6c37a90d3f Merge pull request #649 from lioncash/clean bunnei 2015-03-10 12:01:22 -0400
  • e34ba68e1f dyncom: Minor cleanup Lioncash 2015-03-10 08:13:56 -0400
  • ec5bc54575 Merge pull request #643 from Subv/dem_feels bunnei 2015-03-09 22:06:30 -0400
  • 1248e291f0 GPU: Added the stencil test structure to the Pica Regs struct. Subv 2015-03-08 21:31:15 -0500
  • 155cc80e3b Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer Subv 2015-03-08 20:07:02 -0500
  • 414b0741c4 GPU: Implemented more depth buffer formats. Subv 2015-03-08 12:05:17 -0500
  • e10a9b2f66 Merge pull request #647 from neobrain/rip_culling_hack bunnei 2015-03-09 19:17:43 -0400
  • 041e99b613 Added LCD registers, and implementation for color filling in OGL code. archshift 2014-10-12 22:40:26 -0700
  • 511bf30a69 Merge pull request #648 from Subv/fill_bit Tony Wasserka 2015-03-09 23:17:11 +0100
  • 0abba5874c GPU: Use the correct position for the finished bit in memory fills Subv 2015-03-09 17:15:13 -0500
  • e3a697b9f9 Merge pull request #646 from Subv/24bit_fills Tony Wasserka 2015-03-09 23:12:30 +0100
  • 5742367341 Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. Tony Wasserka 2015-03-09 21:49:49 +0100
  • 8a1cc5b805 Merge pull request #589 from kevinhartman/config-errors bunnei 2015-03-09 15:44:34 -0400
  • 3da94a597b Merge pull request #634 from linkmauve/logging-performances bunnei 2015-03-09 15:42:18 -0400
  • f2a7c2b3b7 Merge pull request #645 from lioncash/ldm bunnei 2015-03-09 11:07:52 -0400
  • a762f9c176 GPU: Corrected the 24 bit memory fills component order Subv 2015-03-09 09:01:41 -0500
  • 33d92036f6 Update README.md bunnei 2015-03-08 22:48:41 -0400
  • 8ecba90ff0 Merge pull request #644 from archshift/nihstro bunnei 2015-03-08 22:26:02 -0400
  • ba8ce6c8f5 Merge pull request #584 from yuriks/outline-asserts bunnei 2015-03-08 22:25:04 -0400
  • 386dbab5ea dyncom: Fix an indexing bug in STM Lioncash 2015-03-08 21:53:03 -0400
  • 36dab56c31 dyncom: General cleanup of STM Lioncash 2015-03-08 21:48:35 -0400
  • e37425b380 dyncom: Increment addr when accessing LR in LDM Lioncash 2015-03-08 21:46:54 -0400
  • 7d43aef4d0 Update nihstro submodule to the initial release version. archshift 2015-03-08 13:52:38 -0700
  • 30e41de347 Merge pull request #639 from archshift/appbundle archshift 2015-03-07 18:15:10 -0800
  • c7b3331b1c Merge pull request #640 from archshift/ini bunnei 2015-03-07 20:52:18 -0500
  • 539bbd3c59 default_ini.h: Put comments on their own lines archshift 2015-01-05 18:25:57 -0800
  • c036cf604f Build app bundles on OS X. Fixes the issue where the menubar would not appear. archshift 2015-03-07 16:07:49 -0800
  • 89495fc888 Merge pull request #638 from bunnei/osx-fix bunnei 2015-03-07 18:33:00 -0500
  • 25633b431d Fixed EmuWindow typo (fixes OSX build) bunnei 2015-03-07 18:26:28 -0500
  • 06bf471581 Merge pull request #636 from bunnei/refactor-screen-win bunnei 2015-03-07 18:18:40 -0500
  • 9960c49c21 Set framebuffer layout from EmuWindow. bunnei 2015-03-07 17:21:19 -0500
  • f29897ca6d Merge pull request #637 from Subv/etc Tony Wasserka 2015-03-07 22:26:55 +0100
  • 4b8d4d0ed5 GPU/Textures: Fixed ETC texture decoding. Subv 2015-03-07 16:21:54 -0500
  • 93e32bce72 Merge pull request #538 from yuriks/perf-stat Tony Wasserka 2015-03-07 15:30:40 +0100
  • 0aa44e238d Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. Emmanuel Gil Peyrot 2015-03-06 19:15:02 +0100
  • 53ba65db43 Merge pull request #630 from archshift/swap bunnei 2015-03-06 10:29:58 -0500
  • e011acaa84 Removed swap code redundancy and moved common swap code to swap.h archshift 2015-03-05 22:46:45 -0800
  • 47010fea31 Implement SetLcdForceBlack, move register enum to hw.h archshift 2015-03-05 19:38:23 -0800
  • 8e4e28aacb Merge pull request #615 from Subv/services bunnei 2015-03-04 21:27:24 -0500
  • 83a8975cb8 Services: Moved the PTM and APT services to their own folder Subv 2015-02-26 21:13:08 -0500
  • 8fc8c51118 Merge pull request #625 from lioncash/warn bunnei 2015-03-03 19:15:32 -0500
  • 4b89cf9e43 vfp: Get rid of warnings Lioncash 2015-03-02 02:26:49 -0500
  • 510246ddce Merge pull request #617 from bunnei/framebuffer-rgb565 bunnei 2015-03-03 19:11:07 -0500
  • 34c31db14a GPU: Added RGB565/RGB8 framebuffer support and various cleanups. - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger. bunnei 2015-02-25 22:44:55 -0500
  • 44f46254dc Merge pull request #622 from Subv/titles Yuri Kunde Schlesner 2015-03-02 10:26:56 -0300
  • 9a72fb79fc Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. Subv 2015-02-28 22:51:28 -0500
  • d175f2b7f3 Merge pull request #623 from Subv/card bunnei 2015-03-01 22:49:29 -0500
  • 9a47eb117c Merge pull request #618 from lioncash/ref bunnei 2015-03-01 22:27:28 -0500
  • 5d0e557689 Merge pull request #621 from Subv/power bunnei 2015-03-01 22:21:08 -0500
  • dc8a3f8bc8 Profiler: Implement QPCClock to get better precision on Win32 Yuri Kunde Schlesner 2015-02-15 15:49:27 -0200
  • cd1fbfcf1b Add profiling infrastructure and widget Yuri Kunde Schlesner 2015-02-05 14:53:25 -0200
  • db1a5d4222 Services/FS: Stubbed CardSlotIsInserted to always return false Subv 2015-02-28 23:00:46 -0500
  • c36778e602 Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff. Subv 2015-02-28 19:51:13 -0500
  • c1d29ac202 Merge pull request #616 from archshift/5551 archshift 2015-02-28 13:52:47 -0800
  • d362eb2669 Merge pull request #620 from lioncash/bkpt bunnei 2015-02-27 22:53:33 -0500
  • 03042c8f1f Merge pull request #619 from lioncash/unused bunnei 2015-02-27 22:53:00 -0500
  • 7f9ee69a2b Added RGBA5551 compatibility in the rasterizer archshift 2015-02-26 19:11:39 -0800
  • 9ed3488925 arm_disasm: Show conditional code for BKPT instructions. Lioncash 2015-02-27 21:57:38 -0500
  • 1a70782cda arm_disasm: Remove unused variable Lioncash 2015-02-27 21:31:34 -0500
  • 99ff8bbb0c result: Make comparison operators take references Lioncash 2015-02-27 21:16:19 -0500
  • c9ef377afa Merge pull request #599 from Subv/morton bunnei 2015-02-26 22:40:27 -0500
  • c564c21668 GPU: Implemented bits 3 and 1 from the display transfer flags. Subv 2015-02-23 18:24:35 -0500
  • 2dac2ea389 Merge pull request #614 from lioncash/mcr bunnei 2015-02-26 15:27:16 -0500
  • 8812d2fbdb arm: The CP15 Main ID register is not writeable Lioncash 2015-02-26 09:26:51 -0500