index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
Age
Commit message (
Expand
)
Author
2019-06-07
Merge pull request #2553 from lioncash/language
Zach Hilman
2019-06-07
constants: Extract backup JPEG used by account services
Zach Hilman
2019-06-07
Merge pull request #2514 from ReinUsesLisp/opengl-compat
Zach Hilman
2019-06-06
Merge pull request #2550 from lioncash/frontend
Zach Hilman
2019-06-05
yuzu/configuration: Make all widgets and dialogs aware of language changes
Lioncash
2019-06-05
Merge pull request #2521 from lioncash/naming
bunnei
2019-06-05
yuzu/CMakeLists: Disable implicit QString->QUrl conversions
Lioncash
2019-06-05
Merge pull request #2526 from lioncash/global
Zach Hilman
2019-06-05
yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function
Lioncash
2019-06-05
yuzu/CMakeLists: Disable implicit type narrowing in connect() calls
Lioncash
2019-06-05
yuzu/configuration: Make function naming consistent
Lioncash
2019-06-05
Merge pull request #2527 from lioncash/index
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 #2536 from lioncash/cache
Zach Hilman
2019-06-04
Merge pull request #2529 from lioncash/boot
Rodrigo Locatti
2019-06-04
Merge pull request #2525 from FearlessTobi/remove-unused-settings
Mat M
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-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
rasterizer_opengl: Remove OpenGL core profile
ReinUsesLisp
2019-05-30
main: Remove extraneous comment
Zach Hilman
2019-05-29
qt: Silence name collision warnings
ReinUsesLisp
2019-05-29
yuzu: Remove unused birthday setting
fearlessTobi
2019-05-29
Merge pull request #2518 from ReinUsesLisp/sdl2-window
bunnei
2019-05-29
yuzu/software_keyboard: Remove unnecessary GetStatus() member function
Lioncash
2019-05-29
profile_select: Remove unnecessary GetStatus() member function
Lioncash
2019-05-29
profile_select: Return int instead of u32 for GetIndex()
Lioncash
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-26
game_list_worker: Add better error handling to caching
Zach Hilman
2019-05-26
yuzu: Clear partial/full game list cache when data is updated
Zach Hilman
2019-05-26
game_list: Implement caching for game list
Zach Hilman
2019-05-26
ui_settings: Add option to cache game list
Zach Hilman
2019-05-26
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2019-05-25
configure_hotkeys: Remove unnecessary Settings::Apply() call
Lioncash
2019-05-25
configure_hotkeys: Tidy up key sequence conflict error string
Lioncash
2019-05-25
configure_hotkeys: Change critical error dialog into a warning dialog
Lioncash
2019-05-25
configure_hotkeys: Move conflict detection logic to IsUsedKey()
Lioncash
2019-05-25
configure_hotkeys: Remove unused EmitHotkeysChanged()
Lioncash
2019-05-25
sequence_dialog: Reorganize the constructor
Lioncash
2019-05-25
sequence_dialog: Remove unnecessary horizontal specifier
Lioncash
2019-05-24
Merge pull request #2513 from lioncash/string
bunnei
[next]