index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-03-18
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
GPU: Store uploaded GPU macros and keep track of the number of method paramet...
Subv
2018-03-18
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-17
GPU: Renamed ShaderType to ShaderStage as that is less confusing.
Subv
2018-03-17
GPU: Store shader constbuffer bindings in the GPU state.
Subv
2018-03-17
GPU: Corrected some register offsets and removed superfluous macro registers.
Subv
2018-03-17
GPU: Make the SetShader macro call do the same as the real macro's code.
Subv
2018-03-17
GPU: Corrected the parameter documentation for the SetShader macro call.
Subv
2018-03-17
Merge pull request #242 from Subv/set_shader
bunnei
2018-03-16
GPU: Handle the SetShader method call (0xE24) and store the shader config.
Subv
2018-03-16
GPU: Added the vertex array registers.
Subv
2018-03-16
Merge pull request #241 from Subv/gpu_method_call
bunnei
2018-03-16
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-16
Merge pull request #239 from Subv/shaders
bunnei
2018-03-16
GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine.
Subv
2018-03-16
GPU: Added Maxwell registers for Shader Program control.
Subv
2018-03-16
nvflinger: Remove superfluous buffer format check.
bunnei
2018-03-16
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
process: Unmap previously allocated heap.
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
memory: Add regions for map region, "new" map region, etc.
bunnei
2018-03-16
process: Fix stack memory state.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
IGeneralService: fix function list
mailwl
2018-03-16
Service/NIFM: stub cancel function
mailwl
2018-03-16
Service/NIFM: convert to module
mailwl
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-07
Merge pull request #213 from Hexagon12/dynarmic-default
bunnei
2018-03-04
GPU: Intercept writes to the VERTEX_END_GL register.
Subv
2018-03-04
Merge pull request #229 from Subv/ensuresavedata_impl
bunnei
2018-03-04
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-03-03
Merge pull request #226 from Subv/buffer_queue_event
bunnei
2018-03-03
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
Subv
2018-03-03
Service/Set: add more services
mailwl
2018-03-01
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
SaveData: Use the current titleid when opening the savedata archive.
Subv
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-02-27
thread: Clear the process list on shutdown.
Jules Blok
2018-02-27
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-02-26
Removes the use of QKeySequence::Cancel (#186)
Vishal Sharma
2018-02-26
Merge pull request #207 from mailwl/duplicatesession
bunnei
2018-02-25
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
file_sys: Style tweaks
shinyquagsire23
[next]