index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-19
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
loader: Remove Linker class
Lioncash
2019-03-19
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
2019-03-19
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
Small fixes to address_arbiter to better match the IDB.
Fernando Sahmkow
2019-03-19
Fix getopt on systems where char is unsigned by default
xperia64
2019-03-19
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-03-18
Merge pull request #2258 from lioncash/am
bunnei
2019-03-18
input_common/sdl: Correct return values within implementations of GetPollers()
Lioncash
2019-03-18
input_common/sdl: Use a type alias to shorten declaration of GetPollers
Lioncash
2019-03-18
Merge pull request #2259 from lioncash/fsp
bunnei
2019-03-18
Merge pull request #2254 from lioncash/redundant
bunnei
2019-03-18
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-17
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
Merge pull request #2257 from MerryMage/boost-1.66
Mat M
2019-03-17
CMakeLists: Raise minimum Boost requirement to 1.66.0
MerryMage
2019-03-17
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-17
CMakeLists: Move off of modifying CMAKE_*-related flags
Lioncash
2019-03-17
input_common/sdl_impl: Make lambda capture more specific in SDLState constructor
Lioncash
2019-03-17
input_common/sdl_impl: Remove unnecessary std::chrono::duration construction
Lioncash
2019-03-17
input_common/sdl_impl: Remove unused variable in SDLState constructor
Lioncash
2019-03-17
CMakeLists: Move compilation flags into the src directory
Lioncash
2019-03-17
Merge pull request #2251 from bunnei/skip-zero-flush
bunnei
2019-03-16
Merge pull request #2249 from lioncash/ipc
bunnei
2019-03-16
Merge pull request #2246 from lioncash/opus-fork
bunnei
2019-03-16
Merge pull request #2245 from lioncash/unused-def
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
gl_rasterizer: Skip zero addr/sized regions on flush/invalidate.
bunnei
2019-03-16
Merge pull request #2244 from bunnei/gpu-mem-refactor
bunnei
2019-03-16
Merge pull request #2243 from bunnei/mem-simplify-cache
bunnei
2019-03-16
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-16
ipc_helpers: Allow pushing and popping floating-point values
Lioncash
2019-03-16
common/thread_queue_list: Remove unnecessary dependency on boost
Lioncash
2019-03-16
externals: Update opus to latest master
Lioncash
2019-03-16
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
Merge pull request #2241 from lioncash/compile-flags
bunnei
2019-03-16
Merge pull request #2242 from lioncash/thread-fn
bunnei
2019-03-16
memory: Simplify rasterizer cache operations.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
Merge pull request #2237 from bunnei/cache-host-addr
bunnei
2019-03-15
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
Merge pull request #2048 from FearlessTobi/port-3924
bunnei
[prev]
[next]