aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-07-16kernel/thread: Remove unimplemented function prototypeLioncash
2020-07-16kernel: Remove unused variablesLioncash
2020-07-16kernel: Add missing includeLioncash
2020-07-16cpu_manager: Mark function getters as staticLioncash
2020-07-16cpu_manager: Remove unused preemption_count variableLioncash
2020-07-16cpu_manager: Add missing includesLioncash
2020-07-16Merge pull request #4337 from lat9nq/fix-per-game-asyncbunnei
2020-07-16Merge pull request #4346 from lioncash/threadDavid
2020-07-16hid: Only update keyboard & debug pad inputs if enabledDavid Marcec
2020-07-16Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwriteDavid
2020-07-16Check for empty section0 and CNMT prior to installMorph
2020-07-16Add comment to clarify the nullptr checkMorph
2020-07-16filesystem: Create subdirectories prior to creating a fileMorph
2020-07-15Merge pull request #4328 from lioncash/unused-var3bunnei
2020-07-15core_timing: Remove unused data memberLioncash
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash
2020-07-15core_timing: Make use of std::chrono with ScheduleEventLioncash
2020-07-15settings: Resolve a sign conversion warning within GetTimeZoneString()Lioncash
2020-07-15kernel/process: Move name and system context to the bottom of the member listLioncash
2020-07-15kernel/handle_table: Remove usages of the global system instanceLioncash
2020-07-15settings: Make use of std::string_view over std::string for loggingLioncash
2020-07-15kernel/thread: Remove global GetCurrentThread()Lioncash
2020-07-15clang formatMorph
2020-07-15Use proper install result when overwriting filesMorph
2020-07-15Remove global system instance and address feedbackMorph
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph
2020-07-15clang-formatVolcaEM
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM
2020-07-14clang-formatlat9nq
2020-07-14settings: Move settings sanitization to its own functionlat9nq
2020-07-14Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei
2020-07-14Merge pull request #4282 from Morph1984/fs-sizebunnei
2020-07-13memory_layout: Remove unused data memberLioncash
2020-07-13address_space_info: Use type alias to simplify codeLioncash
2020-07-13address_space_info: Make use of designated initializersLioncash
2020-07-12kernel/scheduler: Use std::mutex instead of spin lockReinUsesLisp
2020-07-12Merge pull request #4265 from Morph1984/file-renameFernando Sahmkow
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph
2020-07-12Merge pull request #4275 from CrazyMax/desired_languagebunnei
2020-07-11hle: service: mii: Rewrite service to properly support creation of random and...bunnei
2020-07-11configure_cpu: Show/Hide debugging optionsMerryMage
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage
2020-07-11Merge pull request #4203 from VolcaEM/servicesbunnei
2020-07-10vfs_real: Fix MoveFileMorph
2020-07-10KeyManager: Prevent writing of invalid keysMorph
2020-07-10bis_factory: Set User NAND free space to be 1 MiB less than total.Morph
2020-07-10sdmc_factory: Set the SDMC total size to 1 TiBMorph
2020-07-10bis_factory: Use hardware default NAND partition sizesMorph
2020-07-10settings: Remove storage size optionsMorph
2020-07-09configuration: implement per-game configurations (#4098)lat9nq