| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
| 2017-10-09 | Merge remote-tracking branch 'upstream/master' into nx | bunnei | |
| # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | |||
| 2017-10-04 | Merge pull request #2953 from Subv/applet_launch | Sebastian Valle | |
| HLE/APT: Always set up the APT parameter when starting a library applet. | |||
| 2017-09-30 | Merge pull request #2946 from Subv/home_menu_apt | Sebastian Valle | |
| Implement PrepareToStartNewestHomeMenu and fixed an APT regression. | |||
| 2017-09-30 | Fixed type conversion ambiguity | Huw Pascoe | |
| 2017-09-25 | HLE/APT: Always set up the APT parameter when starting a library applet. | Subv | |
| Only use the HLE interface if an HLE applet with the desired id was started. This commit reorganizes the APT code surrounding parameter creation and delivery to make it easier to support LLE applets in the future. As future work, the HLE applet interface can be reworked to utilize the same facilities as the LLE interface. | |||
| 2017-09-24 | HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that ↵ | Subv | |
| the Home Menu doesn't try to reboot the system. As per 3dbrew: "During Home Menu start-up it uses APT:PrepareToStartNewestHomeMenu. If that doesn't return an error(normally NS returns 0xC8A0CFFC for that), Home Menu starts a hardware reboot with APT:StartNewestHomeMenu etc. " | |||
| 2017-09-24 | HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize | Subv | |
| We need to know what is being run so we can set the APT parameter destination AppId correctly. Delaying the preparation of the parameter until we know which AppId is running lets us support booting both the Home Menu and normal game Applications. | |||
| 2017-09-03 | APT: load different shared font depending on the region | wwylele | |
| 2017-08-07 | Services/APT: Use the AppletAttributes union directly when dealing with ↵ | Subv | |
| applet attrs. | |||
| 2017-08-07 | Services/APT: Use an array to hold data about the 4 possible concurrent ↵ | Subv | |
| applet types (Application, Library, HomeMenu, System). This gives each applet type its own set of events as per the real NS module. | |||
| 2017-08-03 | telemetry: Add field for RequiresSharedFont. | bunnei | |
| 2017-07-27 | Merge pull request #2840 from Subv/apt_parameter | bunnei | |
| Services/APT: Corrected the behavior of the Receive/Send/Glance/CancelParameter functions | |||
| 2017-07-22 | Merge pull request #2799 from yuriks/virtual-cached-range-flush | Weiyi Wang | |
| Add address conversion functions returning optional, Add function to flush virtual region from rasterizer cache | |||
| 2017-07-21 | Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they ↵ | Subv | |
| return an error. | |||
| 2017-07-21 | Services/APT: Return the proper error code when calling SendParameter with ↵ | Subv | |
| an outstanding parameter already in memory. | |||
| 2017-07-21 | Services/APT: Reset the APT parameter inside CancelParameter if the ↵ | Subv | |
| conditions are met. | |||
| 2017-07-21 | Services/APT: Properly clear the apt parameter after a successful ↵ | Subv | |
| ReceiveParameter call. | |||
| 2017-07-21 | Services/APT: Use the right error codes in ReceiveParameter and ↵ | Subv | |
| GlanceParameter when the parameter doesn't exist. | |||
| 2017-07-21 | Services/APT: Use boost::optional for the APT parameter structure. | Subv | |
| 2017-06-26 | apt: load shared font from system archive | wwylele | |
| 2017-06-26 | apt/shared_font: don't relocate zero offset | wwylele | |
| 2017-06-21 | Memory: Make PhysicalToVirtualAddress return a boost::optional | Yuri Kunde Schlesner | |
| And fix a few places in the code to take advantage of that. | |||
| 2017-06-18 | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | |
| Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue. | |||
| 2017-06-02 | Created a whitelist of system archives to prevent false positives creating ↵ | TheKoopaKingdom | |
| dialogs. | |||
| 2017-06-02 | Added system for handling core errors in citra-qt. | TheKoopaKingdom | |
| 2017-05-29 | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | |
| 2017-04-06 | Merge pull request #2533 from Lectem/apt_ipchelper | bunnei | |
| IpcHelper enhancement and APT refactor | |||
| 2017-03-20 | hopefully fix clang-format issues with old version | Lectem | |
| 2017-03-19 | address more comments | Lectem | |
| 2017-03-18 | Cast size_t to u32 for PushStaticBuffer usages | Lectem | |
| 2017-03-18 | IPCHelper Skip method + address comments for apt | Lectem | |
| 2017-03-18 | apt: fix RequestBuilder parameters for Unwrap | wwylele | |
| 2017-03-18 | fix #2560 and other comments | Lectem | |
| 2017-03-18 | refactor APT service to use the new IPC helpers | Lectem | |
| 2017-02-21 | APT: implement Wrap and Unwrap | wwylele | |
| 2016-12-14 | Merge pull request #2249 from Subv/sessions_v3 | Yuri Kunde Schlesner | |
| Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | |||
| 2016-12-14 | Fixed the codestyle to match our clang-format rules. | Subv | |
| 2016-12-11 | APT::GetStartupArgument: force clear startup argument | mailwl | |
| 2016-12-07 | apt: Update apt function tables | Lioncash | |
| Updated based off information from 3dbrew. | |||
| 2016-12-05 | HLE: Use a member variable instead of a virtual function to retrieve the max ↵ | Subv | |
| number of sessions that can be connected to an HLE service at the same time. | |||
| 2016-11-23 | Bravely Default/Second stuck #1822 (#2188) | pippo2931 | |
| * Bravely Default/Second stuck #1822 CancelLibraryApplet stub * Log parameter. * Taking care of comments * Sync with 3DBrew * White space ? * lower case | |||
| 2016-11-19 | APT/Applets: Renamed the members of the SignalType enum. | Subv | |
| Names now make sense and match 3dbrew. | |||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-08-30 | Merge pull request #2023 from yuriks/autobase-bcfnt | bunnei | |
| Auto-detect original shared_font.bin memory base | |||
| 2016-08-27 | Auto-detect original shared_font.bin memory base | Yuri Kunde Schlesner | |
| This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used. | |||
| 2016-08-02 | fix #1942 and adds a few IPC functions for descriptors | Lectem | |
