index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-07
Fixed EmuWindow typo (fixes OSX build)
bunnei
2
-2
/
+2
2015-03-07
Set framebuffer layout from EmuWindow.
bunnei
2
-7
/
+75
2015-03-05
Removed swap code redundancy and moved common swap code to swap.h
archshift
3
-127
/
+97
2015-03-01
Profiler: Implement QPCClock to get better precision on Win32
Yuri Kunde Schlesner
2
-1
/
+42
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
6
-0
/
+493
2015-02-25
Common: Switch to the XDG Base Directory Specification for directory selection.
Emmanuel Gil Peyrot
2
-10
/
+69
2015-02-22
Added information reporting from ThrowFatalError
archshift
3
-2
/
+2
2015-02-20
Common: Change names containing “Dolphin” or “PPSSPP” to something mo...
Emmanuel Gil Peyrot
2
-8
/
+8
2015-02-19
Misc cleanup of common and related functions
archshift
3
-79
/
+28
2015-02-19
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
2
-3
/
+3
2015-02-18
Remove "super lame/broken" file_search compilation unit that was leftover fro...
archshift
3
-128
/
+0
2015-02-18
Remove redundant utf8 compilation unit that was leftover from Dolphin
archshift
3
-528
/
+0
2015-02-18
Remove useless extended_trace compilation unit that was leftover from Dolphin
archshift
3
-480
/
+0
2015-02-18
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
7
-178
/
+11
2015-02-18
Asserts: Use lambdas to keep assertion code away from the main code path
Yuri Kunde Schlesner
1
-6
/
+25
2015-02-16
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
1
-0
/
+7
2015-02-12
backend: Add logging subentry for ldr
Lioncash
1
-0
/
+1
2015-02-12
Build: Fixed some warnings
Subv
1
-3
/
+3
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
15
-105
/
+73
2015-02-07
Services: Stub some functions
purpasmart96
1
-0
/
+1
2015-02-07
Fix a wrong file name in a comment
chinhodado
1
-1
/
+1
2015-01-30
Common: Fix SCOPE_EXIT to actually create unique identifiers.
Yuri Kunde Schlesner
2
-1
/
+7
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
3
-10
/
+10
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
3
-24
/
+8
2015-01-07
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
1
-144
/
+74
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2
-0
/
+2
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
5
-101
/
+2
2015-01-05
Common: Use std::abs instead of abs, using abs with cmath fails on some systems.
Emmanuel Gil Peyrot
1
-2
/
+3
2015-01-05
Common: Remove the unused x86-specific 128-bit float type.
Emmanuel Gil Peyrot
1
-11
/
+0
2015-01-03
Archives: Changed the way paths are built for the archives.
Subv
3
-20
/
+4
2015-01-03
SaveDataCheck: Move the files to nand/title
Subv
1
-1
/
+1
2015-01-02
Archives: Change the folder layout of some archives.
Subv
3
-20
/
+24
2015-01-02
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
3
-0
/
+4
2014-12-31
SOC_U: Preliminary implementation of sockets.
Subv
2
-0
/
+2
2014-12-29
Fix MSVC-related #defines and add CMakeLists comment
darkf
5
-10
/
+10
2014-12-29
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
3
-0
/
+4
2014-12-21
More warning cleanups
Chin
1
-0
/
+6
2014-12-20
License change
purpasmart96
46
-74
/
+74
2014-12-20
BitField: Add an explicit Assign method.
Tony Wasserka
1
-1
/
+5
2014-12-20
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2
-0
/
+17
2014-12-17
SaveData: Implemented the SystemSaveData archive.
Subv
3
-0
/
+4
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
3
-0
/
+4
2014-12-14
Restore the original console color after logging a message.
Yuri Kunde Schlesner
2
-13
/
+25
2014-12-13
Remove old logging system
Yuri Kunde Schlesner
6
-850
/
+2
2014-12-13
Add configurable per-class log filtering
Yuri Kunde Schlesner
5
-3
/
+205
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
8
-71
/
+94
2014-12-13
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
3
-1
/
+53
2014-12-13
Re-add coloring to the console logging output.
Yuri Kunde Schlesner
1
-0
/
+50
2014-12-13
New logging system
Yuri Kunde Schlesner
11
-66
/
+716
2014-12-13
Add SCOPE_EXIT macro to conveniently execute cleanup actions
Yuri Kunde Schlesner
2
-0
/
+38
[next]