index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2019-11-06
Merge pull request #2859 from Morph1984/hid
David
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...
FearlessTobi
2019-10-30
Merge pull request #3038 from lioncash/docs
Rodrigo Locatti
2019-10-29
Merge pull request #3007 from DarkLordZach/fsc-regress
bunnei
2019-10-27
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
scheduler: Silence sign conversion warnings
Lioncash
2019-10-27
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
scheduler: Amend documentation comments
Lioncash
2019-10-28
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-22
Merge pull request #2991 from lioncash/npad
bunnei
2019-10-22
savedata_factory: Automatically create certain savedata
Zach Hilman
2019-10-19
core: Fix clang-format errors.
bunnei
2019-10-18
Fix null pointer deref.
Nicolae-Andrei Cociorba
2019-10-17
Merge pull request #2992 from lioncash/dmnt
bunnei
2019-10-17
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
Lioncash
2019-10-17
Merge pull request #2989 from lioncash/apm
Rodrigo Locatti
2019-10-17
hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...
Lioncash
2019-10-17
hid/npad: Add missing break in default case
Lioncash
2019-10-17
hid/npad: Replace std::for_each with ranged for loops
Lioncash
2019-10-17
hid/npad: Remove redundant non-const variant of IsControllerSupported()
Lioncash
2019-10-17
hid/npad: Move function declarations
Lioncash
2019-10-17
core/core: Resolve -Wreorder warnings
Lioncash
2019-10-17
core/memory/cheat_engine: Resolve -Wreorder warnings
Lioncash
2019-10-17
apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...
Lioncash
2019-10-17
apm/controller: Make GetCurrentPerformanceMode() a const member function
Lioncash
2019-10-16
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-15
Merge pull request #2972 from lioncash/system
bunnei
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-15
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
[next]