| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | dyncom: Get rid of skyeye typedefs | 2015-07-25 | 7 | -61/+55 | ||
| | | | | | ||||||
| * | | | | dyncom: Move helper functions to their own header | 2015-07-25 | 10 | -41/+57 | ||
| | | | | | ||||||
| * | | | | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | 2015-07-25 | 3 | -2/+2 | ||
| |/ / / | ||||||
| * | | | Merge pull request #989 from lioncash/extern | 2015-07-25 | 1 | -25/+25 | ||
| |\ \ \ | | | | | | | | | armdefs: Remove unnecessary extern keywords | |||||
| | * | | | armdefs: Remove unnecessary extern keywords | 2015-07-25 | 1 | -25/+25 | ||
| | | | | | ||||||
| * | | | | loader: Remove unnecessary else usages | 2015-07-25 | 1 | -9/+9 | ||
| |/ / / | ||||||
| * | | | Merge pull request #888 from zawata/Warning-Fixes-2 | 2015-07-25 | 2 | -3/+3 | ||
| |\ \ \ | | | | | | | | | Core\HLE : Fix Warning | |||||
| | * | | | Core\HLE : Fix Warning | 2015-07-17 | 2 | -3/+3 | ||
| | |/ / | | | | | | | | | | "signed/unsigned mismatch" | |||||
| * | | | Merge pull request #892 from zawata/another-warning-fixes | 2015-07-25 | 2 | -2/+2 | ||
| |\ \ \ | | | | | | | | | Yet More Warning Fixes | |||||
| | * | | | Core : Change variable type | 2015-07-19 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | and fix various warnings | |||||
| | * | | | Core : Fix Conversion Warnings | 2015-07-19 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Merge pull request #983 from yuriks/null-memory-fill | 2015-07-23 | 1 | -13/+18 | ||
| |\ \ \ \ | | | | | | | | | | | GSP: Don't try to write memory fill registers if start address is 0 | |||||
| | * | | | | GSP: Don't try to write memory fill registers if start address is 0 | 2015-07-23 | 1 | -13/+18 | ||
| | | |_|/ | |/| | | | | | | | | | | | | | | Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games. | |||||
| * / | | | Qt/GPU Breakpoints: Added three more breakpoint types: | 2015-07-23 | 2 | -0/+11 | ||
| |/ / / | | | | | | | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | |||||
| * | | | Merge pull request #962 from Subv/am_app | 2015-07-21 | 3 | -3/+33 | ||
| |\ \ \ | | | | | | | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | |||||
| | * | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | 2015-07-21 | 3 | -3/+33 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver | |||||
| * | | | | Merge pull request #966 from Subv/log | 2015-07-21 | 1 | -4/+8 | ||
| |\ \ \ \ | | | | | | | | | | | Services/Logging: Log more useful information when some operations fail. | |||||
| | * | | | | Services/Logging: Log more useful information when some operations fail. | 2015-07-21 | 1 | -4/+8 | ||
| | |/ / / | | | | | | | | | | | | | Namely OpenFileDirectly, OpenDirectory and OpenArchive | |||||
| * | | | | Merge pull request #957 from Subv/hwtest_crash | 2015-07-21 | 1 | -0/+8 | ||
| |\ \ \ \ | | | | | | | | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | |||||
| | * | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | 2015-07-20 | 1 | -0/+8 | ||
| | |/ / / | | | | | | | | | | | | | They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending) | |||||
| * | | | | dyncom: Pass SVC immediates directly. | 2015-07-21 | 3 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | Previously it would just re-read the already decoded instruction and extract the immediate value. | |||||
| * | | | | Services/CFG: Added some missing functions to cfg:s | 2015-07-20 | 1 | -1/+3 | ||
| |/ / / | ||||||
| * | | | Merge pull request #939 from Subv/queryprocmem | 2015-07-20 | 2 | -6/+28 | ||
| |\ \ \ | | | | | | | | | Kernel/SVC: Implemented svcQueryProcessMemory | |||||
| | * | | | Kernel/SVC: Implemented svcQueryProcessMemory | 2015-07-17 | 2 | -6/+28 | ||
| | | | | | ||||||
| * | | | | Merge pull request #951 from Subv/bit5 | 2015-07-19 | 2 | -12/+31 | ||
| |\ \ \ \ | | | | | | | | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. | |||||
| | * | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. | 2015-07-19 | 2 | -12/+31 | ||
| | | | | | | | | | | | | | | | | | | | | | It tells the GPU to not swizzle/de-swizzle the input during the transfer. | |||||
| * | | | | | Merge pull request #946 from archshift/update-frdu | 2015-07-19 | 1 | -1/+12 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add more frd:u unknown service commands from 3dbrew | |||||
| | * | | | | | Add more frd:u unknown service commands from 3dbrew | 2015-07-19 | 1 | -1/+12 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | dyncom: Properly retrieve the PC value in BX if used. | 2015-07-19 | 1 | -3/+5 | ||
| | |/ / / |/| | | | ||||||
| * | | | | Change trace/unimplemented service call logs to use hex | 2015-07-19 | 1 | -1/+1 | ||
| |/ / / | | | | | | | | | | Changes the log to use hex in the parameter list instead of decimal. | |||||
| * / / | Dyncom: Support for a missing ARMv6 Thumb MOV encoding | 2015-07-18 | 1 | -10/+4 | ||
| |/ / | ||||||
| * | | Merge pull request #938 from Subv/querymem | 2015-07-17 | 2 | -4/+24 | ||
| |\ \ | | | | | | | Kernel/SVC: Implemented svcQueryMemory. | |||||
| | * | | Kernel/SVC: Implemented svcQueryMemory. | 2015-07-17 | 2 | -4/+24 | ||
| | | | | ||||||
| * | | | Merge pull request #937 from yuriks/codeset-leak | 2015-07-17 | 12 | -8/+45 | ||
| |\ \ \ | |/ / |/| | | Ensure all kernel objects are released during shutdown | |||||
| | * | | Ensure all kernel objects are released during shutdown | 2015-07-17 | 12 | -8/+45 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications. | |||||
| * | | | arm_dyncom_interpreter: Simplify assignment in SMLAW | 2015-07-16 | 1 | -1/+1 | ||
| |/ / | | | | | | | Also a side-benefit of not having implementation-defined behavior. | |||||
| * | | Merge pull request #918 from yuriks/romfs | 2015-07-16 | 17 | -97/+111 | ||
| |\ \ | | | | | | | Do not load entire RomFS to memory, read from the file as needed instead (rebased) | |||||
| | * | | Loader: Fix variable type and remove unused variable | 2015-07-13 | 1 | -2/+1 | ||
| | | | | ||||||
| | * | | Archive: Correct a few incorrect types in function signatures | 2015-07-13 | 6 | -22/+22 | ||
| | | | | | | | | | | | | | Buffer lengths should be size_t, and file offsets should be u64. | |||||
| | * | | Loader: Remove unnecessary pointer indirection to IOFile | 2015-07-13 | 10 | -50/+50 | ||
| | | | | ||||||
| | * | | FS: Stream RomFS from file instead of loading all of it to memory | 2015-07-13 | 9 | -32/+47 | ||
| | | | | ||||||
| * | | | Merge pull request #904 from aroulin/y2r-narrowing-warning | 2015-07-13 | 1 | -1/+1 | ||
| |\ \ \ | |/ / |/| | | Y2R: Fix narrowing warning | |||||
| | * | | Y2R: Fix narrowing warning | 2015-07-12 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | CiTrace: Clean up initialization method. | 2015-07-13 | 2 | -70/+46 | ||
| | | | | ||||||
| * | | | CiTrace: Record default vertex attributes. | 2015-07-13 | 4 | -43/+57 | ||
| | | | | ||||||
| * | | | Add CiTrace recording support. | 2015-07-13 | 7 | -1/+419 | ||
| | | | | | | | | | | | | | | | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||||
| * | | | GPU: Be robust against nullptr addresses; properly reset busy bits in the ↵ | 2015-07-13 | 1 | -27/+34 | ||
| | | | | | | | | | | | | | trigger registers. | |||||
| * | | | HW: Fix a stupid issue which led to unknown register reads/writes. | 2015-07-13 | 1 | -0/+30 | ||
| | | | | ||||||
| * | | | Merge pull request #921 from linkmauve/fix-applet | 2015-07-12 | 7 | -7/+32 | ||
| |\ \ \ | | | | | | | | | Fix applet includes using iwyu | |||||
| | * | | | Core: Fix applet includes using iwyu. | 2015-07-12 | 7 | -7/+32 | ||
| | |/ / | ||||||