index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-23
Merge pull request #788 from bunnei/shader-check-zero
bunnei
2018-07-23
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-23
Merge pull request #787 from bunnei/tlds
bunnei
2018-07-23
Merge pull request #786 from lioncash/exclusive
bunnei
2018-07-23
Merge pull request #784 from lioncash/loader
bunnei
2018-07-23
Merge pull request #783 from lioncash/linker
bunnei
2018-07-23
Merge pull request #782 from lioncash/file
bunnei
2018-07-23
gl_shader_decompiler: Implement shader instruction TLDS.
bunnei
2018-07-23
Merge pull request #781 from lioncash/decl
bunnei
2018-07-23
Merge pull request #780 from lioncash/move
bunnei
2018-07-23
Merge pull request #779 from lioncash/shared
bunnei
2018-07-23
gl_shader_decompiler: Check if SetRegister result is ZeroIndex.
bunnei
2018-07-23
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-23
loader: Remove unnecessary constructor call in IdentifyFile()
Lioncash
2018-07-23
linker: Remove unused parameter from WriteRelocations()
Lioncash
2018-07-23
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
nro: Make bracing consistent
Lioncash
2018-07-23
nro: Make constructor explicit
Lioncash
2018-07-23
nro: Remove unused forward declaration
Lioncash
2018-07-23
Merge pull request #695 from DarkLordZach/nro-asset
bunnei
2018-07-23
Merge pull request #778 from lioncash/log
bunnei
2018-07-23
gl_shader_decompiler: Simplify GetCommonDeclarations()
Lioncash
2018-07-23
vi: Add std::is_trivially_copyable checks to Read and Write functions
Lioncash
2018-07-23
vi: std::move std::vector in constructors where applicable
Lioncash
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-23
set: Add missing log call in GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
Merge pull request #775 from lioncash/str
bunnei
2018-07-23
NRO Assets and NACP file format
Zach Hilman
2018-07-23
Merge pull request #777 from lioncash/lang
bunnei
2018-07-23
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
set: Correct return code size of value in GetAvailableLanguageCodes()
Lioncash
2018-07-22
Merge pull request #769 from bunnei/shader-mask-fixes
bunnei
2018-07-22
string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), Code...
Lioncash
2018-07-22
string_util: Use emplace_back() in SplitString() instead of push_back()
Lioncash
2018-07-22
string_util: Remove unnecessary std::string instance in TabsToSpaces()
Lioncash
2018-07-22
Merge pull request #774 from Subv/atomic_signal
bunnei
2018-07-22
Merge pull request #773 from Subv/gl_ext_check
bunnei
2018-07-22
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
Merge pull request #770 from lioncash/construct
bunnei
2018-07-22
Frontend: Check for more required OpenGL extensions during startup.
Subv
2018-07-22
Merge pull request #638 from MerryMage/mp
Mat M
2018-07-22
Merge pull request #772 from MerryMage/dynarmic
Sebastian Valle
2018-07-22
externals: Update dynarmic to fc6b73bd
MerryMage
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-22
gl_shader_decompiler: Remove redundant Subroutine construction in AddSubrouti...
Lioncash
2018-07-22
shader_bytecode: Implement other TEXS masks.
bunnei
2018-07-22
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
[next]