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
*
main: Add main window integrations for QtWebBrowserApplet
Zach Hilman
2018-12-28
3
-0
/
+168
*
qt: Implement Qt frontend to web browser
Zach Hilman
2018-12-28
2
-0
/
+154
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
4
-2
/
+22
*
frontend: Add frontend responder for web browser
Zach Hilman
2018-12-28
2
-0
/
+52
*
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
4
-0
/
+234
*
loader: Add accessor for Manual RomFS
Zach Hilman
2018-12-28
5
-0
/
+30
*
hid: Make Hid service accessible and add GetPressState
Zach Hilman
2018-12-28
4
-459
/
+540
*
romfs: Add SingleDiscard extraction type
Zach Hilman
2018-12-28
2
-2
/
+6
*
am: Add size parameter to am:IStorage logging
Zach Hilman
2018-12-28
1
-4
/
+4
*
Merge pull request #1954 from lioncash/npdm
bunnei
2018-12-27
1
-3
/
+7
|
\
|
*
file_sys/program_metadata: Print out more descriptive address space descriptions
Lioncash
2018-12-27
1
-3
/
+7
*
|
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
4
-49
/
+35
|
/
*
Add missing uintBitsToFloat to SetRegisterToHalfFloat
Rodolfo Bogado
2018-12-27
1
-2
/
+2
*
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
14
-125
/
+732
|
\
|
*
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
7
-122
/
+44
|
*
kernel/process_capability: Handle debug capability flags
Lioncash
2018-12-21
2
-1
/
+18
|
*
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
2
-1
/
+11
|
*
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
2
-1
/
+18
|
*
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
3
-2
/
+29
|
*
kernel/process_capability: Handle interrupt capability flags
Lioncash
2018-12-21
1
-1
/
+21
|
*
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
2
-1
/
+29
|
*
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
2
-1
/
+40
|
*
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
5
-3
/
+468
|
*
common: Add basic bit manipulation utility function to Common
Lioncash
2018-12-21
2
-0
/
+62
*
|
Merge pull request #1892 from Tinob/master
bunnei
2018-12-27
1
-113
/
+122
|
\
\
|
*
|
Apply CC test to the final value to be stored in the register
Rodolfo Bogado
2018-12-26
1
-9
/
+12
|
*
|
Includde saturation in the evaluation of the control code
Rodolfo Bogado
2018-12-22
1
-3
/
+4
|
*
|
Handle RZ cases evaluating the expression instead of the register value.
Rodolfo Bogado
2018-12-22
1
-14
/
+22
|
*
|
complete emulation of ZeroFlag
Rodolfo Bogado
2018-12-22
1
-100
/
+97
*
|
|
Merge pull request #1929 from bunnei/fix-hid
bunnei
2018-12-27
1
-44
/
+163
|
\
\
\
|
*
|
|
hid: Fix SetNpadJoyHoldType and improve logging.
bunnei
2018-12-21
1
-44
/
+163
*
|
|
|
Merge pull request #1945 from bunnei/fix-hid-horiz
bunnei
2018-12-27
1
-46
/
+0
|
\
\
\
\
|
*
|
|
|
npad: Remove code to invert input in horizontal mode.
bunnei
2018-12-26
1
-46
/
+0
*
|
|
|
|
Merge pull request #1949 from lioncash/unmap
bunnei
2018-12-27
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
kernel/vm_manager: Reset region attributes when unmapping a VMA
Lioncash
2018-12-26
1
-0
/
+1
*
|
|
|
|
|
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-27
6
-8
/
+53
*
|
|
|
|
|
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
2
-0
/
+53
*
|
|
|
|
|
savedata_factory: Partially implement IVFC save sizes using files
Zach Hilman
2018-12-27
2
-0
/
+38
*
|
|
|
|
|
loader: Add accessor for game control data
Zach Hilman
2018-12-27
5
-9
/
+14
*
|
|
|
|
|
control_metadata: Update NACP fields with latest Switchbrew data
Zach Hilman
2018-12-27
2
-6
/
+29
*
|
|
|
|
|
control_metadata: Use value member instead of unique_ptr to store struct
Zach Hilman
2018-12-27
2
-10
/
+13
*
|
|
|
|
|
vfs: Add reinterpret_casts to WriteArray and Object
Zach Hilman
2018-12-27
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #1946 from lioncash/decl
bunnei
2018-12-26
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
renderer_opengl: Correct forward declaration of FramebufferLayout
Lioncash
2018-12-26
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #1948 from lioncash/translatable
bunnei
2018-12-26
1
-2
/
+2
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
configure_per_general: Mark UI strings as translatable in the constructor
Lioncash
2018-12-26
1
-2
/
+2
|
|
/
/
/
/
/
*
/
/
/
/
/
configure_input_simple: Make input profile array constexpr
Lioncash
2018-12-26
1
-12
/
+7
|
/
/
/
/
/
*
|
|
|
|
Fixed shader linking error due to TLDS (#1934)
David
2018-12-26
1
-1
/
+1
*
|
|
|
|
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-26
5
-6
/
+77
|
\
\
\
\
\
|
*
|
|
|
|
debugger: Set paused thread color
Luke Street
2018-12-04
1
-1
/
+2
[next]