summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* main, applets/web: Re-add progress dialog for RomFS extractionGravatar Morph2020-12-184-40/+52
* pl_u, applets/web: Decrypt shared fonts to TTF filesGravatar Morph2020-12-183-18/+117
* ns_vm: Stub NeedsUpdateVulnerabilityGravatar Morph2020-12-181-1/+10
* frontend/input_interpreter: Add InputInterpreter APIGravatar Morph2020-12-183-0/+167
* controllers/npad: Make press_state atomicGravatar Morph2020-12-182-2/+3
* applets/web: Implement the default web browser applet frontendGravatar Morph2020-12-183-1/+24
* applets/web: Implement the offline browser applet backendGravatar Morph2020-12-182-13/+143
* applets/web: Initial implementation of the web browser appletGravatar Morph2020-12-183-2/+428
* applets: Remove the previous web browser applet implementationGravatar Morph2020-12-188-745/+37
* system_archive: Add + and - buttons to the Nintendo Extended OSS fontGravatar Morph2020-12-182-315/+343
* system_archive: Update Nintendo Extended OSS fontGravatar Morph2020-12-172-182/+347
* Merge pull request #5190 from Morph1984/validate_device_handleGravatar bunnei2020-12-152-0/+45
|\
| * controllers/npad: Validate device handles before useGravatar Morph2020-12-122-0/+45
* | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-1510-10/+147
|\ \
| * | fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-086-1/+83
| * | file_sys: Consolidate common Title ID operationsGravatar Morph2020-12-084-9/+64
* | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerGravatar bunnei2020-12-142-2/+76
|\ \ \ | |_|/ |/| |
| * | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleGravatar Morph2020-12-081-1/+14
| * | IPurchaseEventManager: Stub Set(Default)DeliveryTargetGravatar Morph2020-12-081-2/+27
| * | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerGravatar Morph2020-12-082-2/+38
| |/
* | Merge pull request #5183 from lioncash/alias2Gravatar bunnei2020-12-1228-136/+142
|\ \
| * | vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-1028-136/+142
* | | Merge pull request #5187 from Morph1984/revert-stdfsGravatar bunnei2020-12-111-6/+2
|\ \ \
| * | | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Gravatar Morph2020-12-111-6/+2
* | | | Merge pull request #5172 from lioncash/svc-wideGravatar bunnei2020-12-111-35/+25
|\ \ \ \ | |/ / / |/| | |
| * | | svc: Remove unnecessary castsGravatar Lioncash2020-12-081-35/+25
* | | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailableGravatar bunnei2020-12-101-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | nim: Stub IsLargeResourceAvailableGravatar Morph2020-12-041-1/+13
* | | | vfs_real: Fix CreateFile for files without a file extensionGravatar Morph2020-12-091-2/+6
* | | | Merge pull request #5142 from comex/xx-poll-eventsGravatar Rodrigo Locatti2020-12-096-71/+82
|\ \ \ \
| * | | | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...Gravatar comex2020-12-066-71/+82
* | | | | Merge pull request #5166 from lioncash/log-castGravatar bunnei2020-12-0825-96/+90
|\ \ \ \ \
| * | | | | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-0725-96/+90
* | | | | | Merge pull request #5135 from Morph1984/applets-shadowGravatar bunnei2020-12-081-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | applets: Resolve variable shadowingGravatar Morph2020-12-051-1/+1
* | | | | | Merge pull request #5167 from lioncash/doc-memoryGravatar bunnei2020-12-081-2/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | memory: Resolve -Wdocumentation warning for Write()Gravatar Lioncash2020-12-081-2/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #5165 from lioncash/copy-controllerGravatar Morph2020-12-081-12/+11
|\ \ \ \ \
| * | | | | controller: Use std::move within ConvertToFrontendParameters()Gravatar Lioncash2020-12-071-3/+3
| * | | | | controller: Avoid unnecessary copies in ConfigurationComplete()Gravatar Lioncash2020-12-071-9/+8
| |/ / / /
* | | | | Merge pull request #5020 from german77/AnalogfromButtonFixGravatar Morph2020-12-081-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable analog joystick from buttons by defaultGravatar german2020-12-071-0/+2
* | | | | Merge pull request #5153 from comex/xx-unixGravatar bunnei2020-12-072-5/+5
|\ \ \ \ \
| * | | | | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__Gravatar comex2020-12-062-5/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #5148 from comex/xx-unused-fieldsGravatar bunnei2020-12-062-3/+3
|\ \ \ \ \
| * | | | | core: Mark unused fields as [[maybe_unused]]Gravatar comex2020-12-062-3/+3
| |/ / / /
* | | | | Merge pull request #5154 from comex/xx-ipcGravatar bunnei2020-12-062-34/+37
|\ \ \ \ \
| * | | | | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppGravatar comex2020-12-062-34/+37
| |/ / / /
* | | | | Merge pull request #5147 from comex/xx-purevirtGravatar LC2020-12-071-33/+0
|\ \ \ \ \
| * | | | | nvdrv: Remove useless re-declaration of pure virtual methods that were alread...Gravatar comex2020-12-061-33/+0
| |/ / / /