This website requires JavaScript.
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
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
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
8571befc64
Merge pull request #498 from lioncash/statics
bunnei
2015-01-20 14:34:07 -0500
7c21b80236
Merge pull request #499 from lioncash/docs
bunnei
2015-01-20 14:33:34 -0500
a3f5e5605c
core: Fix a few docstrings
Lioncash
2015-01-20 13:52:44 -0500
bfef0aa07e
core_timing: Mark several variables as static
Lioncash
2015-01-20 13:47:53 -0500
cbbe9e1500
Merge pull request #492 from archshift/apt
bunnei
2015-01-20 12:55:53 -0500
205170fa62
Merge pull request #241 from linkmauve/better-loader
bunnei
2015-01-20 12:55:28 -0500
2a5654ea8a
Merge pull request #496 from lioncash/warn
bunnei
2015-01-20 10:32:00 -0500
8c6edc680c
dyncom: Clarify precedence for ternary statements
Lioncash
2015-01-19 20:25:31 -0500
004b23153b
Merge pull request #494 from lioncash/shift
bunnei
2015-01-19 16:42:31 -0500
8c39324333
CMake: Inform the user when architecture auto-detection fails
Yuri Kunde Schlesner
2015-01-13 17:47:45 -0200
fa8e6272c8
Cleanup: Logging in Core
Chin
2015-01-04 13:59:34 -0500
a873f157d0
dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc
Lioncash
2015-01-18 17:31:39 -0500
be8f665142
Merge pull request #383 from zhuowei/shared_page
bunnei
2015-01-18 18:31:52 -0500
4d316cbd8e
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
archshift
2015-01-18 15:14:27 -0800
1cb31f4f06
Merge pull request #489 from lioncash/strt
bunnei
2015-01-18 10:55:20 -0500
8575010a68
dyncom: Handle the ARM A2 encoding of STRT/LDRT
Lioncash
2015-01-17 13:51:00 -0500
14308a88a7
Merge pull request #488 from lioncash/strbt
bunnei
2015-01-17 02:15:47 -0500
0a5d450e94
dyncom: Handle the ARM A2 encoding of LDRBT/STRBT.
Lioncash
2015-01-16 09:50:53 -0500
edb8450420
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-01 21:41:34 -0800
2572a62480
APT: Fix typo in setting return code for NotifyToWait
bunnei
2015-01-15 18:23:53 -0500
350c5a7e32
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-15 18:20:58 -0500
4b47ed6194
Merge pull request #482 from yuriks/fix-vblank
bunnei
2015-01-15 18:11:03 -0500
df0d66c7cf
Loader: Clean up the ELF AppLoader.
Emmanuel Gil Peyrot
2015-01-07 01:30:32 +0000
84e52a944d
Loader: Clean up the 3DSX AppLoader.
Emmanuel Gil Peyrot
2015-01-07 01:21:50 +0000
08aaa33500
Loader: Clean up the NCCH AppLoader.
Emmanuel Gil Peyrot
2015-01-07 01:01:19 +0000
2c24e539a2
Loader: Display the type of the file being loaded.
Emmanuel Gil Peyrot
2015-01-07 00:33:00 +0000
82ec17db7d
Loader: Guess filetype from the magic, or fallback to the extension.
Emmanuel Gil Peyrot
2015-01-06 23:10:13 +0000
04622a859c
Loader: Don’t assume the file hasn’t been read before.
Emmanuel Gil Peyrot
2015-01-06 22:47:43 +0000
b5237e885d
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
Emmanuel Gil Peyrot
2015-01-06 21:30:40 +0000
2d63df90a9
Loader: Initialize the default NCCH values in the class declaration, not in the constructor.
Emmanuel Gil Peyrot
2015-01-06 21:10:12 +0000
9d3bb8b7c0
Loader: Remove the useless THREEDSXReader class.
Emmanuel Gil Peyrot
2015-01-06 19:56:26 +0000
85030c6e6b
Loader: Never forget to change is_loaded.
Emmanuel Gil Peyrot
2015-01-06 19:49:25 +0000
43e699d849
Loader: Don’t duplicate the docstring into the cpp file.
Emmanuel Gil Peyrot
2015-01-06 23:36:48 +0000
bc2212106f
Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.
Emmanuel Gil Peyrot
2015-01-05 20:09:35 +0000
3ff5a80d46
Merge pull request #481 from Subv/hm_b
bunnei
2015-01-14 21:39:49 -0500
fd1b600e05
APT: Fixed the comment style in some variables
Sebastian Valle
2015-01-14 10:14:22 -0500
394d44cf74
Merge pull request #480 from Subv/arb_2
bunnei
2015-01-14 10:04:33 -0500
a09f71521e
GPU: Fix buffer overrun in Display Transfers
Yuri Kunde Schlesner
2015-01-14 05:03:14 -0200
7630b31672
GSP: Fix appending of interrupts to the shared memory buffer
Yuri Kunde Schlesner
2015-01-14 03:26:27 -0200
9e084826b8
GPU: Do periodic VBlank updates using CoreTiming
Yuri Kunde Schlesner
2015-01-14 01:19:08 -0200