index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
59
-120
/
+203
|
\
|
*
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
8
-7
/
+18
|
*
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
2
-4
/
+6
|
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
21
-38
/
+72
|
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
8
-14
/
+14
|
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
8
-4
/
+17
|
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
10
-16
/
+22
|
*
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-06-28
3
-3
/
+4
|
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
7
-0
/
+7
|
*
Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...
Emmanuel Gil Peyrot
2015-06-27
1
-8
/
+7
*
|
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
|
/
*
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
73
-635
/
+1186
|
\
\
|
|
/
|
/
|
|
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
73
-635
/
+1186
*
|
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
9
-113
/
+68
*
|
Merge pull request #866 from lioncash/typo
Lioncash
2015-06-16
1
-1
/
+1
|
\
\
|
*
|
hw: Fix mismatched Write call
Lioncash
2015-06-16
1
-1
/
+1
|
|
/
*
|
vfp: Handle accesses to the VFP media feature registers
Lioncash
2015-06-12
3
-4
/
+8
*
|
vfp: Implement VMOVBCR/VMOVBRC
Lioncash
2015-06-12
2
-5
/
+8
|
/
*
arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA
Lioncash
2015-06-04
1
-5
/
+19
*
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-06-01
4
-14
/
+38
*
Merge pull request #838 from lioncash/thumb
Lioncash
2015-05-31
1
-3
/
+40
|
\
|
*
arm_dyncom_thumb: Fix encoding of BKPT's immediate
Lioncash
2015-05-31
1
-1
/
+4
|
*
arm_dyncom_thumb: Implement CPS and SETEND
Lioncash
2015-05-31
1
-0
/
+13
|
*
arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.
Lioncash
2015-05-31
1
-0
/
+11
|
*
arm_dyncom_thumb: Implement REV, REV16, and REVSH.
Lioncash
2015-05-31
1
-2
/
+12
*
|
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
1
-1
/
+1
|
\
\
|
*
|
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+1
|
|
/
*
|
Merge pull request #832 from yuriks/refresh-rate-option
bunnei
2015-05-31
2
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove gpu_refresh_rate configuration option
Yuri Kunde Schlesner
2015-05-29
2
-4
/
+2
*
|
Merge pull request #810 from yuriks/memmap
Yuri Kunde Schlesner
2015-05-29
7
-38
/
+491
|
\
\
|
*
|
Memmap: Remove unused global pointers to memory areas
Yuri Kunde Schlesner
2015-05-27
2
-31
/
+8
|
*
|
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
6
-16
/
+492
*
|
|
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
38
-105
/
+105
|
|
/
|
/
|
*
|
hid: Get rid of undefined behavior
Lioncash
2015-05-27
1
-2
/
+2
|
/
*
Merge pull request #826 from lioncash/tables
Yuri Kunde Schlesner
2015-05-26
1
-22
/
+11
|
\
|
*
arm_dyncom_thumb: Merge STR/LDR table subsets.
Lioncash
2015-05-26
1
-22
/
+11
*
|
Merge pull request #825 from lioncash/dync
Lioncash
2015-05-26
1
-6
/
+1
|
\
\
|
*
|
arm_dyncom_interpreter: Remove unused variable
Lioncash
2015-05-26
1
-5
/
+1
[next]