Filiph Sandström
29077f65a2
Add GetTotalStepCount Stub
10 years ago
Filiph Sandström
bf5793c2f8
Update ptm.h
10 years ago
polaris-
ac325ce61a
Add some headers so TravisCI will hopefully work
10 years ago
polaris-
f4520eb266
Use CHAR_BIT instead of 8
10 years ago
polaris-
4e0ae45d99
Handle changes pointed out in comments on PR
10 years ago
polaris-
37b35180c5
Add a register variable to loops
10 years ago
polaris-
6c4f45627c
Update register read loops to go with last commit
10 years ago
polaris-
86a42ff827
Pad responses to gdb for VFP registers
10 years ago
polaris-
82f537482d
Try to add support for VFP registers
10 years ago
polaris-
0de246f668
Fix buffer overflow comments
10 years ago
polaris-
6621f16576
Remove unnecessary new lines, changed Deinit to Shutdown
10 years ago
Gareth Poole
780fd6247f
Loader: Change NCCH header types to be explicitly little-endian
10 years ago
Gareth Poole
1874d33c0b
Loader: Implement encryption check
10 years ago
Emmanuel Gil Peyrot
b0c7762520
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
The LOG_* function itself already appends one.
10 years ago
Gareth Poole
cfeae1a4f5
Fixed spelling errors
10 years ago
Rohit Nirmal
c157d4ddd6
Silence -Wsign-compare warnings.
10 years ago
polaris-
8205925b08
Use BreakpointAddress struct instead of passing address directly
10 years ago
polaris-
1d319e5b46
Implement gdbstub
10 years ago
archshift
976a199623
Expose loader helper functions for identifying files.
10 years ago
Lioncash
42e88c9a16
ivfc_archive: Fix a printf specifier
10 years ago
Emmanuel Gil Peyrot
918f616a46
Service/CFG: Use a constexpr function for country initialization
This fixes a TODO left over from when we supported MSVC 2013.
10 years ago
Martin Lindhe
b36b9d6923
fix some xcode 7.0 warnings
10 years ago
Cruel
aad98addf2
Implement 3dsx RomFS
10 years ago
polaris-
021fab70ac
Implement gdbstub
10 years ago
Lioncash
08147474cb
general: Silence some warnings when using clang
10 years ago
Yuri Kunde Schlesner
318429ff53
Service/CFG: Add default entry for block 0x000A0001 (birthday)
10 years ago
Yuri Kunde Schlesner
6b451adbf2
Service/CFG: Correct flags in 2 default blocks
Verified against a 9.2.0-20 config save
10 years ago
Yuri Kunde Schlesner
737572c283
Service/CFG: Add additional blocks to default save data
These blocks are required by various games to boot.
10 years ago
Yuri Kunde Schlesner
6a8deb9b91
Fix narrowing conversion warning
10 years ago
Yuri Kunde Schlesner
9a28ef260b
Service/CFG: Move several private types from the header to the cpp
10 years ago
Yuri Kunde Schlesner
8fa38e6011
Service/CFG: Clean up default block creation
10 years ago
Yuri Kunde Schlesner
222d77c31a
GSP: Implement command 0x05, used for flushing caches
May fix additional texture caching issues. (Though mostly in homebrew, I
haven't seen any commercial software use this to flush anything but
command lists.)
10 years ago
Lioncash
1ab765ff61
general: Replace 0 literals with nullptr where applicable
10 years ago
Lioncash
5c77b656b8
General: Replace NULL and '0' usages with nullptr where applicable
10 years ago
Lioncash
54fa043c92
General: Fix up doxygen comments
10 years ago
Lioncash
9f37facda2
memory: Get rid of pointer casts
10 years ago
Lioncash
62c80d9331
disk_archive: Remove unimplemented constructor declarations
10 years ago
Lioncash
42f3cbb213
y2r: Give local variables an initial value
Keeps compilers/static analyzers quiet.
10 years ago
archshift
358f54fa1d
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
10 years ago
archshift
0b274a5ca5
Add cam:u service function names to its function table
10 years ago
Yuri Kunde Schlesner
e5bcc24426
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
Cubic Ninja waited for the frame to end by spinning on a loop calling
GetSystemTick while doing nothing else. Since GetSystemTick doesn't
cause a reschedule (which advances time), this meant that very little
emulated time would pass inside that loop, causing the game to spend
most of the frame burning away CPU.
11 years ago
Subv
3334ae7b74
Services/FS: Correctly tell the guest app whether a file was correctly opened or not.
Closes #1067
11 years ago
Yuri Kunde Schlesner
6bef26d764
Kernel: Fix wrong linear heap base on titles using newer kernels
Typo which sneaked in through review on #1025
11 years ago
Yuri Kunde Schlesner
990ff3f241
Kernel: Fix assertion failure when ControlMemory is called with size=0
11 years ago
Yuri Kunde Schlesner
b9b540a222
Core: Improve APT Shared Font hack
Should fix invalid read loops in some games
11 years ago
Lioncash
3fb10e8f62
dyncom: Simplify some comparisons in CondPassed
11 years ago
Lioncash
f8425c3dad
dyncom: Change return type of CondPassed to bool
11 years ago
Yuri Kunde Schlesner
424b0fa646
Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and
multi-threaded timeline view.
11 years ago
Yuri Kunde Schlesner
91fcf7f484
Fix broken boot introduced by last-minute change in #1025
11 years ago
Yuri Kunde Schlesner
209113743f
GPU: Implement TextureCopy-mode display transfers
Fixes glitchy garbage in Fire Emblem 3D scenes.
11 years ago