index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Relocate CPU core management to its own class
Lioncash
2018-11-22
1
-97
/
+22
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-0
/
+17
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-1
/
+1
*
core: Add missing const variants of getters for the System class
Lioncash
2018-10-28
1
-2
/
+26
*
core: Remove unnecessary assert in ArmInterface()
Lioncash
2018-10-18
1
-2
/
+1
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-4
/
+12
*
core: Make the live Cpu instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-9
/
+9
*
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-2
/
+3
*
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-3
/
+3
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
1
-1
/
+1
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-3
/
+4
*
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-29
1
-1
/
+1
*
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-7
/
+7
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
1
-4
/
+7
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
1
-1
/
+0
*
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-09-04
1
-2
/
+2
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-2
/
+3
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-4
/
+15
*
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-31
1
-174
/
+341
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-4
/
+12
*
core: Remove always true conditionals in Load()
Lioncash
2018-08-24
1
-7
/
+4
*
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
1
-0
/
+1
*
loader: Join 0* files in directory if filename is 00
Zach Hilman
2018-08-11
1
-1
/
+33
*
core: Namespace EmuWindow
Lioncash
2018-08-11
1
-2
/
+2
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
1
-22
/
+4
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
1
-2
/
+6
*
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-06
1
-1
/
+4
*
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
1
-3
/
+6
|
\
|
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
1
-1
/
+1
|
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-3
/
+6
*
|
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
1
-4
/
+8
*
|
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-3
/
+3
*
|
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
1
-2
/
+2
|
\
\
|
*
|
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
1
-2
/
+2
|
|
/
*
|
Merge pull request #894 from lioncash/object
bunnei
2018-08-03
1
-1
/
+0
|
\
\
|
*
|
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-1
/
+0
|
|
/
*
/
hw: Remove unused files
Lioncash
2018-08-02
1
-3
/
+0
|
/
*
audio_core: Move to audout_u impl.
bunnei
2018-07-30
1
-2
/
+0
*
core: Add AudioCore to global state.
bunnei
2018-07-27
1
-0
/
+2
*
Implement exclusive monitor
MerryMage
2018-07-22
1
-1
/
+2
*
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
1
-1
/
+3
|
\
|
*
core: Make System's default constructor private
Lioncash
2018-07-18
1
-0
/
+2
|
*
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
1
-1
/
+1
*
|
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
1
-1
/
+2
|
/
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
1
-2
/
+1
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-1
/
+2
*
Update clang format
James Rowe
2018-07-02
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-7
/
+7
[next]