summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman
Previously we were simply returning the account-preselect structure all times but if passed with a different mode the game expects application-specific data. This also adds a hook for BCAT into this allowing us to send the launch parameter through bcat,
2019-09-30configure_service: Allow Qt to open external linksZach Hilman
2019-09-30cmake: Add cmake option to build Boxcat backendZach Hilman
Default enabled
2019-09-30yuzu: Add UI tab to configure BCAT servicesZach Hilman
Also displays current events if boxcat is selected.
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman
Takes a title ID and simply deletes all the data for that title ID's bcat. Invokes the respective backend command.
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman
Takes a title ID and passphrase (0x40 byte string) and passes it to the backend.
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman
Variant also supports only updating a single directory. These just both invoke backend commands.
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman
Used to query completion status and events for the current delivery task.
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman
Used to read the contents of files and access their metadata.
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman
Used to list and get directories at the root level.
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman
Used to create subclasses to manage files and directories and to list directories.
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman
Used to access contents of download.
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman
Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman
Provides the most abstract simplified functions of BCAT as functions. Also includes a NullBackend class which is just a no-op.
2019-09-30settings: Add option to set BCAT backendZach Hilman
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
Allows other services to call applets without using LLE.
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-30vfs: Add function to extract ZIP file into virtual filesystemZach Hilman
2019-09-30externals: Add zlib and libzip libraries to handle ZIP file parsingZach Hilman
2019-09-29Merge pull request #2923 from yuzu-emu/revert-2574-dynarmic-jit-nullptrbunnei
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
2019-09-29Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei
2019-09-29Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei
arm_dynarmic: Check if jit is nullptr when preparing reschedule
2019-09-27Merge pull request #2909 from MysticExile/fmt-2Rodrigo Locatti
externals: Update fmt to master
2019-09-26Merge pull request #2911 from DarkLordZach/azure-patreonRodrigo Locatti
ci: Add azure patreon pipeline
2019-09-26ci: Add two step patreon build pipelineZach Hilman
2019-09-26ci: Add private mergebot CI templatesZach Hilman
2019-09-26ci: Optionally prepend commit messages with environment variableZach Hilman
2019-09-26ci: Add private mergebot scriptZach Hilman
Uses Azure instead of GitHub
2019-09-26externals: Update fmt to masterEthan
2019-09-25Merge pull request #2864 from ReinUsesLisp/fix-clang-decompilerbunnei
gl_shader_decompiler: Fix clang build issues
2019-09-24gl_shader_decompiler: Add tailing return for HUnpack2ReinUsesLisp
2019-09-24gl_shader_decompiler: Fix clang build issuesReinUsesLisp
2019-09-23Merge pull request #2869 from ReinUsesLisp/suldbunnei
shader/image: Implement SULD and fix SUATOM
2019-09-22Merge pull request #2901 from DarkLordZach/mainline-title-barJames Rowe
ci: Properly parse Azure CI details in title bar
2019-09-22ci: Correct GitHub Release nameZach Hilman
2019-09-22ci: Determine build date via bashZach Hilman
2019-09-22ci: Update to use date as build numberZach Hilman
2019-09-22cmake: Add SCM detection for AzureZach Hilman
2019-09-22ci: Split mainline pipeline and add support for GitHub releases (#2900)Zach Hilman
* ci: Add mock build alternative for fast testing * ci: Always cache build * ci: Extract steps to download build stage artifacts * ci: Add template to release to GitHub * ci: Add template to release to Azure Universal Artifacts * ci: Split mainline to two pipelines
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
am: Implement exit locking and self exit commands
2019-09-23Merge pull request #2889 from FearlessTobi/adwsawdawdDavid
Add missing include
2019-09-22Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fixZach Hilman
AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type
2019-09-22Merge pull request #2877 from ogniK5377/framecount-rev7Zach Hilman
Added frame_count for REV5 audio renderer
2019-09-22main: Use const on all variable initializationsZach Hilman
2019-09-22Merge pull request #2895 from FearlessTobi/debug-logsDavid
service/acc: Lower log severity from INFO to DEBUG
2019-09-22Add missing includeFearlessTobi