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
...
|
*
|
|
|
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
2018-10-01
1
-1
/
+3
|
*
|
|
|
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
2
-2
/
+17
|
*
|
|
|
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
3
-0
/
+104
|
*
|
|
|
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
3
-33
/
+36
|
*
|
|
|
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-10-01
2
-0
/
+103
|
*
|
|
|
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-10-01
1
-2
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1434 from DarkLordZach/dlc-edge-case
bunnei
2018-10-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-02
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #1428 from lioncash/qt
bunnei
2018-10-03
1
-21
/
+23
|
\
\
\
\
|
*
|
|
|
configure_graphics: Make functions internally linked where applicable
Lioncash
2018-10-02
1
-21
/
+23
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1431 from lioncash/audio
bunnei
2018-10-03
2
-16
/
+34
|
\
\
\
\
|
*
|
|
|
configure_audio: Move combo box index setting to their own functions
Lioncash
2018-10-02
2
-11
/
+25
|
*
|
|
|
configure_audio: Use QString::fromStdString() for converting audio device names
Lioncash
2018-10-02
1
-3
/
+3
|
*
|
|
|
configure_audio: Add disambiguation comment for the volume percentage string
Lioncash
2018-10-02
2
-4
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #1433 from lioncash/fs
bunnei
2018-10-03
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
services/fsp_srv: Amend service function table
Lioncash
2018-10-02
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #1429 from lioncash/translate
bunnei
2018-10-03
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
configure_input: Make analog mapping strings translatable
Lioncash
2018-10-02
1
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #1436 from lioncash/view
bunnei
2018-10-03
2
-73
/
+101
|
\
\
\
\
|
*
|
|
|
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
1
-2
/
+5
|
*
|
|
|
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
1
-3
/
+6
|
*
|
|
|
submission_package: Use std::string's rfind() when looking for the extension ...
Lioncash
2018-10-03
1
-1
/
+1
|
*
|
|
|
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
2
-3
/
+1
|
*
|
|
|
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
2
-10
/
+18
|
*
|
|
|
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
2
-43
/
+48
|
*
|
|
|
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
1
-21
/
+28
|
*
|
|
|
submission_package: Invert conditionals within NSP's constructor to reduce ne...
Lioncash
2018-10-03
1
-45
/
+49
|
|
/
/
/
*
|
|
|
Merge pull request #1432 from lioncash/lbl
bunnei
2018-10-03
1
-19
/
+19
|
\
\
\
\
|
*
|
|
|
service/lbl: Update service function table
Lioncash
2018-10-02
1
-19
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1426 from FearlessTobi/port-4253
bunnei
2018-10-03
3
-150
/
+7
|
\
\
\
\
|
*
|
|
|
string_util: unify UTF8<->UTF16 conversion to codecvt
Weiyi Wang
2018-10-02
1
-109
/
+6
|
*
|
|
|
string_util: remove TString conversion for windows
Weiyi Wang
2018-10-02
2
-19
/
+1
|
*
|
|
|
string_util: remove ShiftJIS/CP1252 conversion function
Weiyi Wang
2018-10-02
2
-22
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #1435 from lioncash/xci
bunnei
2018-10-03
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-10-02
1
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #1407 from DarkLordZach/dlc
bunnei
2018-10-01
5
-34
/
+145
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
2
-21
/
+28
|
*
|
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
3
-5
/
+8
|
*
|
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-30
2
-3
/
+78
|
*
|
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
1
-26
/
+25
|
*
|
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-30
2
-0
/
+27
*
|
|
gl_rasterizer: Fixup unassigned point sizes
ReinUsesLisp
2018-10-01
1
-1
/
+4
|
|
/
|
/
|
*
|
Merge pull request #1330 from raven02/tlds
bunnei
2018-09-30
1
-7
/
+15
|
\
\
|
*
|
Fix trailing whitespace
raven02
2018-09-30
1
-1
/
+4
|
*
|
Merge branch 'master' into tlds
raven02
2018-09-19
164
-1068
/
+1657
|
|
\
\
|
*
|
|
Add 1D sampler for TLDS - TexelFetch (Mario Rabbids)
raven02
2018-09-17
1
-7
/
+12
*
|
|
|
Merge pull request #1322 from bunnei/tex-cubemap
bunnei
2018-09-30
5
-129
/
+355
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Fixes to how we do render to cubemap.
bunnei
2018-09-30
2
-32
/
+5
|
*
|
|
|
gl_rasterizer_cache: Add check for array rendering to cubemap texture.
bunnei
2018-09-30
1
-0
/
+8
|
*
|
|
|
gl_rasterizer_cache: Implement render to cubemap.
bunnei
2018-09-30
3
-119
/
+218
[prev]
[next]