index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
5
-4
/
+7
2018-08-21
am: Utilize std::array within PopLaunchParameter()
Lioncash
1
-3
/
+4
2018-08-21
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
1
-1
/
+1
2018-08-21
sdmc_factory: Remove unnecessary core include
Lioncash
2
-1
/
+1
2018-08-21
qt/main: Port part of citra(#3411), open savedata works
tech4me
2
-4
/
+4
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
6
-5
/
+22
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
3
-3
/
+12
2018-08-20
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
1
-4
/
+4
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-21
Port #3353 from Citra
fearlessTobi
3
-7
/
+18
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
3
-2
/
+3
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
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
7
-20
/
+99
2018-08-17
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2
-2
/
+22
2018-08-16
correct coding style
greggameplayer
1
-1
/
+1
2018-08-16
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2
-1
/
+13
2018-08-16
core: Delete System copy/move constructors and assignment operators
Lioncash
1
-0
/
+6
2018-08-16
dynarmic: Update to 550d662
MerryMage
1
-0
/
+3
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2
-12
/
+14
2018-08-15
kernel/server_session: Add IsSession() member function
Lioncash
3
-3
/
+8
2018-08-15
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
1
-1
/
+1
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
3
-12
/
+11
2018-08-15
loader/nca: Remove unnecessary includes and member variables
Lioncash
2
-20
/
+11
2018-08-15
loader/xci: Remove unnecessary includes and member variables
Lioncash
2
-15
/
+11
2018-08-15
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
1
-1
/
+1
2018-08-15
lm: Handle threads and modules within the logger
Lioncash
1
-1
/
+19
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
6
-17
/
+0
2018-08-14
kernel/svc: Log svcBreak parameters
Lioncash
1
-2
/
+5
2018-08-14
emu_window: Ensure WindowConfig members are always initialized
Lioncash
1
-3
/
+3
2018-08-14
common/telemetry: Migrate core-independent info gathering to common
Lioncash
1
-62
/
+7
2018-08-13
mm_u: Forward all old variants of functions to the new ones
Lioncash
1
-5
/
+11
2018-08-13
mm_u: Move implementation class into the cpp file
Lioncash
2
-46
/
+46
2018-08-13
audout_u: Correct IAudioOut initializer list order
Lioncash
1
-1
/
+1
2018-08-13
arm_dynarmic: Remove IsExecuting check from PrepareReschedule
MerryMage
1
-3
/
+1
2018-08-13
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
3
-1
/
+12
2018-08-13
kernel/object: Tighten object against data races
Lioncash
2
-8
/
+9
[next]