Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
6,084 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 184 commits in 9 repositories
Created a pull request in yuzu-emu/yuzu that received 1 comment
file_util: Make ForeachDirectoryEntry() use directory iterators
Simplifies the implementing code so that we don't need to explicitly handle platform-specifics.
Opened 25 other pull requests in 3 repositories
yuzu-emu/yuzu
21
merged
1
open
- vfs: Use existing type aliases consistently
- common/file_util: Make use of std::filesystem
- svc: Remove unnecessary casts
- memory: Resolve -Wdocumentation warning for Write()
- core: Remove unnecessary enum casts in log calls
- controller: Avoid unnecessary copies in ConfigurationComplete()
- video_core: Make use of ordered container contains() where applicable
- ast: Improve string concat readability in operator()
- gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers()
- buffer_block: Remove unnecessary includes
- shader_ir: std::move node within DeclareAmend()
- video_core: Remove unnecessary enum class casting in logging messages
- maxwell_3d: Remove unused dirty_pointer array
- game_list_p: Resolve deprecated usage of QVariant operator<
- video_core: Resolve more variable shadowing scenarios pt.3
- video_core: Resolve more variable shadowing scenarios pt.2
- xbyak_abi: Avoid implicit sign conversions
- codec: Remove deprecated usage of AVCodecContext::refcounted_frames
- video_core: Resolve more variable shadowing scenarios
- node: Eliminate variable shadowing
- vp9/vic: Resolve pessimizing moves
- mouse_input/mouse_poller: Minor cleanup
gamestabled/OoT3D_Randomizer
1
open
1
merged
dolphin-emu/dolphin
1
merged
Reviewed 24 pull requests in 2 repositories
yuzu-emu/yuzu 20 pull requests
- cmake/conan: Conditionally add target Boost::context
- travis/linux: Use correct ccache directory
- common/file_util: Let std::filesystem cast from UTF16 to std::string
- Resize window depending on docked/undocked mode
- common/file_util: Fix and deprecate CreateFullPath, add CreateDirs
- ci: Remove `-DYUZU_USE_BUNDLED_UNICORN=ON`
- Fix "explicitly defaulted but implicitly deleted" warning
- core: Mark unused fields as [[maybe_unused]]
- map_interval: Change field order to address uninitialized field warning
- renderer_vulkan: Add missing `override` specifier
- boxcat: Avoid unnecessary object copy
- video_core: Adjust `NUM` macro to avoid Clang warning
- nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass
- Rewrite Kernel scheduler based on Atmosphere
- system_version: Update to 11.0.0
- fsp_srv: Implement OpenDataStorageWithProgramIndex
- core: Optimize core timing utility functions to avoid unnecessary math
- InputCommon: Fix implicit conversion in mouse input
- audren: Increase queued mixed buffer count
- Project Aether: Reimplementation of the Web Browser Applet

