polaris-
45ed9e7e5e
Use CHAR_BIT instead of 8
10 years ago
polaris-
a5ab8accc2
Handle changes pointed out in comments on PR
10 years ago
polaris-
d1f73c424f
Add a register variable to loops
10 years ago
polaris-
d7e346239b
Update register read loops to go with last commit
10 years ago
polaris-
8a0d848646
Pad responses to gdb for VFP registers
10 years ago
polaris-
53aa55fcaa
Try to add support for VFP registers
10 years ago
polaris-
9f66580d7e
Fix buffer overflow comments
10 years ago
polaris-
2b7316a379
Remove unnecessary new lines, changed Deinit to Shutdown
10 years ago
Gareth Poole
721475420d
Loader: Change NCCH header types to be explicitly little-endian
10 years ago
Gareth Poole
2706394384
Loader: Implement encryption check
10 years ago
Emmanuel Gil Peyrot
14af5919ba
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
The LOG_* function itself already appends one.
10 years ago
Gareth Poole
be217bca70
Fixed spelling errors
10 years ago
Rohit Nirmal
32391cffdd
Silence -Wsign-compare warnings.
10 years ago
polaris-
42928659e8
Use BreakpointAddress struct instead of passing address directly
10 years ago
polaris-
31dee93e84
Implement gdbstub
10 years ago
archshift
bba12520c4
Expose loader helper functions for identifying files.
10 years ago
Lioncash
a97d9613a7
ivfc_archive: Fix a printf specifier
10 years ago
Emmanuel Gil Peyrot
57722fb192
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
bafb7afba2
fix some xcode 7.0 warnings
10 years ago
Cruel
d60a9be5c6
Implement 3dsx RomFS
10 years ago
polaris-
5114d75647
Implement gdbstub
10 years ago
Lioncash
751fbfdcc3
general: Silence some warnings when using clang
10 years ago
Yuri Kunde Schlesner
bbf92a54e5
Service/CFG: Add default entry for block 0x000A0001 (birthday)
10 years ago
Yuri Kunde Schlesner
13a8e39813
Service/CFG: Correct flags in 2 default blocks
Verified against a 9.2.0-20 config save
10 years ago
Yuri Kunde Schlesner
d91f1c0624
Service/CFG: Add additional blocks to default save data
These blocks are required by various games to boot.
10 years ago
Yuri Kunde Schlesner
6c89d4ca26
Fix narrowing conversion warning
10 years ago
Yuri Kunde Schlesner
1fe72dcc04
Service/CFG: Move several private types from the header to the cpp
10 years ago
Yuri Kunde Schlesner
ac4f7b0fde
Service/CFG: Clean up default block creation
10 years ago
Yuri Kunde Schlesner
1ed7f3e028
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
07bfe0abbb
general: Replace 0 literals with nullptr where applicable
10 years ago
Lioncash
60b3fc01a2
General: Replace NULL and '0' usages with nullptr where applicable
10 years ago
Lioncash
d3efa637b4
General: Fix up doxygen comments
10 years ago
Lioncash
9cf1cfe3fd
memory: Get rid of pointer casts
10 years ago
Lioncash
d7bfda3e26
disk_archive: Remove unimplemented constructor declarations
10 years ago
Lioncash
f87093686e
y2r: Give local variables an initial value
Keeps compilers/static analyzers quiet.
10 years ago
archshift
9e8383e296
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
10 years ago
archshift
e0c10019a9
Add cam:u service function names to its function table
10 years ago
Yuri Kunde Schlesner
18c1c39d5e
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
ce6a65cec9
Services/FS: Correctly tell the guest app whether a file was correctly opened or not.
Closes #1067
11 years ago
Yuri Kunde Schlesner
0ee3e2c25e
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
12390eb155
Kernel: Fix assertion failure when ControlMemory is called with size=0
11 years ago
Yuri Kunde Schlesner
687d973980
Core: Improve APT Shared Font hack
Should fix invalid read loops in some games
11 years ago
Lioncash
dc1b024b80
dyncom: Simplify some comparisons in CondPassed
11 years ago
Lioncash
01dd833ffa
dyncom: Change return type of CondPassed to bool
11 years ago
Yuri Kunde Schlesner
0fcabd2b11
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
78735e2ada
Fix broken boot introduced by last-minute change in #1025
11 years ago
Yuri Kunde Schlesner
9ae5a09655
GPU: Implement TextureCopy-mode display transfers
Fixes glitchy garbage in Fire Emblem 3D scenes.
11 years ago
Yuri Kunde Schlesner
840b85690b
Kernel: Remove unused legacy heap MapBlock_* functions
11 years ago
Yuri Kunde Schlesner
38bfbe1b2b
APT: Adjust shared font hack so it works with the new linear heap code
11 years ago
Yuri Kunde Schlesner
14eca982f4
Kernel: Implement svcGetProcessInfo in a basic way
This also adds some basic memory usage accounting. These two types are
used by Super Smash Bros. during startup.
11 years ago