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
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-10
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
core: Set custom RTC differential on game boot
Zach Hilman
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-03
core: Add getter/setter for ProfileSelector in System
Zach Hilman
2018-12-03
core: Make GetGameFileFromPath function externally accessible
Zach Hilman
2018-11-22
core: Relocate CPU core management to its own class
Lioncash
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-28
core: Add missing const variants of getters for the System class
Lioncash
2018-10-18
core: Remove unnecessary assert in ArmInterface()
Lioncash
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the live Cpu instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
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
[next]