Subv
fa228ca637
Kernel/Threads: Don't immediately switch to the new main thread when loading a new process.
This is necessary for loading multiple processes at the same time.
The main thread will be automatically scheduled when necessary once the scheduler runs.
8 years ago
wwylele
54c0c8adee
HID: fix a comment and a warning
8 years ago
B3n30
5d0a1e7efd
Added missing parts in libnetwork ( #2838 )
* Network: Set and send the game information over enet
Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
8 years ago
wwylele
223bd35450
motion_emu: no need to include thread in header
9 years ago
MerryMage
b67c2dc82c
dsp_dsp: Remove size assertion in LoadComponent
8 years ago
Dave Leaver
bf71fc0342
Fix Spelling/English mistakes
8 years ago
wwylele
686fb3e78c
gl_shader_gen: don't call SampleTexture when bump map is not used
8 years ago
wwylele
188194908c
move MotionEmu from core/frontend to input_common as a InputDevice
9 years ago
wwylele
867eabd6b7
HID: use MotionDevice for Accelerometer and Gyroscope
9 years ago
danzel
8d3f48d0a3
Fix some spelling mistakes
8 years ago
wwylele
945f9a1b04
SwRasterizer/Lighting: implement spot light
8 years ago
wwylele
14ee32c46a
SwRasterizer/Lighting: implement geometric factor
8 years ago
wwylele
599de29ea3
HID: zero unused PadState bits
9 years ago
wwylele
5d9d42f0d0
SwRasterizer/Lighting: use make_tuple instead of constructor
implicit tuple constructor is a c++17 thing, which is not supported by some not-so-old libraries. Play safe for now
9 years ago
mailwl
a6273dd56a
Service/dlp: Update function tables according 3dbrew
9 years ago
James
1a44949ef7
Update cryptopp
9 years ago
Subv
177e8ce655
Services/APT: Use the AppletAttributes union directly when dealing with applet attrs.
9 years ago
Subv
73fba0de46
Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).
This gives each applet type its own set of events as per the real NS module.
9 years ago
wwylele
baa24f4ea9
pica: upload shared shader code to both unit
9 years ago
Andrea Pascal
f55b7aefd9
Quickfix typo in OpenGL 3.3 error message
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
9 years ago
bunnei
fb8de89859
telemetry: Add field for OsPlatform.
9 years ago
bunnei
9390d54bb3
telemetry: Add field for BuildName.
9 years ago
bunnei
5c631ec9c5
telemetry: Add field for RequiresSharedFont.
9 years ago
bunnei
a621ab6853
telemetry_session: Log BuildDate and ProgramName fields.
9 years ago
bunnei
f44a1e0291
common: Add build timestamp to scm_rev.
9 years ago
bunnei
9b8e5bea66
core: Expose AppLoader as a public interface.
9 years ago
bunnei
f5cf9960d9
loader: Expose program title.
9 years ago
wwylele
2252a63f80
SwRasterizer/Lighting: shorten file name
9 years ago
wwylele
eda28266fb
SwRasterizer/Lighting: move to its own file
9 years ago
wwylele
48b4105871
SwRasterizer/Lighting: reduce confusion
9 years ago
wwylele
c59ed47608
SwRasterizer/Lighting: move quaternion normalization to the caller
9 years ago
James
941a722ff1
Handle invalid filenames when renaming files/directories
9 years ago
wwylele
c89f804a01
pica/shader_interpreter: fix off-by-one in LOOP
9 years ago
B3n30
718423e506
Network: Moved NintendoOUI initalization to RoomMember constructor
9 years ago
MerryMage
a08edd67eb
tests: Add tests for vadd
9 years ago
MerryMage
567c3a2ee7
tests: Arm testing framework
9 years ago
Subv
e59ab7c1d6
Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they return an error.
9 years ago
Subv
68596a7068
Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory.
9 years ago
Subv
a9bc417f59
Services/APT: Reset the APT parameter inside CancelParameter if the conditions are met.
9 years ago
Subv
e403638d9b
Services/APT: Properly clear the apt parameter after a successful ReceiveParameter call.
9 years ago
Subv
2dc720c355
Services/APT: Use the right error codes in ReceiveParameter and GlanceParameter when the parameter doesn't exist.
9 years ago
Subv
5682608df7
Services/APT: Use boost::optional for the APT parameter structure.
9 years ago
wwylele
49602139c8
debugger/shader: display LOOP
9 years ago
wwylele
b5609e1578
debugger/shader: print the invert flag for JMPU
9 years ago
wwylele
8375fd2aba
debugger/shader: fix address register for reverted arithmetic op
9 years ago
wwylele
98cd5164c5
debugger/shader: fix inverted uniform flow control
9 years ago
bunnei
df8b9863f9
telemetry: Log performance, configuration, and system data.
9 years ago
B3n30
7dbbd8a02e
stubbed frd::UnscrambleLocalFriendCode ( #2827 )
9 years ago
B3n30
77df82f5d6
Network: Changed timeout for receiving packets to 100ms
9 years ago
B3n30
253d3dd3d8
Network: Propagate Room closing to connected members
9 years ago