index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dyncom: Fix ADC overflow flag setting
Lioncash
2015-01-11
1
-8
/
+12
*
Merge pull request #456 from Subv/waitsync1
bunnei
2015-01-11
1
-3
/
+2
|
\
|
*
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-11
1
-3
/
+2
*
|
Merge pull request #467 from lioncash/msr
bunnei
2015-01-11
1
-29
/
+31
|
\
\
|
*
|
dyncom: Fix conditional execution of MSR
Lioncash
2015-01-11
1
-29
/
+31
*
|
|
Merge pull request #437 from Kingcom/DebugMode
Tony Wasserka
2015-01-11
9
-15
/
+60
|
\
\
\
|
*
|
|
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...
Kingcom
2015-01-11
9
-15
/
+60
*
|
|
|
Merge pull request #465 from chinhodado/appveyor
bunnei
2015-01-11
1
-0
/
+17
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
AppVeyor: Use shallow clone
chinhodado
2015-01-11
1
-2
/
+2
|
*
|
|
Add appveyor.yml
Chin
2015-01-11
1
-0
/
+17
*
|
|
|
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
1
-0
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Thread: Prevent waking a thread multiple times.
Subv
2015-01-11
1
-0
/
+3
*
|
|
|
Merge pull request #457 from Subv/qt
bunnei
2015-01-11
2
-6
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
citra-qt: Add explicit casts to prevent some warnings.
Subv
2015-01-10
1
-2
/
+2
|
*
|
|
citra-qt: Fixed some Qt errors on initialization
Subv
2015-01-10
2
-4
/
+4
|
|
/
/
*
|
|
Merge pull request #462 from archshift/isbusy
bunnei
2015-01-11
1
-1
/
+16
|
\
\
\
|
*
|
|
Stubbed y2r:u IsBusyConversion
archshift
2015-01-10
1
-1
/
+16
|
/
/
/
*
|
|
Merge pull request #459 from archshift/logs
bunnei
2015-01-11
12
-60
/
+33
|
\
\
\
|
*
|
|
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
1
-3
/
+3
|
*
|
|
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
12
-57
/
+30
*
|
|
|
Merge pull request #460 from chinhodado/revert-319-travis-apt-cache
bunnei
2015-01-11
2
-7
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Revert "Travis: Enable caching of dependencies"
chinhodado
2015-01-10
2
-7
/
+0
|
/
/
/
*
|
|
Merge pull request #458 from yuriks/cmake-debug
bunnei
2015-01-10
1
-1
/
+5
|
\
\
\
|
*
|
|
CMake: Consistently set _DEBUG and NDEBUG in all platforms
Yuri Kunde Schlesner
2015-01-10
1
-1
/
+5
|
|
/
/
*
|
|
Merge pull request #455 from yuriks/handle-reform3
bunnei
2015-01-10
13
-91
/
+97
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
13
-90
/
+95
|
*
|
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
2
-2
/
+3
*
|
|
Fix Windows build
bunnei
2015-01-10
1
-1
/
+1
*
|
|
Merge pull request #342 from uppfinnarn/master
bunnei
2015-01-10
3
-31
/
+13
|
\
\
\
|
*
|
|
Looks like that might be needed on OSX after all
Johannes Ekberg
2015-01-09
1
-6
/
+2
|
*
|
|
Use -pthread where and only where needed
Johannes Ekberg
2015-01-09
3
-9
/
+5
|
*
|
|
Link Cocoa, IOKit and CoreVideo on OSX
Johannes Ekberg
2015-01-09
1
-3
/
+4
|
*
|
|
Generic PLATFORM_LIBRARIES var
Johannes Ekberg
2015-01-09
3
-19
/
+8
*
|
|
|
Merge pull request #454 from chinhodado/patch-1
bunnei
2015-01-09
1
-2
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Cleanup: Remove redundant /Oi flag
chinhodado
2015-01-09
1
-2
/
+1
*
|
|
|
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
25
-374
/
+330
|
\
\
\
\
|
*
|
|
|
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
|
*
|
|
|
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
1
-6
/
+6
|
*
|
|
|
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
11
-302
/
+222
|
*
|
|
|
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
3
-53
/
+67
|
*
|
|
|
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
18
-32
/
+53
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
1
-0
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Warn if a new thread is intended to be run on the system CPU core until we im...
Kevin Hartman
2015-01-07
1
-0
/
+5
*
|
|
|
Merge pull request #453 from yuriks/vs-parallel
bunnei
2015-01-09
1
-1
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
CMake: Enable VS parallel builds for a good reduction in compile times
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
8
-5
/
+234
|
\
\
\
|
*
|
|
SVC: Implemented the Timer service calls.
Subv
2015-01-08
8
-5
/
+234
*
|
|
|
Merge pull request #451 from Subv/wut
bunnei
2015-01-08
2
-8
/
+2
|
\
\
\
\
|
*
|
|
|
Core: Fixed a crash and removed some unused variables.
Subv
2015-01-08
2
-8
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #450 from Subv/ticks_fix
bunnei
2015-01-08
2
-6
/
+3
|
\
\
\
\
[next]