| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Session: Remove/add some forward declarations | 2017-06-08 | 2 | -1/+2 | ||
| | | | ||||||
| * | | Kernel: Ensure objects are kept alive during ClientSession disconnection | 2017-06-08 | 1 | -7/+13 | ||
| | | | | | | | | | Fixes #2760 | |||||
| * | | Merge pull request #2737 from Subv/decryptbeacondata | 2017-06-07 | 1 | -1/+97 | ||
| |\ \ | |/ |/| | Services/UDS: Implement DecryptBeaconData. | |||||
| | * | Services/UDS: Implement DecryptBeaconData. | 2017-06-06 | 1 | -1/+97 | ||
| | | | | | | | | | This function decrypts the encrypted data tags contained in the 802.11 beacon frames. | |||||
| * | | Service: Remove unnecessary includes from service.h | 2017-06-06 | 31 | -12/+79 | ||
| | | | | | | | | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | |||||
| * | | Service: Make service registration part of the sm implementation | 2017-06-06 | 6 | -24/+147 | ||
| | | | | | | | | | Also enhances the GetServiceHandle implementation to be more accurate. | |||||
| * | | Service/sm: Use an actual semaphore for the notification semaphore | 2017-06-06 | 1 | -8/+9 | ||
| | | | | | | | | | | | An Event was used way back then when we didn't have proper working semaphores. Our Semaphore implementation is good enough now. | |||||
| * | | Service: Move SRV interface to a new sm/ subdirectory | 2017-06-06 | 4 | -9/+10 | ||
| | | | | | | | | | | | This will contain the implementation of the sm (Service Manager) system module. | |||||
| * | | Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession | 2017-06-06 | 11 | -62/+73 | ||
| | | | | | | | | | | | | | This allows attaching a HLE handle to a ServerPort at any point after it is created, allowing port/session creation to be generic between HLE and regular services. | |||||
| * | | ResultVal: Add more convenience utils for creating and cascading results | 2017-06-06 | 1 | -0/+19 | ||
| | | | ||||||
| * | | HLE: Move SessionRequestHandler from Service:: to Kernel:: | 2017-06-05 | 14 | -73/+100 | ||
| | | | | | | | | | | | Most of the code that works with this is or will be in the kernel, so it's a more appropriate place for it to be. | |||||
| * | | Addressed Bunnei's review comments, and made some other tweaks: | 2017-06-02 | 6 | -24/+22 | ||
| | | | | | | | | | | | - Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped. | |||||
| * | | Switched to the ERROR_NOT_FOUND constant from errors.h. | 2017-06-02 | 2 | -4/+3 | ||
| | | | ||||||
| * | | Moved whitelist checks from FS_User to the Archive_NCCH handler. | 2017-06-02 | 2 | -53/+37 | ||
| | | | ||||||
| * | | Created a whitelist of system archives to prevent false positives creating ↵ | 2017-06-02 | 6 | -24/+60 | ||
| | | | | | | | | | dialogs. | |||||
| * | | Optimized messages that were repetitive and added ability for core errors to ↵ | 2017-06-02 | 1 | -2/+15 | ||
| | | | | | | | | | specify more details optionally. | |||||
| * | | Made some changes from review comments: | 2017-06-02 | 8 | -35/+33 | ||
| | | | | | | | | | | | | | | | | | - Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff. | |||||
| * | | Added system for handling core errors in citra-qt. | 2017-06-02 | 5 | -8/+43 | ||
| | | | ||||||
| * | | Fixed encrypted ROM error messages. | 2017-06-02 | 3 | -9/+19 | ||
| | | | ||||||
| * | | Merge pull request #2722 from wwylele/cam-ipc-helper | 2017-05-31 | 2 | -293/+265 | ||
| |\ \ | | | | | | | CAM: use IPCHelper | |||||
| | * | | fixup!cam: use IPCHelper | 2017-05-27 | 2 | -30/+43 | ||
| | | | | ||||||
| | * | | cam: move u32->u8 trancation to IPCHelper | 2017-05-24 | 1 | -34/+33 | ||
| | | | | ||||||
| | * | | cam: use IPCHelper | 2017-05-24 | 1 | -278/+238 | ||
| | | | | ||||||
| * | | | Merge pull request #2739 from yuriks/kernel-reorg | 2017-05-31 | 25 | -341/+428 | ||
| |\ \ \ | | | | | | | | | Split-up kernel.h | |||||
| | * | | | Kernel: Move HandleTable to a separate file | 2017-05-29 | 18 | -203/+242 | ||
| | | | | | ||||||
| | * | | | Kernel: Move WaitObject to a separate file | 2017-05-29 | 13 | -132/+176 | ||
| | | | | | | | | | | | | | | | | | | | | | Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header. | |||||
| | * | | | Kernel: Removed HandleTable::GetWaitObject | 2017-05-29 | 2 | -11/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | This isn't necessary anymore since plain Get works correctly for WaitObjects. | |||||
| | * | | | Kernel: Extract dynamic Object pointer cast into its own function | 2017-05-29 | 1 | -11/+24 | ||
| | | |/ | |/| | ||||||
| * | | | CMake: Remove unnecessary include_directories for dynarmic | 2017-05-27 | 1 | -3/+0 | ||
| | | | | | | | | | | | | | Dynarmic already adds the correct include paths to the library target. | |||||
| * | | | CMake: Add cryptopp include path to target property | 2017-05-27 | 1 | -1/+0 | ||
| | | | | ||||||
| * | | | CMake: Use IMPORTED target for Boost | 2017-05-27 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | CMake: Correct inter-module dependencies and library visibility | 2017-05-27 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | |||||
| * | | Remove some unnecessary inclusions of video_core.h | 2017-05-27 | 2 | -2/+0 | ||
| | | | ||||||
| * | | Move screen size constants from video_core to core | 2017-05-27 | 5 | -13/+46 | ||
| | | | | | | | | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core. | |||||
| * | | Core: Fix some out-of-style includes | 2017-05-27 | 4 | -4/+4 | ||
| | | | ||||||
| * | | Move framebuffer_layout from Common to Core | 2017-05-27 | 4 | -1/+215 | ||
| | | | | | | | | | | | | | This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||||
| * | | Merge pull request #2716 from yuriks/decentralized-result | 2017-05-26 | 32 | -277/+343 | ||
| |\ \ | | | | | | | Decentralize ResultCode | |||||
| | * | | FS: Remove unused result definition | 2017-05-24 | 1 | -5/+0 | ||
| | | | | ||||||
| | * | | Kernel: Centralize error definitions in errors.h | 2017-05-24 | 23 | -132/+178 | ||
| | | | | ||||||
| | * | | GSP_GPU: Move error codes from result.h to local file | 2017-05-24 | 2 | -17/+23 | ||
| | | | | ||||||
| | * | | FileSys: Move all result description to errors.h | 2017-05-24 | 10 | -105/+115 | ||
| | | | | ||||||
| | * | | result: Make error description a generic integer | 2017-05-24 | 3 | -6/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now known that result code description vary depending on the module, and so they're best defined on a per-module basis. To support this, allow passing in an arbitrary integer instead of limiting to the ones in the ErrorDescription enum. These will be gradually migrated to their individual users, but a few will be kept as "common" codes shared by all modules. | |||||
| | * | | Make BitField and ResultCode constexpr-initializable | 2017-05-24 | 1 | -18/+15 | ||
| | | | | ||||||
| * | | | telemetry: Log a few simple data fields throughout core. | 2017-05-24 | 3 | -1/+22 | ||
| | | | | ||||||
| * | | | core: Keep track of telemetry for the current emulation session. | 2017-05-24 | 5 | -0/+83 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #2692 from Subv/vfp_ftz | 2017-05-22 | 2 | -0/+26 | ||
| |\ \ | |/ |/| | Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. | |||||
| | * | fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. | 2017-05-21 | 2 | -4/+0 | ||
| | | | ||||||
| | * | Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. | 2017-05-08 | 2 | -0/+30 | ||
| | | | | | | | | | Inputs are still not flushed to 0 if they are denormals. | |||||
| * | | Merge pull request #2406 from Subv/session_disconnect | 2017-05-21 | 8 | -51/+84 | ||
| |\ \ | | | | | | | Kernel: Properly update port counters on session disconnection. | |||||
| | * | | Kernel/Sessions: Remove the ClientSession::Create function. | 2017-05-21 | 3 | -16/+3 | ||
| | | | | | | | | | | | | | It is not meant to be used by anything other than CreateSessionPair. | |||||