Subv
071663e074
Archives: Expose the File and Directory classes to HLE
11 years ago
Subv
ca1a87ef7d
ResultVal: Fixed compilation when reassigning a ResultVal.
11 years ago
Yuri Kunde Schlesner
3f1a3952d7
FS: Allow multiple instances of the same archive type to be open at once
11 years ago
Yuri Kunde Schlesner
4468625080
FS: Get rid of completely useless Archive class
11 years ago
Lioncash
8d2fb3bb2b
arm_dyncom_thumb: Make lookup tables static
...
These don't need to be recreated all the time.
11 years ago
bunnei
67db6aa4ce
Merge pull request #553 from lioncash/denorm
...
vfp: Normalize accumulator for multiply accumulate instructions
11 years ago
bunnei
695beb8dcf
Merge pull request #554 from lioncash/cp15
...
dyncom: Add more regs to MCR/MRC
11 years ago
Lioncash
3eccc66abf
dyncom: Add more regs to MCR/MRC
...
Adds the registers that were left out of some coprocessor ranges.
11 years ago
Lioncash
a86d5e2752
vfp: Normalize accumulator for multiply accumulate instructions
11 years ago
Tony Wasserka
eb83ac48aa
Merge pull request #543 from Alegend45/master
...
Add more blend equations from 3dbrew
11 years ago
bunnei
dab0b5cefb
Merge pull request #528 from kevinhartman/scheduling-logic
...
Scheduler refactor Pt. 1
11 years ago
Kevin Hartman
5fcbfc06eb
Scheduler refactor Pt. 1
...
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
for a thread at any given point in the system.
* Removes dead code from thread.cpp.
* Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.
Other changes:
* Fixed comments in arm interfaces.
* Updated comments in thread.cpp
* Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
* Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
11 years ago
bunnei
848795f383
Merge pull request #551 from bunnei/mutex-fixes
...
Mutex/synch fixes
11 years ago
bunnei
1b0bf00cbc
Mutex: Locks should be recursive.
11 years ago
bunnei
caa58acc84
WaitSynch: Always reschedule (verified behavior on hw).
11 years ago
Darius Goad
536958fb29
Add more blend equations from 3dbrew
11 years ago
bunnei
837439e7d5
Merge pull request #550 from lioncash/ftoui
...
vfpdouble: Fix the FTOUI NaN sign setting
11 years ago
Lioncash
53fa04f326
vfpdouble: Fix the FTOUI NaN sign setting
...
This was fixed for vfpsingle, but not vfpdouble
11 years ago
bunnei
7dfdbe22de
Merge pull request #549 from lioncash/tossed
...
Throw more unused/unnecessary VFP code out
11 years ago
Lioncash
a734e9fdca
Throw more unused/unnecessary VFP code out
11 years ago
bunnei
7cc24562b4
Merge pull request #548 from lioncash/nits
...
Cleanup related to vfp_helper.
11 years ago
Lioncash
ca7babe062
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
11 years ago
Lioncash
d832c48864
vfp_helper: Normalize tabs to spaces
11 years ago
Tony Wasserka
4154560bd5
Merge pull request #545 from yuriks/patch-1
...
Appveyor: Do x64 builds
11 years ago
Yuri Kunde Schlesner
6638bf3b9b
Appveyor: Adjust clone depth settings
...
The submodule update was doing a full clone. Also increase clone depth a
bit, since it can apparently cause issues checking out the source if
there are too many concurrent PRs trying to build (causing the commit
for the build to not be the top one on the repository anymore).
11 years ago
Yuri Kunde Schlesner
689d80e077
Appveyor: Do x64 builds
11 years ago
bunnei
126c8257b4
Merge pull request #542 from chinhodado/patch-1
...
Fix a wrong file name in a comment
11 years ago
purpasmart96
60ce36f721
Services: Stub some functions
11 years ago
chinhodado
34cce345a7
Fix a wrong file name in a comment
11 years ago
bunnei
c4e636681e
Merge pull request #541 from lioncash/nits
...
Small VFP cleanups.
11 years ago
Lioncash
1ecd75ea1a
vfp_helper: Remove unnecessary extern C blocks
11 years ago
Lioncash
3e576219c4
vfp: Move FPSID, FPEXC, and FPSCR values over to enums.
...
Also got rid of duplicate definitions of some of these values.
11 years ago
Tony Wasserka
1576a318f2
Merge pull request #535 from bunnei/color-modifiers
...
Implement color/alpha modifiers
11 years ago
bunnei
1eb591d6fd
Rasterizer: Implement the other color and alpha modifiers.
11 years ago
bunnei
8c93a28fed
VideoCore: Added same-component swizzlers to math utility functions.
11 years ago
bunnei
7f900ac68e
Merge pull request #537 from lioncash/vfp
...
vfp: Fix VCVT
11 years ago
bunnei
4d36a6a255
Merge pull request #536 from lioncash/dead
...
vfp: Throw out unused code
11 years ago
Lioncash
82e8f25fe7
vfp: Fix VCVT
...
These variants exclusively read from the single precision regs and write to double-precision registers
Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers.
11 years ago
Lioncash
7ecedfb970
vfp: Throw out unused code
11 years ago
Tony Wasserka
a45175ee0d
Merge pull request #534 from neobrain/disassembler-improvements
...
Disassembler improvements
11 years ago
Tony Wasserka
5a90420c0b
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
11 years ago
Tony Wasserka
79713d500b
citra-qt: Fix a crash when double-clicking a disassembler list item.
11 years ago
bunnei
c8103127d7
Merge pull request #533 from lioncash/unused
...
dyncom: Remove more unnecessary code
11 years ago
Lioncash
3a5a39c6aa
dyncom: Remove more unnecessary code
11 years ago
bunnei
a9b3f29b90
Merge pull request #483 from yuriks/cmake-fix
...
CMake: Inform the user when architecture auto-detection fails
11 years ago
bunnei
d64c836369
Merge pull request #532 from lioncash/warn
...
core: Fix some warnings on OSX
11 years ago
Lioncash
676daef3c7
core: Fix some warnings on OSX
11 years ago
bunnei
7f730ed158
Merge pull request #523 from yuriks/kernel-lifetime5
...
Kernel Lifetime Reform Pt. 5: The Reckoning
11 years ago
Yuri Kunde Schlesner
88a4a808c6
Kernel: Stop creating useless Handles during object creation
...
They're finally unnecessary, and will stop cluttering the application's
handle table.
11 years ago
Yuri Kunde Schlesner
52f58e64ef
Kernel: Make WaitObjects share ownership of Threads waiting on them
...
During normal operation, a thread waiting on an WaitObject and the
object hold mutual references to each other for the duration of the
wait.
If a process is forcefully terminated (The CTR kernel has a SVC to do
this, TerminateProcess, though no equivalent exists for threads.) its
threads would also be stopped and destroyed, leaving dangling pointers
in the WaitObjects.
The solution is to simply have the Thread remove itself from WaitObjects
when it is stopped. The vector of Threads in WaitObject has also been
changed to hold SharedPtrs, just in case. (Better to have a reference
cycle than a crash.)
11 years ago