index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-22
/
+22
*
applets: Append applet_ prefix to backend applets
Morph
2021-07-14
1
-14
/
+14
*
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-07-06
1
-2
/
+0
*
core: Enforce C4242
Morph
2021-06-28
1
-6
/
+3
*
hle: api_version: Add HLE API version constants
Morph
2021-06-16
1
-0
/
+1
*
spl: Add SPL types
Morph
2021-06-16
1
-0
/
+1
*
spl: Add SPL result codes
Morph
2021-06-16
1
-0
/
+1
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-14
/
+12
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
1
-2
/
+2
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-2
/
+2
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
1
-2
/
+0
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
1
-0
/
+2
*
hle: kernel: Migrate KServerPort to KAutoObject.
bunnei
2021-05-05
1
-2
/
+2
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
1
-2
/
+2
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
1
-2
/
+2
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
1
-6
/
+6
*
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
1
-0
/
+2
*
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
1
-0
/
+2
*
hle: kernel: Add initial impl. of KLinkedList.
bunnei
2021-05-05
1
-0
/
+1
*
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei
2021-05-05
1
-0
/
+1
*
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
bunnei
2021-05-05
1
-0
/
+2
*
hle: kernel: Add initial impl. of KAutoObject.
bunnei
2021-05-05
1
-0
/
+2
*
Merge pull request #6226 from german77/sevensix
bunnei
2021-04-29
1
-0
/
+2
|
\
|
*
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
2021-04-23
1
-0
/
+2
*
|
glue: Add ectx:aw placeholder
german77
2021-04-24
1
-0
/
+2
|
/
*
applets/swkbd: Implement the Normal and Inline Software Keyboard Applet
Morph
2021-04-15
1
-0
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-2
/
+0
*
Merge pull request #6172 from degasus/cmake_opus
bunnei
2021-04-10
1
-1
/
+1
|
\
|
*
externals: Search for shared opus installation.
Markus Wick
2021-04-08
1
-1
/
+1
*
|
hle: kernel: k_memory_layout: Derive memory regions based on board layout.
bunnei
2021-03-21
1
-0
/
+2
*
|
hle: kernel: board: Add secure_monitor module.
bunnei
2021-03-21
1
-0
/
+1
*
|
hle: kernel: Add k_trace module.
bunnei
2021-03-21
1
-0
/
+1
*
|
hle: kernel: KSystemControl: Update to reflect board-specific behavior.
bunnei
2021-03-21
1
-1
/
+2
*
|
hle: kernel: Add initial KMemoryRegionType module.
bunnei
2021-03-21
1
-0
/
+1
*
|
hle: kernel: Move KMemoryRegion to its own module and update.
bunnei
2021-03-21
1
-0
/
+1
|
/
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
1
-4
/
+4
*
hle: kernel: Migrate MemoryManager to KMemoryManager.
bunnei
2021-02-18
1
-2
/
+2
*
hle: kernel: Migrate PageLinkedList to KPageLinkedList.
bunnei
2021-02-18
1
-1
/
+1
*
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
1
-4
/
+4
*
hle: kernel: Migrate SlabHeap to KSlabHeap.
bunnei
2021-02-18
1
-1
/
+1
*
hle: kernel: Migrate MemoryLayout to KMemoryLayout.
bunnei
2021-02-18
1
-1
/
+1
*
hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.
bunnei
2021-02-18
1
-2
/
+2
*
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-18
1
-2
/
+2
*
hle: kernel: Add KPageBitmap class.
bunnei
2021-02-18
1
-0
/
+1
*
hle: kernel: Add KSpinLock implementation.
bunnei
2021-02-18
1
-0
/
+2
*
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-18
1
-2
/
+2
*
core: core_timing_util: Optimize core timing math.
bunnei
2021-02-15
1
-1
/
+0
*
core/CMakeLists: Add web_types.h
Morph
2021-02-15
1
-0
/
+1
*
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...
bunnei
2021-02-13
1
-0
/
+1
*
kernel: KScopedReservation implementation
ameerj
2021-02-12
1
-0
/
+1
[next]