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-20
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...
Lioncash
2018-07-20
Loader: Only print the module names and addresses if they actually exist.
Subv
2018-07-20
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-20
Merge pull request #743 from lioncash/view
bunnei
2018-07-20
Merge pull request #745 from lioncash/package
bunnei
2018-07-20
arm_interface: Remove unused tls_address member of ThreadContext
Lioncash
2018-07-20
gl_shader_manager: Replace unimplemented function prototype
Lioncash
2018-07-20
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-20
video_core: Use nested namespaces where applicable
Lioncash
2018-07-20
Merge pull request #742 from bunnei/misc-apm
bunnei
2018-07-20
Merge pull request #741 from lioncash/enum
bunnei
2018-07-20
arm_test_common: Get rid of truncation warnings
Lioncash
2018-07-20
arm_test_common: Make file static variable a member variable of the testing e...
Lioncash
2018-07-20
arm_test_common: Add missing header guard
Lioncash
2018-07-20
param_package: Take std::string by value in string-based Set() function
Lioncash
2018-07-20
param_package: Use std::unordered_map's insert_or_assign instead of map indexing
Lioncash
2018-07-20
param_package: Get rid of file-static std::string construction
Lioncash
2018-07-20
logging/filter: Use std::string_view in ParseFilterString()
Lioncash
2018-07-20
logging/backend: Add missing standard includes
Lioncash
2018-07-20
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2018-07-20
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-20
ipc_helpers: Add PushEnum() member function to ResponseBuilder
Lioncash
2018-07-20
Merge pull request #740 from Subv/acc_crash
bunnei
2018-07-20
Merge pull request #739 from lioncash/glad
bunnei
2018-07-20
Merge pull request #738 from lioncash/sign
bunnei
2018-07-20
Merge pull request #737 from lioncash/move
bunnei
2018-07-20
Merge pull request #736 from lioncash/null
bunnei
2018-07-20
Merge pull request #735 from lioncash/video-unused
bunnei
2018-07-20
Merge pull request #734 from lioncash/thread
bunnei
2018-07-20
Merge pull request #733 from lioncash/dirs
bunnei
2018-07-20
Merge pull request #732 from lioncash/unused
bunnei
2018-07-20
Merge pull request #731 from lioncash/shadow
bunnei
2018-07-20
HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.
Subv
2018-07-20
externals: Update glad to version 0.1.25
Lioncash
2018-07-20
gl_state: Make references const where applicable in Apply()
Lioncash
2018-07-20
gl_state: Get rid of mismatched sign conversions
Lioncash
2018-07-20
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2018-07-20
vfs_offset: std::move file and name parameters of OffsetVfsFile
Lioncash
2018-07-19
Merge pull request #730 from lioncash/string
bunnei
2018-07-19
Merge pull request #729 from lioncash/simplify
bunnei
2018-07-19
audren_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
audout_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
maxwell_3d: Remove unused variable within GetStageTextures()
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()
Lioncash
2018-07-19
nso: Silence implicit sign conversion warnings
Lioncash
2018-07-19
nso: Remove unused function ReadSegment()
Lioncash
2018-07-19
gl_shader_decompiler: Eliminate variable and declaration shadowing
Lioncash
2018-07-19
gl_shader_decompiler: Remove unnecessary const from return values
Lioncash
2018-07-19
pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()
Lioncash
[prev]
[next]