index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Update RegisterCheatList for new VM
Zach Hilman
2019-09-21
1
-3
/
+7
*
core: Store FileSystemController in core
Zach Hilman
2019-09-21
1
-0
/
+8
*
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-26
1
-0
/
+10
|
\
|
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-0
/
+10
*
|
core: Remove CurrentArmInterface() global accessor
Lioncash
2019-07-12
1
-4
/
+0
*
|
core: Keep instance of APM Controller
Zach Hilman
2019-06-28
1
-0
/
+8
|
/
*
core: Keep track of ARPManager and register current application on boot
Zach Hilman
2019-06-24
1
-0
/
+8
*
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
1
-0
/
+4
|
\
|
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-4
/
+0
|
*
core: Add Reporter class to take/save reports
Zach Hilman
2019-05-25
1
-0
/
+3
|
*
core: Track load offsets of NSO modules
Zach Hilman
2019-05-25
1
-0
/
+5
*
|
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-28
1
-1
/
+0
|
/
*
core: Remove specific applets in favor of AppletManager
Zach Hilman
2019-04-17
1
-14
/
+15
*
core: Store system-wide ContentProvider for the emulator
Zach Hilman
2019-03-26
1
-0
/
+14
*
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
1
-0
/
+4
|
\
|
*
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
1
-2
/
+2
|
*
core: Add support for registering and controlling ownership of CheatEngine
Zach Hilman
2019-03-04
1
-0
/
+4
*
|
core/core: Remove the global telemetry accessor function
Lioncash
2019-03-04
1
-4
/
+0
|
/
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-0
/
+10
*
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
1
-6
/
+7
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
1
-1
/
+6
*
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-23
1
-0
/
+5
|
\
|
*
core: Add getter/setter for ProfileSelector in System
Zach Hilman
2018-12-03
1
-0
/
+5
*
|
core: Make GetGameFileFromPath function externally accessible
Zach Hilman
2018-12-03
1
-0
/
+4
|
/
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-0
/
+5
*
core: Add missing const variants of getters for the System class
Lioncash
2018-10-28
1
-8
/
+23
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-1
/
+7
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-5
/
+5
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-4
/
+4
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
1
-1
/
+4
*
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-09-04
1
-1
/
+1
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-21
/
+35
*
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-31
1
-100
/
+38
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-0
/
+8
*
Merge pull request #1175 from lioncash/ns
bunnei
2018-08-27
1
-2
/
+2
|
\
|
*
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-24
1
-2
/
+2
*
|
Merge pull request #1174 from lioncash/debug
bunnei
2018-08-27
1
-0
/
+1
|
\
\
|
*
|
debug_utils: Remove unused includes
Lioncash
2018-08-24
1
-0
/
+1
|
|
/
*
/
qt: Add filename and title id to window title while running
Zach Hilman
2018-08-23
1
-0
/
+7
|
/
*
core: Delete System copy/move constructors and assignment operators
Lioncash
2018-08-16
1
-0
/
+6
*
core: Namespace EmuWindow
Lioncash
2018-08-11
1
-3
/
+6
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
1
-15
/
+9
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
1
-0
/
+12
*
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-06
1
-0
/
+11
*
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
1
-1
/
+21
|
\
|
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-1
/
+21
*
|
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
1
-6
/
+8
*
|
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-2
/
+1
*
|
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
1
-4
/
+6
|
\
\
[next]