summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | svc: Return random seed for svcGetInfo RandomEntropyGravatar Zach Hilman2018-11-121-1/+2
| | | | | |
| * | | | | settings: Add config option to set RNG seedGravatar Zach Hilman2018-11-111-0/+2
| | | | | |
| * | | | | csrng: Use std::mt19937 engine for random number generationGravatar Zach Hilman2018-11-112-2/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1665 from ogniK5377/GetClockSnapshotGravatar bunnei2018-11-123-21/+132
|\ \ \ \ \ | |/ / / / |/| | | | Implement GetClockSnapshot, ToPosixTime & ToPosixTimeWithMyRule
| * | | | Added maybe_unusedGravatar David Marcec2018-11-102-2/+7
| | | | |
| * | | | Added ToPosixTime & ToPosixTimeWithMyRuleGravatar David Marcec2018-11-101-2/+41
| | | | | | | | | | | | | | | | | | | | Added instead of using a seperate PR to prevent conflicts
| * | | | Added consts and staticGravatar David Marcec2018-11-101-6/+6
| | | | |
| * | | | Implement GetClockSnapshotGravatar David Marcec2018-11-103-21/+88
| | | | | | | | | | | | | | | | | | | | Needed by megaman 11
* | | | | Merge pull request #1652 from FreddyFunk/static-castGravatar bunnei2018-11-111-2/+2
|\ \ \ \ \ | | | | | | | | | | | | configure_system: Fix compiler warning
| * | | | | configure_system: Fix compiler warningGravatar Frederic Laing2018-11-061-2/+2
| | | | | |
* | | | | | Merge pull request #1656 from ogniK5377/message-queueGravatar James Rowe2018-11-106-35/+138
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Ability to switch between docked and undocked mode in-game
| * | | | | FixupsGravatar David Marcec2018-11-071-1/+1
| | | | | |
| * | | | | Ability to switch between docked and undocked mode in-gameGravatar David Marcec2018-11-076-35/+138
| |/ / / / | | | | | | | | | | | | | | | Started implementation of the AM message queue mainly used in state getters. Added the ability to switch docked mode whilst in game without stopping emulation. Also removed some things which shouldn't be labelled as stubs as they're implemented correctly
* | | | | Merge pull request #1658 from ogniK5377/holdtype-styleGravatar bunnei2018-11-071-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Updated npad styles on holdtype switches
| * | | | | Updated npad styles on holdtype switchesGravatar David Marcec2018-11-081-0/+2
| |/ / / / | | | | | | | | | | | | | | | Fixes input for megaman
* | | | | svcBreak now dumps information from the debug buffer passed (#1646)Gravatar David2018-11-071-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * svcBreak now dumps information from the debug buffer passed info1 and info2 seem to somtimes hold an address to a buffer, this is usually 4 bytes or the size of the int and contains an error code. There's other circumstances where it can be something different so we hexdump these to examine them at a later date. * Addressed comments
* | | | | fixed spelling errorGravatar David Marcec2018-11-071-1/+1
| | | | |
* | | | | Added missing logGravatar David Marcec2018-11-071-0/+1
| | | | |
* | | | | Implement acc:TrySelectUserWithoutInteractionGravatar David Marcec2018-11-075-3/+25
|/ / / / | | | | | | | | | | | | Needed for Shantae - Half-Genie Hero - Ultimate Edition!
* | | | Merge pull request #1633 from ogniK5377/reload-inputGravatar bunnei2018-11-052-0/+5
|\ \ \ \ | | | | | | | | | | Fixed HID crash when launching more than 1 game & signaled styleset change event
| * | | | Fixed HID crash when launching more than 1 game & signaled syleset change eventGravatar David Marcec2018-11-022-0/+5
| | | | | | | | | | | | | | | | | | | | This should fix crashes when launching multiple games in yuzu
* | | | | Fix typo in BufferTransformFlagsGravatar Frederic Laing2018-11-041-2/+2
| |_|_|/ |/| | |
* | | | Fixed incorrect hwopus assertGravatar David Marcec2018-11-021-1/+1
|/ / /
* | | Merge pull request #1615 from lioncash/inputGravatar bunnei2018-11-011-1/+2
|\ \ \ | | | | | | | | configure_system: Contrain profile usernames to 32 characters
| * | | configure_system: Contrain profile usernames to 32 charactersGravatar Lioncash2018-10-311-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user.
* | | Merge pull request #1604 from FearlessTobi/port-4369Gravatar bunnei2018-10-312-0/+15
|\ \ \ | | | | | | | | Port citra-emu/citra#4369: "compatdb: Use a seperate endpoint for testcase submission"
| * | | compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2018-10-282-0/+15
| | | |
* | | | service/usb: Update IPdSession's function tableGravatar Lioncash2018-10-301-3/+3
| |_|/ |/| | | | | | | | Updated based off information on SwitchBrew.
* | | general: Remove unused boost inclusions where applicableGravatar Lioncash2018-10-302-3/+0
| | | | | | | | | | | | Cleans up unused includes and trims off some dependencies on externals.
* | | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-3024-144/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
* | | Merge pull request #1621 from lioncash/ipcGravatar bunnei2018-10-293-6/+9
|\ \ \ | | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointer
| * | | hle_ipc: Add member function for querying the existence of a domain headerGravatar Lioncash2018-10-293-3/+6
| | | | | | | | | | | | | | | | Gets rid of the need to call the getter and then check for null.
| * | | hle_ipc: Make GetDomainMessageHeader return a regular pointerGravatar Lioncash2018-10-292-3/+3
| | |/ | |/| | | | | | | | | | Nothing requires the shared owner ship here, so we can just return a plain pointer.
* | | core: Make System references const where applicableGravatar Lioncash2018-10-282-3/+3
| | |
* | | core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-282-10/+49
|/ / | | | | | | | | | | Many of the Current<Thing> getters (as well as a few others) were missing const qualified variants, which makes it a pain to retrieve certain things from const qualified references to System.
* | Merge pull request #1593 from lioncash/svcGravatar bunnei2018-10-286-35/+128
|\ \ | | | | | | svc: Implement svcGetInfo command 0xF0000002
| * | svc: Localize the GetInfo enum class to the function itselfGravatar Lioncash2018-10-262-32/+31
| | | | | | | | | | | | Nothing from this enum is intended to be used outside of this function.
| * | svc: Implement svcGetInfo command 0xF0000002Gravatar Lioncash2018-10-266-4/+98
| |/ | | | | | | | | | | | | | | | | | | This retrieves: if (curr_thread == handle_thread) { result = total_thread_ticks + (hardware_tick_count - last_context_switch_ticks); } else if (curr_thread == handle_thread && sub_id == current_core_index) { result = hardware_tick_count - last_context_switch_ticks; }
* | file_sys/patch_manager: Remove unnecessary if-statements (#1586)Gravatar Frederic L2018-10-281-7/+6
| | | | | | | | | | | | * remove unnecessary if-statements * Addressed feedback
* | Merge pull request #1598 from DeeJayBro/delete-directoryGravatar bunnei2018-10-281-2/+26
|\ \ | | | | | | service/filesystem: Implemented DeleteDirectory & DeleteDirectoryRecursive
| * | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyGravatar DeeJayBro2018-10-271-2/+26
| |/
* | Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fixGravatar bunnei2018-10-281-17/+20
|\ \ | | | | | | loader/nsp: Move secondary loader initialization to constructor
| * | loader/nsp: Move secondary loader initialization to constructorGravatar Zach Hilman2018-10-271-17/+20
| |/ | | | | | | Prevents nullptr bug when trying to dump the RomFS of an NSP resulting from secondary_loader not being initialized.
* / key_manager: Use isxdigit instead of isdigit when reading key fileGravatar Zach Hilman2018-10-271-1/+1
|/ | | | Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.
* Merge pull request #1430 from DarkLordZach/remove-promote-dirGravatar bunnei2018-10-2617-95/+1
|\ | | | | vfs: Remove InterpretAsDirectory and related functions
| * vfs: Remove InterpretAsDirectory and related functionsGravatar Zach Hilman2018-10-1917-95/+1
| | | | | | | | When writing VFS, it initally seemed useful to include a function to in-place convert container files into directories in one homogenous directory structure, but re-evaluating it now there have been plenty of chances to use it and there has always been a better way. Removing as it is unused and likely will not be used.
* | Merge pull request #1569 from lioncash/amiiboGravatar bunnei2018-10-252-3/+5
|\ \ | | | | | | yuzu/main: Notify user of loading errors with Amiibo data
| * | yuzu/main: Notify user of loading errors with Amiibo dataGravatar Lioncash2018-10-242-3/+5
| | | | | | | | | | | | | | | We shouldn't silently continue if loading failed, since the general assumption is that no messages showing up implicitly indicates success.
* | | ldr: Partially implement LoadNro.Gravatar bunnei2018-10-251-3/+49
| | | | | | | | | | | | - This is an incomplete implementation. It was tested with Super Mario Party.
* | | process: LoadModule should clear JIT instruction cache.Gravatar bunnei2018-10-251-0/+6
| | |