Commit graph

  • 1c867b569d Kernel: Added real support for thread and event blocking bunnei 2014-06-05 22:35:36 -0400
  • 4a0430d5eb Merge pull request #1 from neobrain/master bunnei 2014-06-05 10:15:41 -0400
  • a002abf171 qt: updated disassembler to show 2X as many instructions bunnei 2014-06-05 01:08:54 -0400
  • 174cc9a0ed hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger) bunnei 2014-06-05 00:26:48 -0400
  • 6cdad8390c arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected bunnei 2014-06-05 00:25:32 -0400
  • ce1c561278 kernel: changed current default thread priority back to 0x30 - I think this is more correct bunnei 2014-06-05 00:20:58 -0400
  • 9ece9da50d arm: fixed bug in how thread context switch occurs with SkyEye bunnei 2014-06-05 00:20:11 -0400
  • 870c6146e7 service: added a error log messages for unimplemented WaitSynchronization bunnei 2014-06-04 18:50:50 -0400
  • c330a0a1d6 arm: reverting a change made with cb0663de - this has to have been a typo! bunnei 2014-06-04 18:41:44 -0400
  • d8148eaa6b Pica: Use some template magic to define register structures efficiently. Tony Wasserka 2014-05-18 22:50:41 +0200
  • 2cf87fb10a Further refine GPU command list debugging. Tony Wasserka 2014-05-18 21:18:38 +0200
  • 8f1c998472 Refine command list debugging functionality and its qt interface. Tony Wasserka 2014-05-18 19:59:36 +0200
  • 9fbfd928a1 citra-qt: Add command list view. Tony Wasserka 2014-05-18 17:52:22 +0200
  • 90fd4e111c GPU debugger: Add functionality to inspect command lists. Tony Wasserka 2014-05-18 17:28:30 +0200
  • 930a4a3f9e video core: added PICA definitions file. Tony Wasserka 2014-05-17 23:07:51 +0200
  • 3240b6ef31 GPU: Cleanup register definitions. Tony Wasserka 2014-05-17 23:01:58 +0200
  • 7c5f1647be Rename LCD to GPU. Tony Wasserka 2014-05-17 22:50:33 +0200
  • 5cc0497f8e citra-qt: Add GX command history viewer. Tony Wasserka 2014-05-17 22:38:10 +0200
  • 944dfe2f86 Add initial graphics debugger interface. Tony Wasserka 2014-05-17 22:34:55 +0200
  • 8941090389 GSP: Define more GX commands. Tony Wasserka 2014-05-17 22:26:45 +0200
  • 66754b121f Pica: Add command list registers. Tony Wasserka 2014-05-17 22:07:06 +0200
  • 1723df7bde Merge 3a516e2bdd into bdeadb4ca2 NightKev 2014-06-03 05:12:04 +0000
  • 3a516e2bdd Update CONTRIBUTING.md NightKev 2014-06-02 22:11:29 -0700
  • b78aff8585 svc: added optional name field to Event and Mutex (used for debugging) bunnei 2014-06-02 20:38:34 -0400
  • 8c0f02a70c kernel: moved position of * for GetTypeName and GetName bunnei 2014-06-02 20:36:58 -0400
  • 2773360f84 coprocessor: reenabled debug log bunnei 2014-06-02 20:36:34 -0400
  • 477b0caca4 svc: updated WaitSynchronizationN to properly use first pointer argument bunnei 2014-06-02 17:54:07 -0400
  • 4819e9a60f svc: changed DuplicateHandle log message from "error" to "debug" bunnei 2014-06-01 22:33:53 -0400
  • 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support bunnei 2014-06-01 22:12:54 -0400
  • 10447d1f48 kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule bunnei 2014-06-01 21:42:50 -0400
  • e8a17ee6fd arm: added option to prepare CPU core (while mid-instruction) for thread reschedule bunnei 2014-06-01 21:40:10 -0400
  • 15c7d81706 svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments bunnei 2014-06-01 20:48:29 -0400
  • bdeadb4ca2 Update CONTRIBUTING.md bunnei 2014-06-01 15:31:36 -0400
  • 61dd186373 Merge pull request #8 from archshift/patch-1 bunnei 2014-06-01 15:28:38 -0400
  • a1c0087b9d Merge pull request #5 from Antidote/master bunnei 2014-06-01 15:26:20 -0400
  • 7527f238a1 Merge pull request #12 from Disruption/stomas/bugfix/wrong-field-reference bunnei 2014-06-01 15:25:35 -0400
  • 0be75c13ee Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field Disruption 2014-06-01 21:08:26 +0200
  • 00adbc7817 log: updated MAX_LOGLEVEL to use correct log level enum type bunnei 2014-06-01 11:49:58 -0400
  • 5cd922d151 log: updated GenericLog __attribute__ for newly added parameter bunnei 2014-06-01 10:57:45 -0400
  • 051a998d24 Merge c965dbe69b into 6448c2f300 bunnei 2014-06-01 14:58:01 +0000
  • c965dbe69b log: updated GenericLog __attribute__ for newly added parameter bunnei 2014-06-01 10:57:45 -0400
  • f299e29c17 Merge branch 'threading' bunnei 2014-06-01 10:42:51 -0400
  • 2f55c9e55b svc: added missing function wrapper for SleepThread bunnei 2014-06-01 10:41:41 -0400
  • 7dd18a8df9 gsp: always pass through synchronization barrier for commands bunnei 2014-06-01 10:41:23 -0400
  • f2f638492b svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing) bunnei 2014-06-01 10:37:19 -0400
  • ba98e25e97 thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution bunnei 2014-06-01 10:35:42 -0400
  • f7cececc5c event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments bunnei 2014-06-01 10:33:55 -0400
  • 55325dea4c hle: added stubbed service for ndm_u bunnei 2014-05-30 00:24:04 -0400
  • c451ad2835 service: cleaned up log messages bunnei 2014-05-30 00:22:39 -0400
  • 2482be13df service: removed PT_A from, as this was just an alias for APT_U bunnei 2014-05-30 00:22:25 -0400
  • 007b7edada srv: fix to log unimplemented service (instead of crash) bunnei 2014-05-29 23:54:09 -0400
  • d8a2c8c657 mutex: fixed typo in ReleaseMutex bunnei 2014-05-29 23:31:01 -0400
  • c404d22036 hle: cleaned up log messages bunnei 2014-05-29 23:26:58 -0400
  • b0bad47c0e svc: updated OutputDebugString to use OS_LOG bunnei 2014-05-29 23:04:18 -0400
  • 55a540eb02 arm: removed unnecessary code when calling SVC from skyeye bunnei 2014-05-29 23:03:47 -0400
  • 6fc62f8c93 log: fixed to not print twice, enabled coloring, added OS print logging as its own type bunnei 2014-05-29 23:03:03 -0400
  • 9839f3b6cd core: changed time delay before kernel reschedule to "approximate" a screen refresh bunnei 2014-05-29 20:30:17 -0400
  • 6d267142ad svc: changed unimplemented SVC log messages from "debug" messages to "error" messages bunnei 2014-05-29 20:26:27 -0400
  • 58af0da792 svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes bunnei 2014-05-29 20:24:51 -0400
  • d51c84dde2 event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments bunnei 2014-05-29 20:00:44 -0400
  • 545e6919ce service: added additional hack to return success on unimplemented service calls bunnei 2014-05-29 18:54:59 -0400
  • b08b3c154f srv: changed a NOTICE_LOG to DEBUG_LOG bunnei 2014-05-29 18:53:45 -0400
  • e7202e5b2d svc: added ArbitrationType enumeration bunnei 2014-05-29 18:52:57 -0400
  • 3285b3c168 changed paddr_buttons to vaddr inspuration 2014-05-29 16:45:09 -0400
  • 6682f9173b Fixed minor suggestions by bunnei inspuration 2014-05-29 16:42:37 -0400
  • 53cc3e8f67 Fixed Cmakelists inspuration 2014-05-29 14:09:43 -0400
  • 9b6c4ac77d Bindings are now editable inspuration 2014-05-29 13:26:33 -0400
  • 5dc4223a62 Untabified previous commits, Added preliminary binding support in citra_qt, renamed USER_INPUT to HID inspuration 2014-05-29 12:06:45 -0400
  • daf2bace25 Fixed a file that was not committed inspuration 2014-05-29 02:36:19 -0400
  • 4865be9cef Working WASD in citra_qt inspuration 2014-05-29 01:59:09 -0400
  • 85f31fdfc5 Added syscall GetSystemTick, Added User_Input inspuration 2014-05-29 01:27:59 -0400
  • 4b4a6de1d8 apt: added stubbed function for InquireNotification bunnei 2014-05-28 23:33:24 -0400
  • c4b5168b45 hle: properly cast 64-bit function wrapper parameters to (u64) bunnei 2014-05-28 22:03:10 -0400
  • 9fd5d6c7d8 hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters bunnei 2014-05-28 21:20:00 -0400
  • 46aef01d04 lcd: moved kFrameTicks to lcd.h for use in other modules bunnei 2014-05-28 21:19:13 -0400
  • 70af9d620b service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further bunnei 2014-05-28 18:39:28 -0400
  • 3972d4ca8b APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent bunnei 2014-05-27 23:56:08 -0400
  • 2ed6652f10 mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions bunnei 2014-05-27 22:42:16 -0400
  • 47e781e80a svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent bunnei 2014-05-27 22:41:09 -0400
  • 94b30e8a38 APT_U: added event creation to Initialize method bunnei 2014-05-27 22:29:11 -0400
  • ea8627d536 event: fixed typos and updated CMakeLists bunnei 2014-05-27 22:14:38 -0400
  • beea6f054a event: added SetEventLocked method to change status an events lock bunnei 2014-05-27 22:14:00 -0400
  • fd69fd0325 kernel: added event module to support creation of CTR "Event" objects bunnei 2014-05-27 20:16:13 -0400
  • d493d725ac mutex: removed docstring comment that is no longer relevant bunnei 2014-05-26 22:49:11 -0400
  • 93cd5a0691 mutex: added additional docstrings bunnei 2014-05-26 22:47:47 -0400
  • a432dc8f39 kernel: added WaitSynchronization method to Kernel::Object bunnei 2014-05-26 22:17:49 -0400
  • 58a3adcdd2 kernel: updated SyncRequest to take boolean thread wait result as a parameter bunnei 2014-05-26 22:12:46 -0400
  • 6e51c56fe4 svc: added some assertions bunnei 2014-05-26 21:57:10 -0400
  • 16fea415d0 service: Renamed Sync to SyncRequest bunnei 2014-05-26 21:56:51 -0400
  • 3d7693f75f kernel: added enum for known CurrentThread and CurrentProcess handles bunnei 2014-05-26 21:56:23 -0400
  • 96b2105524 srv: added a real mutex for GetProcSemaphore (instead of stubbed) bunnei 2014-05-26 21:55:55 -0400
  • 9f7ed2d027 svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class) bunnei 2014-05-26 21:17:10 -0400
  • d73d782ba7 kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest bunnei 2014-05-26 21:01:27 -0400
  • 15d2ab1b33 svc: added stub for DuplicateHandle SVC call bunnei 2014-05-26 20:55:48 -0400
  • 6448c2f300 Merge pull request #9 from bunnei/master bunnei 2014-05-26 20:52:00 -0400
  • 0aa582bf89 service: fixed typo that MSVC did not catch as an error bunnei 2014-05-22 23:48:37 -0400
  • 420971a849 core: fixed headers in CMakeLists bunnei 2014-05-22 23:39:25 -0400
  • 32c314c992 Merge branch 'threading' bunnei 2014-05-22 22:57:45 -0400
  • 9a2e7381e6 Merge branch 'master' of https://github.com/citra-emu/citra bunnei 2014-05-22 22:56:25 -0400
  • 1de7e8cbe4 Merge branch 'master' of https://github.com/bunnei/citra bunnei 2014-05-22 22:54:56 -0400