Commit Graph

  • 5b9a5493c5 Updated the copy commands to run on post_build and use generator expressions to simplify the code as well James Rowe 2015-03-26 04:00:49 -06:00
  • 2d7008f03c Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time James Rowe 2015-02-26 20:24:22 -07:00
  • 4a7e21eb58 More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. James Rowe 2015-02-25 21:36:02 -07:00
  • fa79b3f4f4 Small changes to the CMake file to make windows build easier James Rowe 2015-02-25 14:58:47 -07:00
  • c4767f3bb2 Merge pull request #672 from purpasmart96/citra_moar_app_mem bunnei 2015-03-24 23:22:56 -04:00
  • b3d4a10e29 Merge pull request #674 from lioncash/sys-instrs bunnei 2015-03-24 23:21:44 -04:00
  • eea0df8c52 Merge pull request #673 from lioncash/cleanup bunnei 2015-03-24 13:12:50 -04:00
  • a80d93685a dyncom: Implement SRS Lioncash 2015-03-24 11:30:54 -04:00
  • cde671795c dyncom: Implement RFE Lioncash 2015-03-24 11:11:57 -04:00
  • 2df10d2284 dyncom: Remove unused/unnecessary macros and macro constants Lioncash 2015-03-24 09:55:56 -04:00
  • e0c72ec871 ConfigMem: Set the app memory to be 96MB instead of the default 64MB purpasmart96 2015-03-23 00:20:30 -07:00
  • 03ceb7adf9 Merge pull request #656 from Subv/nz bunnei 2015-03-22 14:58:38 -04:00
  • 5ac2a41f72 Merge pull request #669 from lioncash/cruft bunnei 2015-03-22 14:57:48 -04:00
  • f23f2a9a42 armmmu: Remove unnecessary enum values Lioncash 2015-03-20 19:35:27 -04:00
  • 1981aa3d7e Merge pull request #659 from lioncash/setend bunnei 2015-03-19 21:37:43 -04:00
  • 4612d0be6c Merge pull request #667 from archshift/wut archshift 2015-03-19 16:19:07 -07:00
  • b4b1070541 Remove mysterious spaces that were added by git show --format archshift 2015-03-19 16:16:43 -07:00
  • b9612fe919 Service/FS: Document and log some unknown values. Subv 2015-03-19 17:39:00 -05:00
  • df71ed194d Merge pull request #665 from archshift/appveyor-sigh- archshift 2015-03-17 19:30:09 -07:00
  • 5c4d8dff2b Strip newlines on the build name before trying to upload. archshift 2015-03-17 19:26:45 -07:00
  • 99fc82b5c0 Merge pull request #635 from archshift/builds bunnei 2015-03-17 21:45:43 -04:00
  • 580b317821 Merge pull request #650 from Subv/scaling bunnei 2015-03-17 19:13:06 -04:00
  • 9fdb311d6e dyncom: Make Load/Store instructions support big endian Lioncash 2015-03-11 16:10:14 -04:00
  • 0bb4b77b78 Merge pull request #655 from purpasmart96/hid_fixes bunnei 2015-03-17 10:19:59 -04:00
  • 5b1757d6a5 HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume purpasmart96 2015-03-13 14:36:19 -07:00
  • ef0c4aac86 Merge pull request #660 from purpasmart96/ncch_updates bunnei 2015-03-16 21:21:54 -04:00
  • 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA archshift 2015-03-06 15:54:09 -08:00
  • 6977877665 Merge pull request #661 from linkmauve/cleanup bunnei 2015-03-16 20:32:51 -04:00
  • 23b401c3ac GPU/DisplayTransfer: Made the scaling bits a single 2bit value Subv 2015-03-12 13:11:57 -05:00
  • c1f5cb7dd5 Merge pull request #652 from neobrain/shader_output_fix bunnei 2015-03-16 18:35:34 -04:00
  • 968c418fa5 Merge pull request #662 from linkmauve/video_core-warnings bunnei 2015-03-16 18:18:24 -04:00
  • e4e2c929af Merge pull request #663 from lioncash/ticks bunnei 2015-03-16 14:25:15 -04:00
  • 8cf81643a9 arm_interface: Get rid of GetTicks. Lioncash 2015-03-16 12:16:59 -04:00
  • 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 +01:00
  • 188b419586 Common: Fix logic for setting EMU_DATA_DIR. Emmanuel Gil Peyrot 2015-03-16 02:22:59 +01:00
  • 4c684fb274 Common: Make a #else more apparent. Emmanuel Gil Peyrot 2015-03-16 02:22:19 +01:00
  • 061c69a6bb NCCH: Minor updates to the ncch header purpasmart96 2015-03-15 14:17:19 -07:00
  • 3e5aeb9a7a Merge pull request #657 from Subv/flip bunnei 2015-03-14 23:11:29 -04:00
  • f280806214 dyncom: Implement SETEND Lioncash 2015-03-11 12:50:39 -04:00
  • fb8f47060b GPU: Implemented the flip_data (bit 0) bit in display transfers. Subv 2015-03-14 14:40:40 -05:00
  • fdd9fed47e Merge pull request #658 from Subv/ref_temporary Tony Wasserka 2015-03-14 21:08:35 +01:00
  • c0d1a91017 EmuWindow: Fixed a reference to a temporary variable Subv 2015-03-14 15:01:02 -05:00
  • 1d61cd4460 Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData Subv 2015-03-14 12:00:01 -05:00
  • e4f5ec6272 Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. Tony Wasserka 2015-03-12 14:18:46 +01:00
  • ed5b275d21 Merge pull request #642 from bunnei/touchpad bunnei 2015-03-11 21:28:57 -04:00
  • 4bbddda377 hid_user: Removed unnecessary includes. bunnei 2015-03-09 23:47:57 -04:00
  • e79c27f1e0 HID: Removed unnecessary global variables. bunnei 2015-03-09 23:38:52 -04:00
  • 85cbccb1d3 HID: Added additional variable comments and some code cleanups. bunnei 2015-03-09 23:03:24 -04:00
  • d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. bunnei 2015-03-09 00:14:59 -04:00
  • b56829df02 Merge pull request #629 from archshift/lcdfb bunnei 2015-03-10 18:08:55 -04:00
  • 953e09ddb5 EmuWindow: Made pad/touch functions non-static. bunnei 2015-03-08 21:45:45 -04:00
  • a1a1a5c6c5 HID: Cleanup how next_touch_index is calculated for Pad and touch. bunnei 2015-03-08 21:32:13 -04:00
  • 432aa1044c HID: Changed TouchDataEntry valid to a BitField and added some doc strings. bunnei 2015-03-08 21:28:23 -04:00
  • e9b9f1842b HID: Added static asserts to check register position in shared memory. bunnei 2015-03-08 21:21:25 -04:00
  • f213000cc4 Qt: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:42:40 -04:00
  • dd73217ae3 GLFW: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:19:33 -04:00
  • 543232436f EmuWindow: Added infrastructure code to enable touchpad support. bunnei 2015-03-08 03:13:26 -04:00
  • 1a904ded40 HID: Added functions to emulate the touchpad. bunnei 2015-03-08 03:05:56 -04:00
  • 3229b048d9 HID: Moved some docstrings to the header. bunnei 2015-03-08 00:13:49 -05:00
  • 83a66dd701 HID: Refactored shared memory decoding for touchpad support. bunnei 2015-03-08 00:12:47 -05:00
  • ae0dfcae1d GPU: Fixed the bit 25 in the display transfer flags. Subv 2015-03-10 14:18:25 -05:00
  • 6c37a90d3f Merge pull request #649 from lioncash/clean bunnei 2015-03-10 12:01:22 -04:00
  • e34ba68e1f dyncom: Minor cleanup Lioncash 2015-03-10 08:13:56 -04:00
  • ec5bc54575 Merge pull request #643 from Subv/dem_feels bunnei 2015-03-09 22:06:30 -04:00
  • 1248e291f0 GPU: Added the stencil test structure to the Pica Regs struct. Subv 2015-03-08 21:31:15 -05:00
  • 155cc80e3b Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer Subv 2015-03-08 20:07:02 -05:00
  • 414b0741c4 GPU: Implemented more depth buffer formats. Subv 2015-03-08 12:05:17 -05:00
  • e10a9b2f66 Merge pull request #647 from neobrain/rip_culling_hack bunnei 2015-03-09 19:17:43 -04:00
  • 041e99b613 Added LCD registers, and implementation for color filling in OGL code. archshift 2014-10-12 22:40:26 -07:00
  • 511bf30a69 Merge pull request #648 from Subv/fill_bit Tony Wasserka 2015-03-09 23:17:11 +01:00
  • 0abba5874c GPU: Use the correct position for the finished bit in memory fills Subv 2015-03-09 17:15:13 -05:00
  • e3a697b9f9 Merge pull request #646 from Subv/24bit_fills Tony Wasserka 2015-03-09 23:12:30 +01:00
  • 5742367341 Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. Tony Wasserka 2015-03-09 21:49:49 +01:00
  • 8a1cc5b805 Merge pull request #589 from kevinhartman/config-errors bunnei 2015-03-09 15:44:34 -04:00
  • 3da94a597b Merge pull request #634 from linkmauve/logging-performances bunnei 2015-03-09 15:42:18 -04:00
  • f2a7c2b3b7 Merge pull request #645 from lioncash/ldm bunnei 2015-03-09 11:07:52 -04:00
  • a762f9c176 GPU: Corrected the 24 bit memory fills component order Subv 2015-03-09 09:01:41 -05:00
  • 33d92036f6 Update README.md bunnei 2015-03-08 22:48:41 -04:00
  • 8ecba90ff0 Merge pull request #644 from archshift/nihstro bunnei 2015-03-08 22:26:02 -04:00
  • ba8ce6c8f5 Merge pull request #584 from yuriks/outline-asserts bunnei 2015-03-08 22:25:04 -04:00
  • 386dbab5ea dyncom: Fix an indexing bug in STM Lioncash 2015-03-08 21:53:03 -04:00
  • 36dab56c31 dyncom: General cleanup of STM Lioncash 2015-03-08 21:48:35 -04:00
  • e37425b380 dyncom: Increment addr when accessing LR in LDM Lioncash 2015-03-08 21:46:54 -04:00
  • 7d43aef4d0 Update nihstro submodule to the initial release version. archshift 2015-03-08 13:52:38 -07:00
  • 30e41de347 Merge pull request #639 from archshift/appbundle archshift 2015-03-07 18:15:10 -08:00
  • c7b3331b1c Merge pull request #640 from archshift/ini bunnei 2015-03-07 20:52:18 -05:00
  • 539bbd3c59 default_ini.h: Put comments on their own lines archshift 2015-01-05 18:25:57 -08:00
  • c036cf604f Build app bundles on OS X. Fixes the issue where the menubar would not appear. archshift 2015-03-07 16:07:49 -08:00
  • 89495fc888 Merge pull request #638 from bunnei/osx-fix bunnei 2015-03-07 18:33:00 -05:00
  • 25633b431d Fixed EmuWindow typo (fixes OSX build) bunnei 2015-03-07 18:26:28 -05:00
  • 06bf471581 Merge pull request #636 from bunnei/refactor-screen-win bunnei 2015-03-07 18:18:40 -05:00
  • 9960c49c21 Set framebuffer layout from EmuWindow. bunnei 2015-03-07 17:21:19 -05:00
  • f29897ca6d Merge pull request #637 from Subv/etc Tony Wasserka 2015-03-07 22:26:55 +01:00
  • 4b8d4d0ed5 GPU/Textures: Fixed ETC texture decoding. Subv 2015-03-07 16:21:54 -05:00
  • 93e32bce72 Merge pull request #538 from yuriks/perf-stat Tony Wasserka 2015-03-07 15:30:40 +01:00
  • 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 +01:00
  • 53ba65db43 Merge pull request #630 from archshift/swap bunnei 2015-03-06 10:29:58 -05:00
  • e011acaa84 Removed swap code redundancy and moved common swap code to swap.h archshift 2015-03-05 22:46:45 -08:00
  • 47010fea31 Implement SetLcdForceBlack, move register enum to hw.h archshift 2015-03-05 19:38:23 -08:00
  • 8e4e28aacb Merge pull request #615 from Subv/services bunnei 2015-03-04 21:27:24 -05:00