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
2019-06-05
service/ns: Add missing override specifiers
Lioncash
2019-06-05
Merge pull request #2526 from lioncash/global
Zach Hilman
2019-06-05
Merge pull request #2545 from lioncash/timing
Zach Hilman
2019-06-05
Merge pull request #2541 from lioncash/input
Zach Hilman
2019-06-05
Merge pull request #2510 from SciresM/desired_language
Zach Hilman
2019-06-05
Merge pull request #2527 from lioncash/index
Zach Hilman
2019-06-05
Merge pull request #2534 from ReinUsesLisp/shader-cleanup
Zach Hilman
2019-06-05
Merge pull request #2531 from ReinUsesLisp/qt-warnings
Zach Hilman
2019-06-05
Merge pull request #2515 from lioncash/narrowing
Zach Hilman
2019-06-05
Merge pull request #2532 from ShalokShalom/patch-2
Zach Hilman
2019-06-05
Merge pull request #2536 from lioncash/cache
Zach Hilman
2019-06-04
Merge pull request #2529 from lioncash/boot
Rodrigo Locatti
2019-06-04
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-04
core/core_timing_utils: Simplify overload set
Lioncash
2019-06-04
Merge pull request #2525 from FearlessTobi/remove-unused-settings
Mat M
2019-06-04
Merge pull request #2543 from FernandoS27/exit-flow
Hexagon12
2019-06-04
shader_bytecode: Mark EXIT as flow instruction
Fernando Sahmkow
2019-06-03
input_common/sdl/sdl_impl: Correct logging string in SDLState constructor
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Move documentation comments to header where applic...
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Mark variables const where applicable
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Use insert_or_assign() where applicable
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Resolve two sign conversion warnings
Lioncash
2019-06-03
input_common/sdl: Remove unused header includes and forward declarations
Lioncash
2019-06-03
input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable
Lioncash
2019-06-03
yuzu/bootmanager: Log out screenshot destination path
Lioncash
2019-06-03
yuzu/bootmanager: Treat the resolution factor as a u32
Lioncash
2019-06-03
yuzu/bootmanager: Default EmuThread's destructor in the cpp file
Lioncash
2019-06-03
yuzu/bootmanager: unsigned -> u32
Lioncash
2019-06-03
yuzu/bootmanager: Change false literal to 0 for setSwapInterval()
Lioncash
2019-06-03
yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor
Lioncash
2019-06-03
yuzu/bootmanager: Remove unnecessary pointer casts
Lioncash
2019-05-31
input_common/sdl/sdl_impl: Silence sign conversion warnings
Lioncash
2019-05-31
common/math_util: Provide a template deduction guide for Common::Rectangle
Lioncash
2019-05-30
game_list_worker: Use QFile over our own IOFile instance or std streams
Lioncash
2019-05-30
game_list_worker: Remove template specializations
Lioncash
2019-05-30
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-30
Merge pull request #2431 from DarkLordZach/game-list-cache
bunnei
2019-05-30
gl_shader_cache: Store a system class and drop global accessors
ReinUsesLisp
2019-05-30
gl_shader_cache: Add commentaries explaining the intention in shaders creation
ReinUsesLisp
2019-05-30
gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation
ReinUsesLisp
2019-05-30
main: Remove extraneous comment
Zach Hilman
2019-05-30
Remove outdated info about compability
ShalokShalom
2019-05-29
qt: Silence name collision warnings
ReinUsesLisp
2019-05-29
yuzu: Remove unused birthday setting
fearlessTobi
2019-05-29
Merge pull request #2446 from ReinUsesLisp/tid
bunnei
[next]