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
...
*
|
Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun
Yuri Kunde Schlesner
2015-07-11
1
-13
/
+16
*
|
Loader: Make 3dsx loader logs a bit less confusing
Yuri Kunde Schlesner
2015-07-11
1
-6
/
+3
*
|
Kernel: Remove unused member from Event
Yuri Kunde Schlesner
2015-07-11
2
-2
/
+1
|
/
*
Merge pull request #914 from yuriks/bitfield-mask
Yuri Kunde Schlesner
2015-07-11
1
-2
/
+2
|
\
|
*
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
|
*
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
*
|
Merge pull request #910 from linkmauve/install
Tony Wasserka
2015-07-12
2
-2
/
+6
|
\
\
|
*
|
Citra, CitraQt: Tell cmake to install the compiled binaries.
Emmanuel Gil Peyrot
2015-07-09
2
-2
/
+6
|
|
/
*
|
Merge pull request #907 from Lectem/clamp_to_border
Tony Wasserka
2015-07-12
3
-13
/
+28
|
\
\
|
*
|
Added GL_CLAMP_TO_BORDER support
Lectem
2015-07-09
3
-13
/
+28
*
|
|
Common: Remove thunk.h
Lioncash
2015-07-10
2
-43
/
+0
*
|
|
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
108
-402
/
+374
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
13
-11
/
+31
|
*
|
Core: Cleanup soc:U includes.
Emmanuel Gil Peyrot
2015-06-28
2
-26
/
+36
|
*
|
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
3
-10
/
+15
|
*
|
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
22
-38
/
+73
|
*
|
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
9
-15
/
+16
|
*
|
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
20
-16
/
+45
|
*
|
Common: Cleanup emu_window includes.
Emmanuel Gil Peyrot
2015-06-28
5
-13
/
+23
|
*
|
Common: Remove unused ROUND_UP_POW2 macro.
Emmanuel Gil Peyrot
2015-06-28
1
-7
/
+0
|
*
|
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
13
-19
/
+32
|
*
|
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-06-28
10
-25
/
+22
|
*
|
Common: Cleanup profiler includes.
Emmanuel Gil Peyrot
2015-06-28
4
-7
/
+10
|
*
|
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-06-28
2
-18
/
+15
|
*
|
Common: Fix string_util includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+9
|
*
|
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
10
-7
/
+21
|
*
|
Citra: Fix the includes a bit, thanks to include-what-you-use.
Emmanuel Gil Peyrot
2015-06-28
5
-8
/
+19
|
*
|
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
2015-06-27
2
-34
/
+0
|
*
|
Common: Remove unused SSE version checking and a GCC macro.
Emmanuel Gil Peyrot
2015-06-27
1
-25
/
+0
|
*
|
Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...
Emmanuel Gil Peyrot
2015-06-27
1
-8
/
+7
|
*
|
Common: Remove unused fifo_queue.h.
Emmanuel Gil Peyrot
2015-06-27
2
-112
/
+0
*
|
|
Loader: Remove log line causing warning
aroulin
2015-07-08
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge pull request #797 from linkmauve/blended-downscaling
bunnei
2015-07-06
1
-33
/
+46
|
\
\
|
*
|
GPU: Implement blended downscaling for display transfers.
Emmanuel Gil Peyrot
2015-06-28
1
-27
/
+40
|
*
|
GPU: Use shifts instead of multiplications to calculate the actual size of th...
Emmanuel Gil Peyrot
2015-06-28
1
-6
/
+6
|
|
/
*
|
Merge pull request #885 from Subv/ipc_headers
bunnei
2015-07-06
1
-5
/
+13
|
\
\
|
*
|
Services/SOC: Added command headers to some of the soc commands.
Subv
2015-06-25
1
-5
/
+13
*
|
|
vfp: Change return type of VFPInit from unsigned int to void.
Lioncash
2015-06-29
2
-4
/
+2
*
|
|
vfp: Handle accesses to FPINST/FPINST2 system registers
Lioncash
2015-06-29
4
-42
/
+53
*
|
|
Common: Remove unused type unions breaking aliasing rules in horrible ways.
Emmanuel Gil Peyrot
2015-06-28
1
-26
/
+0
|
|
/
|
/
|
*
|
VideoCore: Fix floating point warning
zawata
2015-06-26
1
-1
/
+1
|
/
*
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-06-22
3
-7
/
+43
*
Merge pull request #860 from yuriks/y2r-color
Yuri Kunde Schlesner
2015-06-21
5
-174
/
+734
|
\
|
*
Y2R: Rework conversion process, enabling support for all formats
Yuri Kunde Schlesner
2015-06-21
5
-163
/
+695
|
*
Y2R: Re-organize how params are stored. Support SetConversionParams
Yuri Kunde Schlesner
2015-06-20
1
-72
/
+100
*
|
Merge pull request #855 from purpasmart96/service_rearrangment
bunnei
2015-06-21
75
-637
/
+1190
|
\
\
|
|
/
|
/
|
|
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
75
-637
/
+1190
*
|
Make the call stack entries not editable
Greg Wicks
2015-06-19
1
-0
/
+3
*
|
Merge pull request #849 from bunnei/fix-waitsynch-2
bunnei
2015-06-17
9
-113
/
+68
|
\
\
|
*
|
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
9
-113
/
+68
[prev]
[next]