index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
Age
Commit message (
Expand
)
Author
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-25
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-04
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-24
core: Remove always true conditionals in Load()
Lioncash
2018-08-11
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
loader: Join 0* files in directory if filename is 00
Zach Hilman
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-06
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-05
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
Merge pull request #894 from lioncash/object
bunnei
2018-08-02
hw: Remove unused files
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-07-30
audio_core: Move to audout_u impl.
bunnei
2018-07-27
core: Add AudioCore to global state.
bunnei
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-18
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
core: Make System's default constructor private
Lioncash
2018-07-18
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-10
core: Run all CPU cores separately, even in single-thread mode.
bunnei
2018-05-10
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
core: Support session close with multicore.
bunnei
2018-05-10
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-10
core: Move common CPU core things to its own class.
bunnei
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equiva...
Lioncash
2018-04-20
core: Relocate g_service_manager to the System class
Lioncash
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-03-26
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
[next]