bunnei
29a9e4ac25
Merge pull request #572 from lioncash/prototypes
...
core: Apply static to local functions
10 years ago
Lioncash
0c6434c379
core: Apply static to local functions
10 years ago
bunnei
c44d75787b
Merge pull request #571 from lioncash/cleanup
...
arm: General cleanup
10 years ago
Lioncash
a75e1ff6e6
arm: General cleanup
...
- Remove several typedefs for ARMul_State.
- Remove unused functions
- Remove unused/unnecessary headers
- Removed unused enums, etc.
10 years ago
bunnei
9b69079c83
Merge pull request #569 from lioncash/modeswitch
...
Dyncom: Correctly set the ARM modes on dyncom initialization.
10 years ago
bunnei
209ab46bae
Merge pull request #568 from lioncash/assert
...
backend: Add logging subentry for ldr
10 years ago
Lioncash
b7fac494cd
dyncom: Switch the app and system cores into the correct mode at initialization
10 years ago
Lioncash
c3211c9c80
dyncom: Clean up the constructor
...
Some function calls aren't necessary and would be handled by regular initialization routines.
10 years ago
Lioncash
3c474a7d31
backend: Add logging subentry for ldr
...
Fixes an assertion upon executing citra in debug mode.
10 years ago
bunnei
befa556b78
Merge pull request #567 from lioncash/warn
...
dyncom: Remove warning for SXTAH
10 years ago
Lioncash
df9e0c0f81
dyncom: Remove warning for SXTAH
...
This is tested to work correctly.
10 years ago
bunnei
f7cde47911
Merge pull request #561 from Alegend45/master
...
Fix Min and Max blend equations
10 years ago
bunnei
ea54355d95
Merge pull request #565 from lioncash/clean
...
More ARM cleanup
10 years ago
Lioncash
e3f5c6366c
arm: Remove ARMul_EmulateInit
...
This was only used for armemu, which has since been removed. Removed components related to this as well.
10 years ago
bunnei
6ab193bbea
Merge pull request #563 from lioncash/ext
...
armdefs: Remove unnecessary extern C
10 years ago
bunnei
fea21a4742
Merge pull request #564 from yuriks/reupdate-boost
...
Update ext-boost commit again which got reverted by #500
10 years ago
Yuri Kunde Schlesner
bf30dba6c2
Update ext-boost commit again which got reverted by #500
10 years ago
Lioncash
f48b0100a6
armdefs: Remove unnecessary extern C
10 years ago
Darius Goad
5db62cc758
Fix Min and Max blend equations
10 years ago
Tony Wasserka
f990728ad4
Merge pull request #384 from neobrain/vertex_shader_debugger
...
Vertex shader debugger
10 years ago
bunnei
0200414ef9
Merge pull request #558 from kevinhartman/gsp-writereg-mask
...
Implemented WriteHWRegsWithMask for GSP
10 years ago
Kevin Hartman
a56f3f290e
Implemented WriteHWRegsWithMask for GSP.
10 years ago
bunnei
54de697084
Merge pull request #560 from lioncash/arm32
...
arm: Remove ARM26 support.
10 years ago
Lioncash
49a22acd02
arm: Remove ARM26 support.
...
This will never be used. 32-bit is the norm.
10 years ago
bunnei
c51b23b052
Merge pull request #559 from lioncash/clean
...
arm: Some cleanup. Also fixed the initial ARM mode that is emulated.
10 years ago
Lioncash
c94c41f95a
arm: Get rid of some magic constants. Specify proper ARM mode.
...
Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
10 years ago
Lioncash
93cd199633
arm: Change some more constants into enums
10 years ago
Tony Wasserka
12a5cd1d65
citra-qt: Add a vertex shader debugger.
10 years ago
Tony Wasserka
3f649dc9b8
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
10 years ago
bunnei
2fb1e4c9a2
Merge pull request #500 from archshift/assert
...
Made asserts actually break the debugger, or crash if the program is not in debug mode.
10 years ago
archshift
ef24e72b26
Asserts: break/crash program, fit to style guide; log.h->assert.h
...
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
Also removed some GEKKO cruft.
10 years ago
bunnei
168eb27aee
GSP: Fixed typo in SignalInterrupt
10 years ago
bunnei
76e7d41f88
Merge pull request #552 from bunnei/setbufferswap-fix
...
GSP SetBufferSwap fix
10 years ago
bunnei
9eae2400c0
GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.
10 years ago
bunnei
ca22ee3239
Merge pull request #526 from purpasmart96/citra_stubs
...
Services: Stub some functions
10 years ago
bunnei
5b735bdeea
Merge pull request #556 from lioncash/clean
...
arm: Remove TRUE/FALSE defines
10 years ago
bunnei
8f35772bd7
Merge pull request #555 from lioncash/lut
...
arm_dyncom_thumb: Make lookup tables static
10 years ago
bunnei
27e6e6b3cb
Merge pull request #540 from yuriks/multi-archives
...
FS: Allow multiple instances of the same archive type to be open at once
10 years ago
Lioncash
088fab743f
arm: Remove TRUE/FALSE defines
...
- Removed the Debug parameter from ARMul_State since it isn't used.
- Changed ARMul_CoProInit to a void function. It always returned true.
10 years ago
Subv
0d2b6dd656
PTM: Fixed a problem with the gamecoin PTM file.
10 years ago
Subv
1bbf0567b1
Archives: Made the Format function more generic.
10 years ago
Subv
071663e074
Archives: Expose the File and Directory classes to HLE
10 years ago
Subv
ca1a87ef7d
ResultVal: Fixed compilation when reassigning a ResultVal.
10 years ago
Yuri Kunde Schlesner
3f1a3952d7
FS: Allow multiple instances of the same archive type to be open at once
10 years ago
Yuri Kunde Schlesner
4468625080
FS: Get rid of completely useless Archive class
10 years ago
Lioncash
8d2fb3bb2b
arm_dyncom_thumb: Make lookup tables static
...
These don't need to be recreated all the time.
10 years ago
bunnei
67db6aa4ce
Merge pull request #553 from lioncash/denorm
...
vfp: Normalize accumulator for multiply accumulate instructions
10 years ago
bunnei
695beb8dcf
Merge pull request #554 from lioncash/cp15
...
dyncom: Add more regs to MCR/MRC
10 years ago
Lioncash
3eccc66abf
dyncom: Add more regs to MCR/MRC
...
Adds the registers that were left out of some coprocessor ranges.
10 years ago
Lioncash
a86d5e2752
vfp: Normalize accumulator for multiply accumulate instructions
10 years ago