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
2018-08-21
Port #4056 from Citra: "Add Clear Recent Files menu action"
fearlessTobi
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
game_list: Avoid uninitialized variables when retrieving program ID
Lioncash
2018-08-19
Added check to see if ARB_texture_mirror_clamp_to_edge is supported
David Marcec
2018-08-16
qt/main: Unindent code in OnMenuInstallToNAND()
Lioncash
2018-08-16
qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable
Lioncash
2018-08-16
qt/main: Get rid of compilation warnings
Lioncash
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-11
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
game_list: Split game list scans to multiple functions
Zach Hilman
2018-08-11
qt: Use custom RawCopy with progress bar for installs
Zach Hilman
2018-08-11
game_list: Populate control data from installed NAND
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
game_list: Modify game list to scan installed titles
Zach Hilman
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-11
Merge pull request #970 from DarkLordZach/loader-errors
bunnei
2018-08-10
qt/game_list: Resolve truncation warning within GameListItemPath's constructor
Lioncash
2018-08-10
gt/game_list: Use std::array in GameListItemPath's data() function
Lioncash
2018-08-10
qt/game_list: Remove redundant base class constructor from initializer list
Lioncash
2018-08-09
game_list: Reorder error checks
Zach Hilman
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-09
textures: Refactor out for Texture/Depth FormatFromPixelFormat.
bunnei
2018-08-08
vfs: Fix documentation
Zach Hilman
2018-08-08
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-07
configure_gamelist: Use explicit QVariant constructor
Zach Hilman
2018-08-07
qt/hotkey: Get rid of global hotkey map instance
Lioncash
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
Use const where applicable
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
Merge pull request #947 from lioncash/encoding
bunnei
2018-08-06
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-06
Merge pull request #943 from lioncash/decl
bunnei
2018-08-06
Merge pull request #946 from lioncash/compress
bunnei
2018-08-06
Merge pull request #944 from lioncash/menu
bunnei
2018-08-06
Merge pull request #942 from lioncash/default
bunnei
2018-08-06
Merge pull request #940 from lioncash/private
bunnei
2018-08-06
qt/main: Avoid sign conversions in UpdateRecentFiles()
Lioncash
2018-08-06
game_list: Remove unnecessary conversion to std::string in ValidateEntry()
Lioncash
2018-08-06
game_list: Use QString::fromStdString() where applicable instead of c_str()
Lioncash
2018-08-06
game_list: Join declarations and assignments in onTextChanged()
Lioncash
2018-08-06
qt/main: Collapse if statement in UpdateRecentFiles()
Lioncash
2018-08-06
qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...
Lioncash
2018-08-06
qt: Don't show error dialog when canceling the Load Folder dialog
Lioncash
2018-08-06
qt/game_list_p: Remove redundant base class constructor invocations
Lioncash
2018-08-06
qt: Add missing override specifiers where applicable
Lioncash
[next]