index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #584 from yuriks/outline-asserts
bunnei
2015-03-08
1
-6
/
+25
|
\
|
*
Asserts: Use lambdas to keep assertion code away from the main code path
Yuri Kunde Schlesner
2015-02-18
1
-6
/
+25
*
|
Fixed EmuWindow typo (fixes OSX build)
bunnei
2015-03-07
2
-2
/
+2
*
|
Merge pull request #636 from bunnei/refactor-screen-win
bunnei
2015-03-07
2
-7
/
+75
|
\
\
|
*
|
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
2
-7
/
+75
*
|
|
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-07
6
-0
/
+534
|
\
\
\
|
*
|
|
Profiler: Implement QPCClock to get better precision on Win32
Yuri Kunde Schlesner
2015-03-01
2
-1
/
+42
|
*
|
|
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-03-01
6
-0
/
+493
|
|
/
/
*
/
/
Removed swap code redundancy and moved common swap code to swap.h
archshift
2015-03-05
3
-127
/
+97
|
/
/
*
|
Common: Switch to the XDG Base Directory Specification for directory selection.
Emmanuel Gil Peyrot
2015-02-25
2
-10
/
+69
*
|
Merge pull request #581 from archshift/tfe
bunnei
2015-02-23
3
-2
/
+2
|
\
\
|
*
|
Added information reporting from ThrowFatalError
archshift
2015-02-22
3
-2
/
+2
*
|
|
Common: Change names containing “Dolphin” or “PPSSPP” to something mo...
Emmanuel Gil Peyrot
2015-02-20
2
-8
/
+8
*
|
|
Misc cleanup of common and related functions
archshift
2015-02-19
3
-79
/
+28
*
|
|
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
2015-02-19
2
-3
/
+3
*
|
|
Remove "super lame/broken" file_search compilation unit that was leftover fro...
archshift
2015-02-18
3
-128
/
+0
*
|
|
Remove redundant utf8 compilation unit that was leftover from Dolphin
archshift
2015-02-18
3
-528
/
+0
*
|
|
Remove useless extended_trace compilation unit that was leftover from Dolphin
archshift
2015-02-18
3
-480
/
+0
*
|
|
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
2015-02-18
7
-178
/
+11
|
/
/
*
|
Merge pull request #570 from purpasmart96/config_mem
bunnei
2015-02-18
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
2015-02-16
1
-0
/
+7
*
|
Merge pull request #529 from Subv/master
bunnei
2015-02-14
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Build: Fixed some warnings
Subv
2015-02-12
1
-3
/
+3
*
|
backend: Add logging subentry for ldr
Lioncash
2015-02-12
1
-0
/
+1
|
/
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
15
-105
/
+73
*
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-10
1
-0
/
+1
|
\
|
*
Services: Stub some functions
purpasmart96
2015-02-07
1
-0
/
+1
*
|
Fix a wrong file name in a comment
chinhodado
2015-02-07
1
-1
/
+1
|
/
*
Common: Fix SCOPE_EXIT to actually create unique identifiers.
Yuri Kunde Schlesner
2015-01-30
2
-1
/
+7
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
3
-10
/
+10
*
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
3
-24
/
+8
*
Merge pull request #431 from yuriks/thread-queue-cleanup
bunnei
2015-01-07
1
-144
/
+74
|
\
|
*
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
2015-01-07
1
-144
/
+74
*
|
Merge pull request #425 from Subv/coretiming
bunnei
2015-01-07
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
2
-0
/
+2
*
|
Merge pull request #421 from linkmauve/remove-dead-platforms
bunnei
2015-01-06
5
-101
/
+2
|
\
\
|
*
|
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
2015-01-06
5
-101
/
+2
*
|
|
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-06
3
-32
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
3
-20
/
+4
|
*
|
SaveDataCheck: Move the files to nand/title
Subv
2015-01-03
1
-1
/
+1
|
*
|
Archives: Change the folder layout of some archives.
Subv
2015-01-02
3
-20
/
+24
|
|
/
*
|
Common: Use std::abs instead of abs, using abs with cmath fails on some systems.
Emmanuel Gil Peyrot
2015-01-05
1
-2
/
+3
*
|
Common: Remove the unused x86-specific 128-bit float type.
Emmanuel Gil Peyrot
2015-01-05
1
-11
/
+0
|
/
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-02
3
-0
/
+4
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
2
-0
/
+2
*
Merge pull request #369 from darkf/mingw_
bunnei
2014-12-30
7
-21
/
+38
|
\
|
*
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-29
5
-10
/
+10
|
*
Fix merge conflicts
darkf
2014-12-29
59
-1092
/
+1296
|
|
\
|
*
|
Fix MinGW build
darkf
2014-11-28
7
-21
/
+34
*
|
|
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-29
3
-0
/
+4
|
|
/
|
/
|
[next]