◱ PixelyIon
30da6fb163
Improve .gitignore
2019-08-20 23:32:27 +05:30
◱ PixelyIon
9657064740
Fix 32-bit register reading/writing
...
Co-Authored-By: Ryan Teal <rynteal@protonmail.com>
2019-08-19 03:37:47 +05:30
Ryan Teal
9a36d5fcf9
Remove unused include in kernel.cpp
2019-08-18 15:32:52 +01:00
Ryan Teal
d4e2079474
Fix casts in cpu.cpp
2019-08-18 14:08:02 +01:00
◱ PixelyIon
342fee841f
Fix C++ entry and tiny cleanup
2019-08-18 18:31:32 +05:30
Ryan Teal
113bfd059e
Halt execution after unimplemented SVC
2019-08-18 12:40:07 +01:00
◱ PixelyIon
3855daa849
Rename to LightSwitch and emu.lightswitch
2019-08-18 12:57:55 +05:30
◱ PixelyIon
dd51a7d71d
Merge branch 'master' of https://github.com/Cyuubi/Lightswitch
2019-08-18 03:48:34 +05:30
◱ PixelyIon
449f0a0248
Addition of Remapping and Unmapping to Memory class
2019-08-18 03:48:27 +05:30
Starlet Leonhart
47d3a2de9d
Update README
2019-08-16 19:40:27 -04:00
◱ PixelyIon
92c1491a84
Native Code Execution (NCE)
...
It's finally here, we're executing code completely natively. This is something that would completely break the project if it wasn't possible.
2019-08-17 04:34:37 +05:30
Ryan Teal
182729b247
Add logcat to the logger
...
Shame, Pixelylon, shame.
2019-07-26 19:31:42 +01:00
◱ PixelyIon
3bdbe41c13
Fix: Crash if log file is missing + Crash on random interrupt
2019-07-25 02:31:31 +05:30
◱ PixelyIon
696ebde527
Rewrite C++ parts and UI update
...
This update took way way too long to create. However, it was worthwhile. :)
2019-07-25 01:49:43 +05:30
Ryan Teal
fd2bf8ebd5
Merge branch 'master' of https://github.com/Cyuubi/Lightswitch
2019-07-09 22:36:14 +01:00
Ryan Teal
4cd7c985f0
IPC Episode 1 - Prologue
2019-07-09 22:35:51 +01:00
Ryan Teal
d4f1a3735f
Revert "Remove JetBrains folder"
...
This reverts commit 79966d8d22
.
2019-07-07 19:33:39 +01:00
Starlet Leonhart
72d8821032
Merge branch 'master' of https://github.com/lightswitch-emu/Lightswitch
2019-07-07 13:48:15 -04:00
Starlet Leonhart
a1f6cca719
Revert last commit because I fucking suck.
2019-07-07 13:48:11 -04:00
Starlet Leonhart
79966d8d22
Remove JetBrains folder
2019-07-07 13:38:24 -04:00
Starlet Leonhart
18de764e96
Fix something I keep forgetting to do in unicorn.h
2019-07-05 12:33:31 -04:00
Ryan Teal
1e057cb5f9
Add hos/kernel/kernel.cpp to CMake
2019-07-05 13:48:18 +01:00
Ryan Teal
e44f7f8feb
Basic KObject implementation
2019-07-05 13:33:58 +01:00
◱ PixelyIon
c7fafd3f72
Remove pop-up image for non-libnx NROs
2019-07-04 02:21:45 +05:30
◱ PixelyIon
4da7a9cdbc
Support non-libnx NROs
2019-07-04 02:18:43 +05:30
Ryan Teal
2bf88e129d
Remove Picasso leftovers
2019-07-03 21:12:06 +01:00
Ryan Teal
07fb87b441
Use NRO0 verification instead of ASET verification
2019-07-03 21:02:59 +01:00
◱ PixelyIon
012b1df5d8
NRO Validation
...
The NRO files are now validated before they're added to the game list.
2019-07-04 01:25:06 +05:30
Ryan Teal
0eef380781
Implement GetInfo #8 IsCurrentProcessBeingDebugged
2019-07-03 20:53:51 +01:00
◱ PixelyIon
3ed3365d81
UI update: Pop-up Icons
...
The icons of games will now pop-up if you click on them.
2019-07-04 00:49:21 +05:30
◱ PixelyIon
ae6dddf9f6
UI update: Snackbars + NRO Metadata
...
This UI updates adds Snackbar notifications for actions and extracts metadata in the form of an icon, name and author from NRO files to display in the game list.
Co-Authored-By: Ryan Teal <zephyren25@users.noreply.github.com>
2019-07-04 00:14:28 +05:30
Ryan Teal
4921bb41ea
Add the Picasso image loading library
2019-07-03 18:50:44 +01:00
Ryan Teal
bbf02e29e5
Fix hacky icon loading method
2019-07-03 18:42:12 +01:00
Ryan Teal
f0daeebb03
Clean up imports
2019-07-03 18:28:22 +01:00
Ryan Teal
e84e0c7705
Add NRO icon loading
2019-07-03 18:27:49 +01:00
Ryan Teal
892960e8fd
Add launcher icon
2019-07-03 15:58:38 +01:00
Ryan Teal
eb8f9928ed
Add NRO TitleEntry parsing
2019-07-03 15:42:08 +01:00
◱ PixelyIon
15f8c4b5f0
Addition of a UI: Settings and NRO list
...
This update adds a minimal UI.
2019-07-03 04:49:45 +05:30
Starlet Leonhart
d4ddbe9b88
Add title ID in getinfo
2019-07-02 17:55:31 -04:00
Starlet Leonhart
be79abd213
Another minor code clean up, because I'm dumb
2019-07-02 17:51:34 -04:00
Starlet Leonhart
f10e4463fe
Clean up again
2019-07-02 17:48:42 -04:00
Ryan Teal
13b1354a00
Implement svcGetInfo
2019-07-02 22:45:34 +01:00
Starlet Leonhart
040121340a
Minor code cleanup
2019-07-02 17:43:49 -04:00
Ryan Teal
e108d4a0be
Implement svcOutputDebugString
2019-07-02 22:34:08 +01:00
Starlet Leonhart
80955679e0
Remove ARMv7 support, turns out I was talking out of my ass.
2019-07-02 17:32:20 -04:00
Starlet Leonhart
f5971905d8
Nearly forgot the ABI filters
2019-07-02 17:10:12 -04:00
Starlet Leonhart
ca1eb1d7e3
Add ARMv7 libunicorn static library
2019-07-02 17:09:06 -04:00
yvar192
4971eb16b2
update readme a bit
2019-07-02 22:28:52 +02:00
Ryan Teal
f8605a417d
Add SVC handler
2019-07-02 21:04:52 +01:00
Ryan Teal
ffbcf0fb33
Add as include directory
2019-07-02 21:00:57 +01:00