index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2
-0
/
+23
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
4
-1
/
+5
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
1
-1
/
+1
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2
-0
/
+10
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
1
-1
/
+3
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
5
-19
/
+51
2018-09-02
ssl: Move SSL class to cpp file
Lioncash
2
-37
/
+39
2018-09-02
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
1
-2
/
+5
2018-08-31
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2
-1
/
+7
2018-08-31
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2
-1
/
+23
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
6
-4
/
+13
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
1
-0
/
+1
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2
-2
/
+4
2018-08-28
kernel: Eliminate kernel global state
Lioncash
45
-429
/
+629
2018-08-28
gpu: Make memory_manager private
Lioncash
1
-6
/
+6
2018-08-28
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
1
-1
/
+1
2018-08-26
set: Fixed GetAvailableLanguageCodes() to follow the max_entries
tech4me
2
-8
/
+45
2018-08-25
kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED
Lioncash
1
-2
/
+4
2018-08-25
kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG
Lioncash
1
-2
/
+1
2018-08-25
kernel/error: Add error code for the handle table being full
Lioncash
3
-4
/
+4
2018-08-25
kernel/error: Add error code for invalid memory permissions
Lioncash
2
-3
/
+4
2018-08-25
kernel/error: Correct kernel error code for invalid combination
Lioncash
1
-1
/
+2
2018-08-25
svc: Return process title ID if queried in GetInfo()
Lioncash
1
-2
/
+1
2018-08-24
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
4
-6
/
+8
2018-08-23
hid: Move core include to cpp file
Lioncash
2
-1
/
+4
2018-08-23
filesystem: Fix typo in log message
Lioncash
1
-1
/
+1
2018-08-23
Added GetBootMode (#1107)
David
4
-3
/
+25
2018-08-24
Addressed plu TTF changes
David Marcec
1
-6
/
+7
2018-08-23
filesystem: Add CreateFactories methods to fs
Zach Hilman
2
-8
/
+11
2018-08-23
filesystem: Add logging to registration getters
Zach Hilman
1
-4
/
+25
2018-08-23
Added SharedFonts loading via TTF
David Marcec
1
-5
/
+50
2018-08-22
Added missing include for pl:u
David Marcec
1
-0
/
+1
2018-08-21
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
1
-25
/
+140
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
3
-2
/
+3
2018-08-21
am: Utilize std::array within PopLaunchParameter()
Lioncash
1
-3
/
+4
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
3
-5
/
+19
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2
-2
/
+6
2018-08-20
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
1
-3
/
+3
2018-08-20
acc: Correct IProfile's constructor initializer list order
Lioncash
1
-1
/
+1
2018-08-20
acc: Remove unused DEFAULT_USER_ID
Lioncash
1
-3
/
+0
2018-08-20
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2
-19
/
+22
2018-08-20
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2
-8
/
+8
2018-08-20
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2
-2
/
+2
2018-08-20
profile_manager: Remove unnecessary static
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
1
-6
/
+4
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2
-10
/
+12
2018-08-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
1
-2
/
+2
2018-08-20
Added CheckFreeCommunicationPermission
David Marcec
1
-1
/
+8
[next]