Commit graph

  • f44781fd7b arm: Adios armemu Lioncash 2015-01-31 20:34:26 -0500
  • 73a7a379d6 Merge pull request #512 from lioncash/assignment Tony Wasserka 2015-01-31 12:59:00 +0100
  • 72cc512b1e Pica: Implement blend factors. bunnei 2015-01-31 01:40:05 -0500
  • e33aac9b2f GSP_GPU: Fix Shared memory & Create Event purpasmart96 2015-01-30 12:14:33 -0800
  • dbff4e5e12 Merge pull request #516 from lioncash/cleanup bunnei 2015-01-30 17:11:12 -0500
  • b6cfc48a0b dyncom: clean up arm_dyncom_dec.h Lioncash 2015-01-30 16:04:32 -0500
  • fc1a9e35fb arm: Move headers over to pragma once Lioncash 2015-01-30 15:58:45 -0500
  • 83bc1a3120 arm: Get rid of armcpu.h and skyeye_types.h Lioncash 2015-01-30 15:52:58 -0500
  • 904194c3e8 arm: Clean out armos.h and armmmu.h Lioncash 2015-01-30 15:48:57 -0500
  • 88a62b671b Merge pull request #513 from lioncash/cleanup bunnei 2015-01-30 15:30:30 -0500
  • 5ebf35db96 Silence a few warnings. Rohit Nirmal 2015-01-30 19:20:34 +0000
  • c8c3a94b20 Merge pull request #511 from lioncash/warnings bunnei 2015-01-30 13:57:08 -0500
  • 09a66860e2 arm: Throw out a lot of unnecessary code Lioncash 2015-01-30 13:24:19 -0500
  • 3dfef1701c armdefs: Move some defines over to enums Lioncash 2015-01-30 12:43:58 -0500
  • 96c174aed4 shared_memory: Fix assignments in SharedMemory::Map Lioncash 2015-01-30 11:37:53 -0500
  • 0c4685ca12 loader: Add missing printf argument Lioncash 2015-01-30 11:33:20 -0500
  • 551264f815 archive: Fix initializer list order for the File class. Lioncash 2015-01-30 11:30:22 -0500
  • 0c53cc52bd apt_u: Fix missing printf specifiers Lioncash 2015-01-30 11:28:09 -0500
  • 28702cbfeb Merge pull request #503 from yuriks/kernel-lifetime4 Tony Wasserka 2015-01-30 15:00:17 +0100
  • d917a9bf77 Kernel: Mark all appropriate kernel objects as "final" Yuri Kunde Schlesner 2015-01-27 02:40:21 -0200
  • 58b544db99 SVC: Use CASCADE_RESULT in SVC handlers Yuri Kunde Schlesner 2015-01-23 04:00:39 -0200
  • 09ae6e1fa3 Remove result.h InvalidHandle Yuri Kunde Schlesner 2015-01-23 03:44:52 -0200
  • 44f90340dc SVC: Change return type of handlers to ResultCode Yuri Kunde Schlesner 2015-01-23 03:36:58 -0200
  • d52d859936 Kernel: Convert Event to not use Handles Yuri Kunde Schlesner 2015-01-23 03:11:25 -0200
  • ad80ff1e32 Kernel: Convert Timer to (mostly) not use Handles Yuri Kunde Schlesner 2015-01-23 02:19:33 -0200
  • 882b6fed75 Kernel: Convert Mutex to not use Handles Yuri Kunde Schlesner 2015-01-22 23:12:19 -0200
  • 38e7122f23 Kernel: Convert AddressArbiter to not use Handles Yuri Kunde Schlesner 2015-01-11 14:46:49 -0200
  • d9b19be1d9 Kernel: Convert Semaphore to not use Handles Yuri Kunde Schlesner 2015-01-11 13:53:11 -0200
  • 4bb33dfc30 Kernel: Convert SharedMemory to not use Handles Yuri Kunde Schlesner 2015-01-11 03:43:29 -0200
  • fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers. Yuri Kunde Schlesner 2015-01-11 13:32:31 -0200
  • afc416c607 Additions to ResultVal to make it more convenient to use. Yuri Kunde Schlesner 2015-01-11 03:42:18 -0200
  • b5ee4f9df9 Move VAddr/PAddr typedefs to kernel.h Yuri Kunde Schlesner 2015-01-11 01:56:28 -0200
  • 9a345de2bd Kernel: Remove useless/duplicated comments; mark functions static Yuri Kunde Schlesner 2015-01-11 01:20:49 -0200
  • 4b847e71ae Merge 6e95f273cc into 206cabc0e4 linkmauve 2015-01-28 23:40:18 +0000
  • 206cabc0e4 Merge pull request #412 from purpasmart96/svc_table_cleanup bunnei 2015-01-28 17:36:23 -0500
  • 8d4c6a1d5e Merge pull request #510 from bunnei/pica_color_enable bunnei 2015-01-28 13:51:45 -0500
  • b522cf4e6a Pica: Implement color/alpha channel enable. bunnei 2015-01-27 17:26:09 -0500
  • 9f93367aa0 Merge pull request #507 from bunnei/alpha-testing bunnei 2015-01-27 14:56:13 -0500
  • b2c55bf772 Rasterizer: Implemented alpha testing. bunnei 2015-01-26 21:10:09 -0500
  • b101e6312f Merge pull request #508 from lioncash/dyn bunnei 2015-01-27 13:51:22 -0500
  • 63cd9c91ad Merge pull request #2 from citra-emu/master Feng Chen 2015-01-27 23:02:32 +0800
  • 7a3e371141 dyncom: Minor cleanup Lioncash 2015-01-27 08:51:14 -0500
  • 62f4365db1 SVC: Update the SVC function table purpasmart96 2015-01-04 16:34:52 -0800
  • 326c451758 Merge pull request #345 from purpasmart96/apt_stubs bunnei 2015-01-26 23:13:54 -0500
  • 547737f720 Update vfp.cpp bunnei 2015-01-26 21:38:53 -0500
  • 0cf3c40aa9 Merge pull request #506 from bunnei/depth-functions Tony Wasserka 2015-01-26 11:52:15 +0100
  • ff83d23ed5 GPU: Implement the remaining depth testing functions. bunnei 2015-01-25 23:34:14 -0500
  • ad666ac47a Merge pull request #484 from chinhodado/build bunnei 2015-01-25 22:15:03 -0500
  • e7dd4d34aa Merge pull request #485 from Subv/more_servs bunnei 2015-01-25 22:13:13 -0500
  • cb39f92e6c AppVeyor: Use Citra's Mega account Chin 2015-01-24 12:40:26 -0500
  • 2ea60bdc7f Services/HID: Removed some files due to a rebase error Subv 2015-01-24 15:54:24 -0500
  • c2e9990149 Services: Stubbed more services. Subv 2015-01-13 23:56:00 -0500
  • 88627fae0c AppVeyor: Add qwindows.dll to the build Chin 2015-01-24 11:54:03 -0500
  • a4a1ce766d AppVeyor: Sanitize the file name before uploading Chin 2015-01-24 10:45:06 -0500
  • 9121a5db1a AppVeyor: Change to release build instead of debug chinhodado 2015-01-15 01:07:18 -0500
  • d7ed08b153 AppVeyor: Upload build to Mega upon build completion chinhodado 2015-01-14 20:49:26 -0500
  • cc34462b71 Merge pull request #410 from chinhodado/cleanup bunnei 2015-01-24 00:41:10 -0500
  • 006c0c88a4 Merge pull request #505 from lioncash/cl bunnei 2015-01-23 15:53:51 -0500
  • e09fb7becc vfp: Clean up vertical alignment for instructions Lioncash 2015-01-23 13:35:08 -0500
  • 2dd23b6467 APT_U: Stub some functions & misc changes purpasmart96 2014-12-25 20:47:15 -0800
  • a461c1d8d2 Merge pull request #502 from archshift/patch-1 bunnei 2015-01-22 16:39:13 -0500
  • 92a75df9b1 cam_u.h: fix indentation archshift 2015-01-22 12:51:53 -0800
  • 92550013cf Merge pull request #493 from archshift/ptmplay bunnei 2015-01-22 13:25:19 -0500
  • 9f501c55f9 Merge pull request #501 from lioncash/clean bunnei 2015-01-22 12:31:45 -0500
  • 8810dfe1de dyncom: Minor cleanup Lioncash 2015-01-22 09:34:01 -0500
  • 24a63662ba Merge pull request #495 from bunnei/fix-waitsynch bunnei 2015-01-21 21:09:47 -0500
  • 731154f79e WaitSynchronization: Added a result code for invalid result, fixed bug. bunnei 2015-01-21 18:27:01 -0500
  • 68ddaaa2f5 Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. bunnei 2015-01-20 20:53:52 -0500
  • 4255f25647 Thread: Use std::find in CheckWait_WaitObject. bunnei 2015-01-20 18:40:01 -0500
  • 2f3020a102 Mutex: Cleanup and remove redundant code. bunnei 2015-01-20 18:33:23 -0500
  • f09806aed2 Kernel: Renamed some functions for clarity. bunnei 2015-01-20 18:20:47 -0500
  • 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. bunnei 2015-01-20 18:16:45 -0500
  • c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. bunnei 2015-01-20 17:41:12 -0500
  • 69c5830ef2 Event: Fix implementation of "non-sticky" events. bunnei 2015-01-19 03:30:55 -0500
  • 9e6ec3b6cd Session: Change to a WaitObject. bunnei 2015-01-18 20:40:53 -0500
  • d2759c578e Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. bunnei 2015-01-18 18:01:58 -0500
  • dde02f79af Mutex: Fix a bug where the thread should not wait if it already has the mutex. bunnei 2015-01-18 15:45:01 -0500
  • 9412996c8f Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. bunnei 2015-01-18 14:33:11 -0500
  • c06d64528a SVC: Removed a Sleep that made no sense bunnei 2015-01-18 14:00:10 -0500
  • 254e4ebd58 AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. bunnei 2015-01-18 13:56:40 -0500
  • e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. bunnei 2015-01-18 13:25:51 -0500
  • 6deb1a0119 WaitSynchronizationN: Improved comments bunnei 2015-01-18 02:16:54 -0500
  • 6643673f28 WaitSynchronizationN: Refactor to fix several bugs bunnei 2015-01-18 01:27:46 -0500
  • aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. bunnei 2015-01-17 22:23:49 -0500
  • 627e96fc15 WaitSynchronizationN: Handle case where handles=nullptr. bunnei 2015-01-17 14:04:54 -0500
  • f5c6d367c9 WaitSynchronizationN: Handle case where handle_count is invalid. bunnei 2015-01-17 12:35:55 -0500
  • 064be2b86f WaitSynchronizationN: Handle case where handle_count=0. bunnei 2015-01-17 12:17:36 -0500
  • 7faf2d8e06 WaitSynchronizationN: Implement return values bunnei 2015-01-17 02:03:44 -0500
  • e4a5d8ad4f Event: Fixed some bugs and cleanup (Subv) bunnei 2015-01-15 19:29:46 -0500
  • 1f7a04f05a Thread: Keep track of multiple wait objects. bunnei 2015-01-14 23:41:33 -0500
  • 14cbbf4d9b Event: Get rid of permanent_lock hack. bunnei 2015-01-14 23:33:37 -0500
  • 5e77e2e1de WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. bunnei 2015-01-14 23:19:22 -0500
  • c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. bunnei 2015-01-14 19:22:50 -0500
  • 0c7498545f Merge pull request #491 from archshift/hidspvr bunnei 2015-01-21 18:36:46 -0500
  • 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx archshift 2015-01-18 15:07:48 -0800
  • a68dda6328 Stubbed cam:u service archshift 2015-01-18 17:38:43 -0800
  • 7516ceaf93 Stubbed ptm:play service archshift 2015-01-18 15:20:28 -0800
  • 725179eff1 Merge pull request #1 from citra-emu/master VonChenPlus 2015-01-21 22:40:50 +0800
  • 8946df97b5 Merge pull request #429 from Kingcom/titlebar Tony Wasserka 2015-01-20 23:17:42 +0100
  • 76c74ffc96 citra-qt: Add option to hide dock widget title bars Kingcom 2015-01-06 16:09:30 +0100