index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2015-01-19
Cleanup: Logging in Core
Chin
2015-01-18
Merge pull request #383 from zhuowei/shared_page
bunnei
2015-01-17
dyncom: Handle the ARM A2 encoding of STRT/LDRT
Lioncash
2015-01-16
dyncom: Handle the ARM A2 encoding of LDRBT/STRBT.
Lioncash
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-15
APT: Fix typo in setting return code for NotifyToWait
bunnei
2015-01-15
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-15
Merge pull request #482 from yuriks/fix-vblank
bunnei
2015-01-14
Merge pull request #481 from Subv/hm_b
bunnei
2015-01-14
APT: Fixed the comment style in some variables
Sebastian Valle
2015-01-14
Merge pull request #480 from Subv/arb_2
bunnei
2015-01-14
GPU: Fix buffer overrun in Display Transfers
Yuri Kunde Schlesner
2015-01-14
GSP: Fix appending of interrupts to the shared memory buffer
Yuri Kunde Schlesner
2015-01-14
GPU: Do periodic VBlank updates using CoreTiming
Yuri Kunde Schlesner
2015-01-14
GPU: Correct wrong default framebuffer address for sub-screen.
Yuri Kunde Schlesner
2015-01-14
GSP: Update framebuffer info on all interrupts
Yuri Kunde Schlesner
2015-01-14
GPU: Fire GPU interrupts at the correct places.
Yuri Kunde Schlesner
2015-01-13
APTU: Stubbed NotifyToWait, taken from 3dmoo.
Subv
2015-01-13
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
Services: Added some missing services.
Subv
2015-01-12
vfp: Remove dead code
Lioncash
2015-01-12
dyncom: Fix 32-bit ASR shifts for immediates
Lioncash
2015-01-12
dyncom: Remove unused flag macros
Lioncash
2015-01-12
Merge pull request #472 from lioncash/overflow
bunnei
2015-01-12
dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoop
Lioncash
2015-01-12
dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBC
Lioncash
2015-01-12
dyncom: Add a helper function for addition with a carry
Lioncash
2015-01-11
Fix building on MinGW
darkf
2015-01-11
dyncom: Fix ADC overflow flag setting
Lioncash
2015-01-11
Merge pull request #456 from Subv/waitsync1
bunnei
2015-01-11
dyncom: Fix conditional execution of MSR
Lioncash
2015-01-11
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
Thread: Prevent waking a thread multiple times.
Subv
2015-01-11
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-10
Stubbed y2r:u IsBusyConversion
archshift
2015-01-10
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-08
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
Core: Fixed a crash and removed some unused variables.
Subv
2015-01-08
SVC: Implemented the Timer service calls.
Subv
2015-01-08
DynCom: Add a comment to GetTicks.
Subv
[next]