-
f538d38c98
[Shader JIT] Add index = 3 to indexed register addressing
wheremyfoodat
2023-06-12 00:16:21 +03:00
-
3f2b713c4b
[Shader JIT] Attempt to implement FLR and CALLU
wheremyfoodat
2023-06-11 23:51:45 +03:00
-
137b652840
[Shader JIT] Attempt to add CALLC/JMPC/JMPU/LOOP
wheremyfoodat
2023-06-11 23:43:47 +03:00
-
f9f34d564f
Merge pull request #23 from wheremyfoodat/flush-file
wheremyfoodat
2023-06-11 23:38:36 +03:00
-
-
0c213900bc
[FS] Actually add FlushFile
wheremyfoodat
2023-06-11 23:24:12 +03:00
-
-
71fd8de92f
[Shader JIT] Add MIN
wheremyfoodat
2023-06-11 22:08:02 +03:00
-
ff3c162ebc
Merge branch 'master' into dynapica
wheremyfoodat
2023-06-11 14:44:24 +03:00
-
-
-
-
64ee82d892
Merge pull request #22 from wheremyfoodat/dont_explode_on_vram
wheremyfoodat
2023-06-11 14:43:20 +03:00
-
-
315ab1fa16
Merge branch 'master' into dynapica
wheremyfoodat
2023-06-11 14:43:03 +03:00
-
-
-
-
378258ed0b
[DSP] Fix up warnings/logs
wheremyfoodat
2023-06-11 14:20:13 +03:00
-
cac409593e
Merge pull request #21 from wheremyfoodat/dont_explode_on_vram
wheremyfoodat
2023-06-11 14:12:00 +03:00
-
-
ccd7ef3a23
[DSP] Add other pipes for Picross 3D
wheremyfoodat
2023-06-11 14:11:50 +03:00
-
cf35491fb1
[APT] Stub APT::PreloadLibraryApplet
wheremyfoodat
2023-06-11 13:28:21 +03:00
-
-
cba1ce8fb8
Implement 8-bit VRAM writes
wheremyfoodat
2023-06-11 13:14:35 +03:00
-
-
f2b67a2757
Merge pull request #20 from Wunkolo/savedata-create
wheremyfoodat
2023-06-11 12:51:42 +03:00
-
-
5fa4e9e178
[SaveData] Handle size == 0 in CreateFile
wheremyfoodat
2023-06-11 12:31:42 +03:00
-
8a852d2cab
Implement
SaveDataArchive::createFile
Wunkolo
2023-06-11 01:05:44 -07:00
-
-
48b2af6a17
[Shader JIT] Mix in AVX-128 in some places, fix cmp
wheremyfoodat
2023-06-11 01:49:08 +03:00
-
18df6f9531
[ShaderJIT: MOVA] Fix oopsie
wheremyfoodat
2023-06-10 23:49:42 +03:00
-
239cc3e495
Typo
wheremyfoodat
2023-06-10 23:37:26 +03:00
-
402991a7ce
Comment
wheremyfoodat
2023-06-10 23:33:28 +03:00
-
b5dbc40587
[Shader JIT] Fix CMP instruction when cmpX == cmpY
wheremyfoodat
2023-06-10 23:18:33 +03:00
-
4655ae0842
[Shader JIT] Fix JIT-less build
wheremyfoodat
2023-06-10 22:08:15 +03:00
-
158cbb8be1
[Shader JIT] Improve call/return
wheremyfoodat
2023-06-10 21:50:05 +03:00
-
7e6f267462
[Shader JIT] Implement returning
wheremyfoodat
2023-06-10 18:20:15 +03:00
-
3c0ca97b55
[Shader JIT] Add indexed register addressing
wheremyfoodat
2023-06-10 17:54:07 +03:00
-
5dcd828f66
[ShaderJIT] Implement mova
wheremyfoodat
2023-06-10 17:23:29 +03:00
-
48e25870a5
Add const equvalent for OpenGL::Vector operator[]
wheremyfoodat
2023-06-10 16:09:13 +03:00
-
df414acc23
[ShaderJIT] Migrate to #18
wheremyfoodat
2023-06-10 14:04:15 +03:00
-
b04ad7215b
Clean up some getBits code
wheremyfoodat
2023-06-10 13:22:34 +03:00
-
bf125bf2cf
Merge branch 'master' into dynapica
wheremyfoodat
2023-06-10 12:55:43 +03:00
-
-
-
-
deba1561ce
Merge branch 'master' into dynapica
wheremyfoodat
2023-06-10 12:54:59 +03:00
-
-
fd600a59c1
Merge pull request #18 from Wunkolo/bext
wheremyfoodat
2023-06-10 12:54:31 +03:00
-
-
-
-
75c41a3841
Merge pull request #16 from Wunkolo/build-instruction-fix
wheremyfoodat
2023-06-10 10:53:31 +03:00
-
-
c8506037fa
Merge pull request #17 from Wunkolo/pragma-none
wheremyfoodat
2023-06-10 10:52:54 +03:00
-
-
2c94d0d683
Add
Helpers:{getBits,getBit}
Wunkolo
2023-06-09 21:28:46 -07:00
-
-
-
2edc9d5fb7
Remove
#pragma once from source file
Wunkolo
2023-06-09 20:31:25 -07:00
-
-
e0af6969c6
Fix cmake out-of-source build instructions
Wunkolo
2023-06-09 20:23:14 -07:00
-
-
2cb249927e
[ShaderJIT] FIx crashes, moar instructions
wheremyfoodat
2023-06-10 01:28:28 +03:00
-
1aea8199c5
[ShaderJIT] CALL, DP4, IFC, IFU, MUL, RSQ
wheremyfoodat
2023-06-10 00:58:38 +03:00
-
1fe44c0098
[ShaderJIT] Add cmp
wheremyfoodat
2023-06-09 22:31:06 +03:00
-
ca3ae7a16e
[Shader JIT] Add more function definitions
wheremyfoodat
2023-06-09 17:14:04 +03:00
-
fd411245fa
[Shader JIT] Get first JIT trangle
wheremyfoodat
2023-06-09 02:28:59 +03:00
-
9bb1f31fc9
[ShaderJIT] Add MOV
wheremyfoodat
2023-06-09 00:46:17 +03:00
-
fb11fd4440
Fix merge conflict screwing up everything
wheremyfoodat
2023-06-08 22:50:59 +03:00
-
a8611072ea
Merge branch 'dynapica' of https://github.com/wheremyfoodat/Panda3DS into dynapica
wheremyfoodat
2023-06-08 22:50:30 +03:00
-
-
46a47912d8
[ShaderJIT] Add const qualifier to JIT callbacks
wheremyfoodat
2023-06-08 22:44:57 +03:00
-
d5eea4b58c
[ShaderJIT] Add const qualifier to JIT callbacks
wheremyfoodat
2023-06-08 22:44:57 +03:00
-
-
77cba3110d
[Shader JIT] Add prologue & some more compilation stuffs
wheremyfoodat
2023-06-08 22:22:28 +03:00
-
415e276ef9
[Shader JIT] Moar
wheremyfoodat
2023-06-08 18:51:03 +03:00
-
6a70edca7e
[Shader JIT[ Cache harder
wheremyfoodat
2023-06-07 21:25:46 +03:00
-
4064abfdeb
[Shader JIT] Add caching
wheremyfoodat
2023-06-07 20:33:37 +03:00
-
364443d66f
Moar
wheremyfoodat
2023-06-07 18:22:07 +03:00
-
cf9ed3d460
More shader JIT groundwork
wheremyfoodat
2023-06-07 17:44:46 +03:00
-
bf0436a85b
Add CityHash
wheremyfoodat
2023-06-07 16:59:46 +03:00
-
4541841da5
More boilerplate
wheremyfoodat
2023-06-07 02:57:00 +03:00
-
9ac8817ee3
More vertex loader JIT files
wheremyfoodat
2023-06-07 02:16:22 +03:00
-
31bb1e8e0b
Add Xbyak submodule
wheremyfoodat
2023-06-07 01:01:59 +03:00
-
c7e3343974
Merge pull request #13 from wheremyfoodat/HID
wheremyfoodat
2023-06-06 18:42:53 +03:00
-
-
afb577487c
Maybe fix Mac build
wheremyfoodat
2023-06-06 18:15:27 +03:00
-
b38f72a967
Merge pull request #14 from xkevio/master
wheremyfoodat
2023-06-06 03:24:04 +03:00
-
-
dee81bc62d
Add
<type_traits> header for std::integral_constant
xkevio
2023-06-06 02:11:07 +02:00
-
463c47af4f
Fix GCC build error by correctly including
<utility> header
xkevio
2023-06-06 01:57:07 +02:00
-
-
560b53eb42
Update readme (we have inputs now 😎)
wheremyfoodat
2023-06-06 02:14:57 +03:00
-
dea8b9ec2e
[HID] Redo service
wheremyfoodat
2023-06-06 00:57:48 +03:00
-
629e00251c
[HID] Remap keys
wheremyfoodat
2023-06-05 22:43:59 +03:00
-
0c0e7a4cb9
Clean up srv interface for HID
wheremyfoodat
2023-06-05 15:28:44 +03:00
-
b872650d31
Merge pull request #12 from liuk7071/HID
wheremyfoodat
2023-06-05 14:36:13 +03:00
-
-
608bf88c5f
Basic input
liuk7071
2023-06-05 13:25:06 +02:00
-
-
9ca66f4157
Merge pull request #7 from wheremyfoodat/DSP-n-FS-work
wheremyfoodat
2023-06-03 22:59:45 +03:00
-
-
1b3c17c9a0
Merge branch 'master' into DSP-n-FS-work
wheremyfoodat
2023-06-03 22:51:41 +03:00
-
-
-
-
7cc7dc09f4
[FS] Implement File::Flush and fix file function headers
wheremyfoodat
2023-06-03 22:25:30 +03:00
-
e9a8c2cb2e
ExtSaveData pls
wheremyfoodat
2023-06-03 22:04:26 +03:00
-
b3872dd11f
Add panda
wheremyfoodat
2023-06-03 02:16:20 +03:00
-
e3a087b06d
Create LICENSE.md
wheremyfoodat
2023-06-03 01:47:50 +03:00
-
e831d9f0e5
Update logger.hpp
wheremyfoodat
2023-06-03 01:43:46 +03:00
-
db8138b54d
Update readme.md
wheremyfoodat
2023-06-03 01:42:42 +03:00
-
e1dfeb30b3
Merge pull request #10 from wheremyfoodat/wheremyfoodat-patch-1
wheremyfoodat
2023-06-03 01:41:55 +03:00
-
-
18ee59f0b1
Update readme.md
wheremyfoodat
2023-06-03 01:41:47 +03:00
-
-
7aca2d9818
Merge pull request #9 from wheremyfoodat/meow
wheremyfoodat
2023-06-03 01:40:22 +03:00
-
-
7e40f7d705
Images
wheremyfoodat
2023-06-03 01:39:57 +03:00
-
8d777d9cc3
Merge pull request #8 from wheremyfoodat/meow
wheremyfoodat
2023-06-03 01:36:11 +03:00
-
-
e597cc6835
Create readme.md
wheremyfoodat
2023-06-03 01:23:26 +03:00
-
e3fb364d95
Add DLP::SRVR service
wheremyfoodat
2023-05-27 00:32:43 +03:00
-
b37256e9ea
[DSP] Add missing break
wheremyfoodat
2023-05-18 03:44:29 +03:00
-
e5646a185c
[DSP] Reset audio pipe properly
wheremyfoodat
2023-05-18 03:36:19 +03:00
-
62936ddfac
[DSP] Annotate pipe 2 addresses
wheremyfoodat
2023-05-17 02:34:48 +03:00
-
433fcc9b69
[DSP] Add UnloadComponent
wheremyfoodat
2023-05-17 01:33:39 +03:00
-
fdeb45d188
[DSP] HLE DSP state & some of the audio pipe
wheremyfoodat
2023-05-17 01:17:10 +03:00
-
-
1d6235c903
Create readme.md
wheremyfoodat
2023-06-03 01:23:26 +03:00
-
7034aa27d7
Add DLP::SRVR service
wheremyfoodat
2023-05-27 00:32:43 +03:00
-
4767a2053b
[FS] Better GetFormatInfo
wheremyfoodat
2023-05-20 15:39:31 +03:00
-
01d16fdfd1
[FS] Better DeleteFile, fclose when file session is closed
wheremyfoodat
2023-05-20 02:32:36 +03:00
-
9ec2964695
[FS] Add FormatThisUserSaveData
wheremyfoodat
2023-05-20 01:24:30 +03:00
-
a530350eda
[FS] Media type = 2 is cart, not 1...
wheremyfoodat
2023-05-20 01:04:51 +03:00
-
c7f676efd2
[DSP] Add missing break
wheremyfoodat
2023-05-18 03:44:29 +03:00
-
5a1cc39cb6
[DSP] Reset audio pipe properly
wheremyfoodat
2023-05-18 03:36:19 +03:00
-
6369fc8eb0
[DSP] Annotate pipe 2 addresses
wheremyfoodat
2023-05-17 02:34:48 +03:00
-
35aea21679
[DSP] Add UnloadComponent
wheremyfoodat
2023-05-17 01:33:39 +03:00
-
e7085dd830
[DSP] HLE DSP state & some of the audio pipe
wheremyfoodat
2023-05-17 01:17:10 +03:00