Yuri Kunde Schlesner
a188e0fa57
Merge pull request #675 from jroweboy/windows-build-fixes
...
Windows build fixes
10 years ago
Yuri Kunde Schlesner
bb68933894
Merge pull request #762 from yuriks/memmap
...
Memory: Use a table based lookup scheme to read from memory regions
10 years ago
Yuri Kunde Schlesner
dd4430609a
Memory: Use a table based lookup scheme to read from memory regions
10 years ago
Yuri Kunde Schlesner
52158c1b8d
Memory: Read SharedPage directly from Memory::Read
10 years ago
Yuri Kunde Schlesner
ec514b16a6
Memory: Read ConfigMem directly from Memory::Read
10 years ago
Yuri Kunde Schlesner
7ada357b2d
Memmap: Re-organize memory function in two files
...
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
10 years ago
Yuri Kunde Schlesner
a251721bf3
Memmap: Remove unused declarations
10 years ago
bunnei
9f503387dc
Merge pull request #769 from lioncash/cond
...
thread: Fix a conditional check in Reschedule
10 years ago
bunnei
4b542f91ef
Merge pull request #768 from linkmauve/axe-math_utils
...
Continue the axing of common
10 years ago
Lioncash
207087c856
thread: Fix a conditional check in Reschedule
10 years ago
Emmanuel Gil Peyrot
a31fd7f86b
Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.
10 years ago
bunnei
e83bc5b7ee
dyncom: Removed irrelevant log.
10 years ago
bunnei
09c8110e1a
Merge pull request #763 from bunnei/qt-fix-crash
...
Qt: Shutdown emulation session only if EmuThread exists.
10 years ago
bunnei
9e8b703b5e
Merge pull request #765 from lioncash/bkpt
...
dyncom: Fix decoding of BKPT's immediate
10 years ago
bunnei
3d44dc4064
Merge pull request #707 from linkmauve/freedesktop
...
Install a .desktop file to make citra-qt launchable from DE menus
10 years ago
Lioncash
832c130ed1
dyncom: Fix decoding of BKPT's immediate
...
A shift here is intended since the representation is imm12:imm4
10 years ago
Emmanuel Gil Peyrot
d0ee89e2fe
Install a .desktop file to make citra-qt launchable from DE menus.
10 years ago
bunnei
c3bd797917
Qt: Shutdown emulation session only if EmuThread exists.
10 years ago
bunnei
7d21b0663b
Merge pull request #756 from purpasmart96/ptm_service_changes
...
PTM: Changed the ptm services to be like the IR, HID, and APT services.
10 years ago
Yuri Kunde Schlesner
9d8e1f7a92
Merge pull request #760 from yuriks/gpu-profile
...
GPU: add more fine grained profiling for vertex shader and rasterization
10 years ago
Yuri Kunde Schlesner
def5913d19
GPU: Add more fine grained profiling for vertex shader and rasterization
10 years ago
bunnei
cb2b2071a8
Merge pull request #748 from Subv/tls_max
...
Core/Memory: Add TLS support for creating up to 300 threads
10 years ago
bunnei
ee8da4c356
Merge pull request #751 from yuriks/idle-thread
...
Thread: Remove the idle thread
10 years ago
bunnei
6e26d063a5
Merge pull request #757 from Subv/scheduling
...
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called
10 years ago
bunnei
6223496a49
Merge pull request #752 from lioncash/flush
...
vfp: Handle flush-to-zero mode.
10 years ago
bunnei
d22bc68175
Merge pull request #755 from lioncash/mcrr-mrrc
...
dyncom: Stub MCRR and MRRC
10 years ago
Yuri Kunde Schlesner
4f7a055081
Thread: Remove the idle thread
...
Instead just use nullptr to represent no thread is active.
10 years ago
Subv
dda94e56dd
Core/Memory: Add TLS support for creating up to 300 threads
10 years ago
Yuri Kunde Schlesner
820b97787c
Merge pull request #750 from Subv/process_svc
...
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
10 years ago
Subv
dbc1320923
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called
10 years ago
purpasmart96
53130fffd9
PTM: Changed the way the ptm services are handled to be like the
...
IR, HID, and APT services.
10 years ago
Subv
25c010dc7d
fixup!
10 years ago
Lioncash
dc7ac751f2
dyncom: Stub MCRR and MRRC
...
There's no other coprocessor outside the VFP (which has its own VMOV variants) in which the MPCore can send/retrieve data from.
Stubbed so citra won't crash and burn on the odd chance someone actually tries to use these.
10 years ago
archshift
a08bb13e8b
Merge pull request #754 from purpasmart96/nwm_typo_fix
...
NWM_UDS: Fix a typo in the nwm service port name
10 years ago
purpasmart96
046044618d
NWM_UDS: Fix a typo in the nwm service port name
10 years ago
Lioncash
ffc51161f3
vfp: Handle flush-to-zero mode.
10 years ago
bunnei
10eb8b0c02
Merge pull request #749 from yuriks/stack-top
...
Thread: Correctly set main thread initial stack position
10 years ago
Subv
41f74a16fd
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
10 years ago
Tony Wasserka
244ba1a610
Merge pull request #742 from archshift/i4
...
Implement I4 texture format
10 years ago
Yuri Kunde Schlesner
d16c2bd956
Thread: Correctly set main thread initial stack position
10 years ago
archshift
40310e2132
Implement I4 texture format
...
@neobrain, could you confirm that this is correct?
It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
10 years ago
archshift
e98fbadf4a
Merge pull request #740 from yuriks/gsp-shmem
...
Fix crashes due to un-initialized GSP shared memory
10 years ago
Lioncash
2a19de1d09
Merge pull request #741 from Subv/tls
...
Give each emulated thread it's own TLS memory
10 years ago
Subv
115ad8e16a
fixup! Set the TLS address in the scheduler
10 years ago
Subv
000876858d
Core/Memory: Give every emulated thread it's own TLS area.
...
The TLS area for thread T with id Ti is located at TLS_AREA_VADDR + (Ti - 1) * 0x200.
This allows some games like Mario Kart 7 to continue further.
10 years ago
Yuri Kunde Schlesner
fd85367621
fixup! GSP: Small tweaks to shared memory initialization
10 years ago
Yuri Kunde Schlesner
1538a34eda
GSP: Small tweaks to shared memory initialization
10 years ago
Yuri Kunde Schlesner
774eea8374
Kernel: Zero-fill shared memory blocks when mapping
...
This works around crashes related to GSP/HID/etc. shared memory blocks
having garbage values. The proper fix requires proper management of
mapped memory blocks in the process.
10 years ago
Yuri Kunde Schlesner
c96f22490a
Kernel: Capture SharedMemory attributes at creation, not when mapping
10 years ago
bunnei
ba0bfe7d82
Merge pull request #726 from bunnei/gpu-improvements
...
GPU improvements
10 years ago