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
/
hle
Age
Commit message (
Expand
)
Author
2017-02-13
HLE/IPC: Fix uninitialized variables in helpers (#2568)
Yuri Kunde Schlesner
2017-02-13
NWM changed to NIM
noah the goodra
2017-02-13
turned clang format back on
noah the goodra
2017-02-13
Merge pull request #2561 from wwylele/fs-rom
Yuri Kunde Schlesner
2017-02-13
loader: use self NCCH archive
wwylele
2017-02-13
file_sys: add Self NCCH archive
wwylele
2017-02-11
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-02-05
Merge pull request #2027 from Lectem/ipcrefactor
Weiyi Wang
2017-02-05
fix wwylele's comment and use typename in templates
Lectem
2017-02-03
Merge pull request #2496 from mailwl/cfg-mem
Yuri Kunde Schlesner
2017-02-02
GSP_GPU::StoreDataCache stubbed (#2428)
mailwl
2017-01-31
HLE/Applets: Stub Mint (eShop) Applet (#2463)
mailwl
2017-01-30
Core: update Kernel Config Memory to latest version (11.2)
mailwl
2017-01-29
Merge pull request #2368 from wwylele/camera-2
Yuri Kunde Schlesner
2017-01-29
Merge pull request #2429 from wwylele/auto-language-fix
Yuri Kunde Schlesner
2017-01-29
core: fix err_f.cpp warning about unhandled enumeration value on OSX
Kloen
2017-01-25
Merge pull request #2434 from mailwl/nfc-amiibo
Yuri Kunde Schlesner
2017-01-23
core: fix mic_u warnings on MSVC
Kloen
2017-01-20
HID: reset acceleroeter and gyroscope index in Init
wwylele
2017-01-19
CFG: override language setting on boot
wwylele
2017-01-16
CoreTiming: use named constant for ARM11 clock rate
wwylele
2017-01-16
HID: manages updating itself using correct ticks
wwylele
2017-01-14
Service/NFC: stub some functions
mailwl
2017-01-14
GSP::WriteHWRegsWithMask: fix register mask
mailwl
2017-01-12
Merge pull request #2425 from Subv/cleanup_todos
bunnei
2017-01-12
Merge pull request #2308 from mailwl/ac-i
bunnei
2017-01-11
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-11
Y2R: Use the proper error code when GetStandardCoefficient receives an invali...
Subv
2017-01-11
CAM: implement basic camera functions with a blank camera
wwylele
2017-01-10
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-06
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
Merge pull request #2396 from Subv/sema_acquire
bunnei
2017-01-06
Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)
Hyper
2017-01-06
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-05
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
Kernel: Remove some unused functions.
Subv
2017-01-05
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
Kernel/Semaphore: Fixed a regression in semaphore waits.
Subv
2017-01-05
Merge pull request #2393 from Subv/synch
Sebastian Valle
2017-01-05
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
Kernel: Remove a thread from all of its waiting objects' waiting_threads list...
Subv
2017-01-05
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
[prev]
[next]