1669 Commits (7faf2d8e06e705d1866fa0d7848ff43541a4b172)
 

Author SHA1 Message Date
bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 years ago
bunnei e4a5d8ad4f Event: Fixed some bugs and cleanup (Subv) 11 years ago
bunnei 1f7a04f05a Thread: Keep track of multiple wait objects. 11 years ago
bunnei 14cbbf4d9b Event: Get rid of permanent_lock hack. 11 years ago
bunnei 5e77e2e1de WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. 11 years ago
bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 years ago
bunnei 0c7498545f Merge pull request #491 from archshift/hidspvr 11 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
Tony Wasserka 8946df97b5 Merge pull request #429 from Kingcom/titlebar 11 years ago
Kingcom 76c74ffc96 citra-qt: Add option to hide dock widget title bars 11 years ago
bunnei 8571befc64 Merge pull request #498 from lioncash/statics 11 years ago
bunnei 7c21b80236 Merge pull request #499 from lioncash/docs 11 years ago
Lioncash a3f5e5605c core: Fix a few docstrings 11 years ago
Lioncash bfef0aa07e core_timing: Mark several variables as static 11 years ago
bunnei cbbe9e1500 Merge pull request #492 from archshift/apt 11 years ago
bunnei 205170fa62 Merge pull request #241 from linkmauve/better-loader 11 years ago
bunnei 2a5654ea8a Merge pull request #496 from lioncash/warn 11 years ago
Lioncash 8c6edc680c dyncom: Clarify precedence for ternary statements 11 years ago
bunnei 004b23153b Merge pull request #494 from lioncash/shift 11 years ago
Lioncash a873f157d0 dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc 11 years ago
bunnei be8f665142 Merge pull request #383 from zhuowei/shared_page 11 years ago
archshift 4d316cbd8e Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively 11 years ago
bunnei 1cb31f4f06 Merge pull request #489 from lioncash/strt 11 years ago
Lioncash 8575010a68 dyncom: Handle the ARM A2 encoding of STRT/LDRT 11 years ago
bunnei 14308a88a7 Merge pull request #488 from lioncash/strbt 11 years ago
Lioncash 0a5d450e94 dyncom: Handle the ARM A2 encoding of LDRBT/STRBT. 11 years ago
Zhuowei Zhang edb8450420 Add some support for the shared page (currently 3d slider is implemented) 11 years ago
bunnei 2572a62480 APT: Fix typo in setting return code for NotifyToWait 11 years ago
bunnei 350c5a7e32 DSP: Removed useless spam log for SignalInterrupt 11 years ago
bunnei 4b47ed6194 Merge pull request #482 from yuriks/fix-vblank 11 years ago
Emmanuel Gil Peyrot df0d66c7cf Loader: Clean up the ELF AppLoader. 11 years ago
Emmanuel Gil Peyrot 84e52a944d Loader: Clean up the 3DSX AppLoader. 11 years ago
Emmanuel Gil Peyrot 08aaa33500 Loader: Clean up the NCCH AppLoader. 11 years ago
Emmanuel Gil Peyrot 2c24e539a2 Loader: Display the type of the file being loaded. 11 years ago
Emmanuel Gil Peyrot 82ec17db7d Loader: Guess filetype from the magic, or fallback to the extension. 11 years ago
Emmanuel Gil Peyrot 04622a859c Loader: Don’t assume the file hasn’t been read before. 11 years ago
Emmanuel Gil Peyrot b5237e885d Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times. 11 years ago
Emmanuel Gil Peyrot 2d63df90a9 Loader: Initialize the default NCCH values in the class declaration, not in the constructor. 11 years ago
Emmanuel Gil Peyrot 9d3bb8b7c0 Loader: Remove the useless THREEDSXReader class. 11 years ago
Emmanuel Gil Peyrot 85030c6e6b Loader: Never forget to change is_loaded. 11 years ago
Emmanuel Gil Peyrot 43e699d849 Loader: Don’t duplicate the docstring into the cpp file. 11 years ago
Emmanuel Gil Peyrot bc2212106f Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. 11 years ago
bunnei 3ff5a80d46 Merge pull request #481 from Subv/hm_b 11 years ago
Sebastian Valle fd1b600e05 APT: Fixed the comment style in some variables 11 years ago
bunnei 394d44cf74 Merge pull request #480 from Subv/arb_2 11 years ago
Yuri Kunde Schlesner a09f71521e GPU: Fix buffer overrun in Display Transfers 11 years ago
Yuri Kunde Schlesner 7630b31672 GSP: Fix appending of interrupts to the shared memory buffer 11 years ago
Yuri Kunde Schlesner 9e084826b8 GPU: Do periodic VBlank updates using CoreTiming 11 years ago
Yuri Kunde Schlesner e29dd76e12 GPU: Correct wrong default framebuffer address for sub-screen. 11 years ago
Yuri Kunde Schlesner 5961a2852d GSP: Update framebuffer info on all interrupts 11 years ago