| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | HID: use MotionDevice for Accelerometer and Gyroscope | 2017-08-11 | 3 | -5/+48 | ||
| | | | | | | ||||||
| | * | | | | Added missing parts in libnetwork (#2838) | 2017-08-19 | 3 | -1/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services. | |||||
| | * | | | | Merge pull request #2881 from MerryMage/dsp-firm-check | 2017-08-15 | 1 | -3/+4 | ||
| | |\ \ \ \ | | | | | | | | | | | | | dsp_dsp: Remove size assertion in LoadComponent | |||||
| | | * | | | | dsp_dsp: Remove size assertion in LoadComponent | 2017-08-15 | 1 | -3/+4 | ||
| | | | | | | | ||||||
| | * | | | | | Merge pull request #2843 from Subv/applet_slots | 2017-08-12 | 2 | -35/+200 | ||
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System) | |||||
| | | * | | | | Services/APT: Use the AppletAttributes union directly when dealing with ↵ | 2017-08-07 | 1 | -19/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | applet attrs. | |||||
| | | * | | | | Services/APT: Use an array to hold data about the 4 possible concurrent ↵ | 2017-08-07 | 2 | -35/+204 | ||
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | applet types (Application, Library, HomeMenu, System). This gives each applet type its own set of events as per the real NS module. | |||||
| | * | | | | Merge pull request #2863 from wwylele/pad-state-zero | 2017-08-10 | 2 | -2/+2 | ||
| | |\ \ \ \ | | | | | | | | | | | | | HID: zero unused PadState bits | |||||
| | | * | | | | HID: zero unused PadState bits | 2017-08-10 | 2 | -2/+2 | ||
| | | |/ / / | ||||||
| | * | | | | Merge pull request #2862 from j-selby/update-cryptopp | 2017-08-09 | 1 | -1/+1 | ||
| | |\ \ \ \ | | | | | | | | | | | | | Update CryptoPP (byte ambiguity) | |||||
| | | * | | | | Update cryptopp | 2017-08-08 | 1 | -1/+1 | ||
| | | |/ / / | ||||||
| | * / / / | Service/dlp: Update function tables according 3dbrew | 2017-08-09 | 3 | -4/+44 | ||
| | |/ / / | ||||||
| | * | | | telemetry: Add field for OsPlatform. | 2017-08-03 | 1 | -0/+9 | ||
| | | | | | ||||||
| | * | | | telemetry: Add field for BuildName. | 2017-08-03 | 1 | -0/+1 | ||
| | | | | | ||||||
| | * | | | telemetry: Add field for RequiresSharedFont. | 2017-08-03 | 1 | -0/+4 | ||
| | | | | | ||||||
| | * | | | telemetry_session: Log BuildDate and ProgramName fields. | 2017-08-03 | 1 | -0/+7 | ||
| | | | | | ||||||
| | * | | | core: Expose AppLoader as a public interface. | 2017-08-03 | 1 | -4/+5 | ||
| | | | | | ||||||
| | * | | | loader: Expose program title. | 2017-08-03 | 3 | -12/+31 | ||
| | | | | | ||||||
| | * | | | Handle invalid filenames when renaming files/directories | 2017-07-31 | 2 | -4/+78 | ||
| | | | | | ||||||
| | * | | | Merge pull request #2840 from Subv/apt_parameter | 2017-07-27 | 2 | -33/+105 | ||
| | |\ \ \ | | | | | | | | | | | Services/APT: Corrected the behavior of the Receive/Send/Glance/CancelParameter functions | |||||
| | | * | | | Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they ↵ | 2017-07-21 | 1 | -7/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | return an error. | |||||
| | | * | | | Services/APT: Return the proper error code when calling SendParameter with ↵ | 2017-07-21 | 2 | -4/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | an outstanding parameter already in memory. | |||||
| | | * | | | Services/APT: Reset the APT parameter inside CancelParameter if the ↵ | 2017-07-21 | 1 | -6/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | conditions are met. | |||||
| | | * | | | Services/APT: Properly clear the apt parameter after a successful ↵ | 2017-07-21 | 1 | -2/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | ReceiveParameter call. | |||||
| | | * | | | Services/APT: Use the right error codes in ReceiveParameter and ↵ | 2017-07-21 | 1 | -0/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | GlanceParameter when the parameter doesn't exist. | |||||
| | | * | | | Services/APT: Use boost::optional for the APT parameter structure. | 2017-07-21 | 1 | -20/+26 | ||
| | | |/ / | ||||||
| * | | | | loader: Various improvements for NSO/NRO loaders. | 2017-10-09 | 8 | -58/+40 | ||
| | | | | | ||||||
| * | | | | loader: Add support for NRO, as well as various fixes and shared linker. | 2017-10-05 | 9 | -146/+434 | ||
| | | | | | ||||||
| * | | | | nso: Fixes to support homebrew NSOs without a MOD header. | 2017-10-03 | 2 | -17/+23 | ||
| | | | | | ||||||
| * | | | | arm_interface: Set TLS address for dynarmic core. | 2017-09-30 | 5 | -0/+32 | ||
| | | | | | ||||||
| * | | | | nso: Refactor and allocate .bss section. | 2017-09-30 | 8 | -130/+160 | ||
| | | | | | ||||||
| * | | | | process: Support loading multiple codesets. | 2017-09-30 | 2 | -20/+27 | ||
| | | | | | ||||||
| * | | | | loader: Add support for loading an NSO. | 2017-09-30 | 5 | -0/+342 | ||
| | | | | | ||||||
| * | | | | externals: Add lz4. | 2017-09-30 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | memory: Log with 64-bit values. | 2017-09-30 | 1 | -8/+8 | ||
| | | | | | ||||||
| * | | | | kernel: Various threading fixes to support 64-bit addressing. | 2017-09-30 | 2 | -8/+8 | ||
| | | | | | ||||||
| * | | | | core: Various changes to support 64-bit addressing. | 2017-09-30 | 5 | -54/+54 | ||
| | | | | | ||||||
| * | | | | arm: Use 64-bit addressing in a bunch of places. | 2017-09-30 | 8 | -78/+111 | ||
| | | | | | ||||||
| * | | | | elf: Check if machine is ARM. | 2017-09-30 | 1 | -2/+9 | ||
| |/ / / | ||||||
| * | | | Merge pull request #2799 from yuriks/virtual-cached-range-flush | 2017-07-22 | 6 | -68/+113 | ||
| |\ \ \ | |/ / |/| | | Add address conversion functions returning optional, Add function to flush virtual region from rasterizer cache | |||||
| | * | | Memory: Add function to flush a virtual range from the rasterizer cache | 2017-06-21 | 4 | -47/+72 | ||
| | | | | | | | | | | | | | | | | | | | This is slightly more ergonomic to use, correctly handles virtual regions which are disjoint in physical addressing space, and checks only regions which can be cached by the rasterizer. | |||||
| | * | | Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional | 2017-06-21 | 2 | -7/+23 | ||
| | | | | ||||||
| | * | | Memory: Make PhysicalToVirtualAddress return a boost::optional | 2017-06-21 | 4 | -14/+18 | ||
| | | | | | | | | | | | | | And fix a few places in the code to take advantage of that. | |||||
| * | | | telemetry: Log performance, configuration, and system data. | 2017-07-17 | 3 | -12/+80 | ||
| | | | | ||||||
| * | | | stubbed frd::UnscrambleLocalFriendCode (#2827) | 2017-07-16 | 3 | -1/+57 | ||
| | | | | ||||||
| * | | | Merge pull request #2784 from wwylele/font-archive | 2017-07-16 | 5 | -22/+264 | ||
| |\ \ \ | | | | | | | | | load shared font from system archive | |||||
| | * | | | apt: load shared font from system archive | 2017-06-26 | 4 | -20/+260 | ||
| | | | | | ||||||
| | * | | | apt/shared_font: don't relocate zero offset | 2017-06-26 | 1 | -2/+4 | ||
| | |/ / | ||||||
| * | | | web_service: Add CMake flag to enable. | 2017-07-11 | 2 | -3/+12 | ||
| | | | | ||||||
| * | | | telemetry_session: Use TelemetryJson to submit real telemetry. | 2017-07-11 | 1 | -2/+2 | ||
| | | | | ||||||