index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
Tony Wasserka
2015-02-11
5
-50
/
+68
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
87
-216
/
+134
*
GSP: Fixed typo in SignalInterrupt
bunnei
2015-02-10
1
-1
/
+1
*
Merge pull request #552 from bunnei/setbufferswap-fix
bunnei
2015-02-10
1
-4
/
+3
|
\
|
*
GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.
bunnei
2015-02-10
1
-4
/
+3
*
|
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-10
8
-8
/
+206
|
\
\
|
*
|
Services: Stub some functions
purpasmart96
2015-02-07
8
-8
/
+206
*
|
|
Merge pull request #556 from lioncash/clean
bunnei
2015-02-10
4
-28
/
+19
|
\
\
\
|
*
|
|
arm: Remove TRUE/FALSE defines
Lioncash
2015-02-10
4
-28
/
+19
*
|
|
|
Merge pull request #555 from lioncash/lut
bunnei
2015-02-10
1
-7
/
+7
|
\
\
\
\
|
*
|
|
|
arm_dyncom_thumb: Make lookup tables static
Lioncash
2015-02-10
1
-7
/
+7
|
|
/
/
/
*
|
|
|
PTM: Fixed a problem with the gamecoin PTM file.
Subv
2015-02-10
1
-21
/
+13
*
|
|
|
Archives: Made the Format function more generic.
Subv
2015-02-10
3
-9
/
+10
*
|
|
|
Archives: Expose the File and Directory classes to HLE
Subv
2015-02-10
3
-58
/
+62
*
|
|
|
ResultVal: Fixed compilation when reassigning a ResultVal.
Subv
2015-02-10
1
-3
/
+3
*
|
|
|
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-02-10
19
-159
/
+199
*
|
|
|
FS: Get rid of completely useless Archive class
Yuri Kunde Schlesner
2015-02-10
1
-36
/
+26
|
/
/
/
*
|
|
Merge pull request #553 from lioncash/denorm
bunnei
2015-02-10
2
-0
/
+6
|
\
\
\
|
*
|
|
vfp: Normalize accumulator for multiply accumulate instructions
Lioncash
2015-02-10
2
-0
/
+6
*
|
|
|
dyncom: Add more regs to MCR/MRC
Lioncash
2015-02-10
2
-18
/
+35
|
/
/
/
*
|
|
Merge pull request #543 from Alegend45/master
Tony Wasserka
2015-02-10
2
-2
/
+49
|
\
\
\
|
*
|
|
Add more blend equations from 3dbrew
Darius Goad
2015-02-09
2
-2
/
+49
*
|
|
|
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-09
7
-284
/
+287
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #551 from bunnei/mutex-fixes
bunnei
2015-02-09
3
-20
/
+24
|
\
\
\
|
*
|
|
Mutex: Locks should be recursive.
bunnei
2015-02-09
2
-16
/
+20
|
*
|
|
WaitSynch: Always reschedule (verified behavior on hw).
bunnei
2015-02-09
1
-4
/
+4
*
|
|
|
vfpdouble: Fix the FTOUI NaN sign setting
Lioncash
2015-02-09
1
-1
/
+1
*
|
|
|
Throw more unused/unnecessary VFP code out
Lioncash
2015-02-09
3
-215
/
+1
*
|
|
|
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
Lioncash
2015-02-09
4
-192
/
+153
*
|
|
|
vfp_helper: Normalize tabs to spaces
Lioncash
2015-02-09
1
-172
/
+170
|
/
/
/
*
/
/
Fix a wrong file name in a comment
chinhodado
2015-02-07
1
-1
/
+1
|
/
/
*
|
vfp_helper: Remove unnecessary extern C blocks
Lioncash
2015-02-06
1
-17
/
+1
*
|
vfp: Move FPSID, FPEXC, and FPSCR values over to enums.
Lioncash
2015-02-06
3
-150
/
+104
*
|
Merge pull request #535 from bunnei/color-modifiers
Tony Wasserka
2015-02-05
3
-74
/
+104
|
\
\
|
*
|
Rasterizer: Implement the other color and alpha modifiers.
bunnei
2015-02-04
2
-58
/
+69
|
*
|
VideoCore: Added same-component swizzlers to math utility functions.
bunnei
2015-02-04
1
-16
/
+35
*
|
|
Merge pull request #537 from lioncash/vfp
bunnei
2015-02-04
1
-6
/
+6
|
\
\
\
|
*
|
|
vfp: Fix VCVT
Lioncash
2015-02-04
1
-6
/
+6
|
|
/
/
*
|
|
Merge pull request #536 from lioncash/dead
bunnei
2015-02-04
2
-1765
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vfp: Throw out unused code
Lioncash
2015-02-04
2
-1765
/
+0
*
|
|
Merge pull request #534 from neobrain/disassembler-improvements
Tony Wasserka
2015-02-03
3
-69
/
+66
|
\
\
\
|
*
|
|
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the...
Tony Wasserka
2015-02-03
1
-57
/
+60
|
*
|
|
citra-qt: Fix a crash when double-clicking a disassembler list item.
Tony Wasserka
2015-02-03
2
-12
/
+6
|
|
/
/
*
/
/
dyncom: Remove more unnecessary code
Lioncash
2015-02-03
1
-45
/
+3
|
/
/
*
|
core: Fix some warnings on OSX
Lioncash
2015-02-03
4
-6
/
+5
*
|
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
18
-57
/
+41
*
|
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
6
-12
/
+17
*
|
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
17
-8
/
+51
*
|
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
3
-23
/
+18
*
|
HID: Fix crash when pressing a key when the emulator is stopped
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+2
[next]