Commit graph

64 commits

Author SHA1 Message Date
Jonian Guveli
d47e964c80 Libretro: Initial implementation 2024-07-04 00:50:13 +03:00
wheremyfoodat
85a17c3fcd
Add UBO support to opengl.hpp 2024-05-13 01:10:44 +03:00
wheremyfoodat
66bcf384f3 Qt: Add file patcher 2024-05-07 23:08:24 +03:00
wheremyfoodat
eab1a12b07 Integrate Capstone disassembler 2024-04-29 00:28:46 +03:00
Wunk
18df066463
Add shader unit-testing (#457)
* Initialize catch-2 based unit tests

* Add nihstro submodule

Enabled only during testing to help with assembling shaders in-code.

* Implement `ADD` instruction unit-test

* Add arithmetic/logical instruction unit tests

* Add embedded catch2 submodule

Will use the host catch2 if available.
2024-03-12 00:53:49 +02:00
Wunk
929019e76b
Refactor build targets into AlberCore (#455)
* Ignore `.cache` folder

* Add `AlberCore` build-target

Separate the AlberCore from its frontends. Allowing two front-ends to interface
with the same core implementation.  This also allows for the core to interface
better with unit-testing.

* Modularize SDL/Qt frontend

Separates all QT/SDL build files and options into the frontend-build-target

* Fix optional OpenGL enablement

Software renderer requires OpenGL, so AlberCore requries OpenGL.

The QT frontend currently requires OpenGL due to `ScreenWidget`

* Fix Android build

* Fix LTO linking

* Fix windows build

`LoadLibrary` is a preprocessor that will use either `LoadLibraryW` or
`LoadLibraryA` depending on if `UNICODE` is defined or not.
In this case we are using an ASCII string literal and and can explicitly
specify the usage of `LoadLibraryA` with an ASCII literal.

* Bonk

* Bonk

---------

Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2024-03-11 19:51:17 +02:00
wheremyfoodat
e71a8bec9c
Update discord-rpc again (#449) 2024-03-07 22:21:31 +02:00
wheremyfoodat
844d954a26 Update discord RPC module to fix AUR build 2024-03-07 20:46:11 +02:00
wheremyfoodat
25d8e5807f
Fix dynarmic submodule (#446)
* Remove dynarmic submodule

* Add dynarmic mirror

* Update oaknut

* Update shader JIT to work with latest oaknut

* Maybe fix oaknut finally

* hlep

* More arm64 shader derps

* Fixing more shader JIT brokenness

* aaaaaaaaaaaa

* Update shader_rec_emitter_arm64.hpp

* Update shader_rec_emitter_arm64.cpp
2024-03-07 19:47:21 +02:00
wheremyfoodat
24705fe67e
Fix boost submodule (#429) 2024-03-05 00:28:58 +02:00
wheremyfoodat
d459cb1d6c
Get audio output working with LLE DSP (#419)
* Implement audio output

* Semi-proper audio output

* Add audio enable and vsync settings

* Add audio enable and vsync settings

* Optimize audio output a bit

* Make max ring buffer timeout smaller

* Make max ring buffer timeout smaller

* Revert to spinlocking for audio sync

* Sleep emulator thread if too many samples queued

* Fix Teakra submodule breaking

* Don't start audio device too soon

* Fix IWYU errors

* Fix compilation errors on GCC/Clang

* Ignore std::hardware_destructive_interference_size on Android NDK

* Fix more IWYU errors
2024-02-24 03:26:23 +02:00
wheremyfoodat
0a51a80d91 Add DSP emulation interface
Co-Authored-By: PSISP <12768103+psi-rockin@users.noreply.github.com>
2024-02-17 00:39:55 +02:00
wheremyfoodat
8cee60ebf5 Merge branch 'master' into delete-emu 2024-02-01 19:16:04 +02:00
wheremyfoodat
c0621d0760 WIP arm64 shader recompiler 2024-01-03 00:39:36 +02:00
wheremyfoodat
fa0ee8a080 Update zep 2023-12-16 17:43:45 +02:00
wheremyfoodat
c30fbd3801 Fix syntax highlighting 2023-12-16 16:54:31 +02:00
wheremyfoodat
c57f2db6c0 [Qt] Add text editor 2023-12-16 15:51:45 +02:00
wheremyfoodat
7b9012671a Add libuv 2023-10-30 19:01:26 +02:00
offtkp
9e30e6a14c destroyContext function stub 2023-10-25 13:43:42 +03:00
offtkp
e35251ac74 Minor hydra gl interface fixup 2023-10-25 13:43:42 +03:00
offtkp
dbacce0c56 Add hydra touch support 2023-10-23 14:02:07 +03:00
wheremyfoodat
3ea29de2ee Update hydra_core 2023-10-21 21:58:54 +03:00
offtkp
4172194479 Implement getFps hc function 2023-10-21 11:55:26 +03:00
offtkp
23636b22fa Hydra core 2023-10-20 19:31:55 +03:00
offtkp
ab83fc1e71 Replace android_ndk_import_module_cpufeatures macro with its declaration 2023-10-18 00:34:35 +03:00
Paris
f0c6930b8d
Update CMakeLists.txt 2023-10-17 01:26:41 +03:00
wheremyfoodat
f9dc9ac94d Add mio submodule 2023-10-06 09:33:15 +03:00
wheremyfoodat
f6634786c1 AAAAAAAAAAAAAAAAAAAAA 2023-09-30 02:52:23 +03:00
wheremyfoodat
2a0c0afff5 Update context_egl.h 2023-09-30 02:33:04 +03:00
wheremyfoodat
53858d7bd7 Update glad_glx.h 2023-09-30 01:58:37 +03:00
wheremyfoodat
6125b7ebf7 Force CI to run :( 2023-09-30 01:50:24 +03:00
wheremyfoodat
0bfa295053 Fix include again 2023-09-30 01:46:12 +03:00
wheremyfoodat
046b334cb5 Fix include 2023-09-30 01:37:27 +03:00
wheremyfoodat
5d9ded47da Fix typo 2023-09-30 01:35:26 +03:00
wheremyfoodat
b908f3efc1 Embed LuaJIT part 1 2023-09-17 16:15:54 +03:00
wheremyfoodat
679eb0f7bc Add Yuzu NFC types header, clean up headers 2023-09-09 15:06:04 +03:00
wheremyfoodat
57cb52d029 Update dynarmic 2023-09-02 20:05:23 +03:00
wheremyfoodat
2e5dc5da07 Set MacOS deployment target & vendor discord-rpc 2023-08-20 00:27:43 +03:00
wheremyfoodat
34b7961c41
Merge branch 'master' into moar-gpu 2023-08-09 17:14:47 +03:00
wheremyfoodat
1c11e2df40
Add Discord RPC (#161)
* Add discord-rpc submodule

* Add Discord RPC

* Fix up Discord status

* Fix CMake because MacOS sucks

* Slightly less hacky fix
2023-08-08 00:23:39 +03:00
wheremyfoodat
952e2a06f9 Move opengl.hpp to third_party 2023-08-04 14:16:56 +03:00
wheremyfoodat
9da11b95d9 Add glm submodule 2023-07-22 21:57:23 +03:00
Wunkolo
c294786846 Add cmrc submodule 2023-07-15 19:00:48 -07:00
wheremyfoodat
334662c0a5 Update dynarmic 2023-07-10 19:48:55 +03:00
offtkp
0949a16e6f Add initial http server stuff 2023-07-10 01:00:08 +03:00
wheremyfoodat
bc3377ac78 Add config class 2023-07-08 16:16:00 +03:00
wheremyfoodat
02d07f29d7 Merge remote-tracking branch 'origin/GamingProcessingUnit' into dynapica 2023-06-27 18:53:59 +03:00
Mary
f3010f0909 misc: Switch from gl3w to glad
Also add more checks on window and context creation.
2023-06-17 11:26:18 +02:00
wheremyfoodat
f82b27ddba Add xxhash 2023-06-14 14:46:11 +03:00
wheremyfoodat
4064abfdeb [Shader JIT] Add caching 2023-06-07 20:33:37 +03:00