Ac_K
|
f469b968a8
|
HID Implementation (#20)
* Basic HID Implementation
* Basic HID Implementation in Config
* HID Corrections
* HID Corrections 2
|
2018-02-17 20:54:19 -03:00 |
|
gdkchan
|
ebddc40550
|
Add events to shared memory, make it work better with direct memory
|
2018-02-17 18:36:08 -03:00 |
|
gdkchan
|
161193e113
|
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
|
2018-02-17 18:06:11 -03:00 |
|
Cristian Carlesso
|
1df2c5ce7f
|
Gracefully close the app on exit (#12)
* Gracefully close the app on exit
* Application tear down
instead of calling Environment.Exit(0); do a better tear down of the application
|
2018-02-15 09:16:16 -03:00 |
|
gdkchan
|
f68696dc4a
|
Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments
|
2018-02-13 23:43:08 -03:00 |
|
gdkchan
|
18ac1c4045
|
Removed parts of the MMU functionality to use memory directly (faster, but potentially more dangerous, WIP), also changed the Shl/Sshr immediate instructions to use IL instead of calling the method
|
2018-02-07 13:44:48 -03:00 |
|
gdkchan
|
b7e1d9930d
|
aloha
|
2018-02-04 20:08:20 -03:00 |
|