ownedbywuigi
a444ebf66f
a
2025-07-08 06:31:22 +01:00
ownedbywuigi
ed7e1a0ebc
woohoo
2025-07-08 06:27:04 +01:00
ownedbywuigi
bda989dc6c
more import progress
2025-07-08 06:22:37 +01:00
ownedbywuigi
bbc104bb56
more import fixing
2025-07-08 06:13:08 +01:00
ownedbywuigi
2016ea50df
PROGRESS YAY
2025-07-08 06:06:30 +01:00
ownedbywuigi
5d45eb41f1
fix import
2025-07-08 06:01:23 +01:00
ownedbywuigi
a1582f620a
this SHOULD fix it
2025-07-08 05:54:34 +01:00
ownedbywuigi
ef2be09c9e
oh i am a blithering idiot
2025-07-08 05:50:08 +01:00
ownedbywuigi
4b14d03800
WGERGHERHETHHHTHTR
2025-07-08 05:43:42 +01:00
ownedbywuigi
bbb9226106
test???
2025-07-08 05:40:14 +01:00
ownedbywuigi
9f0ed9891d
WHAT AM I DOING WRONG AAAAA
2025-07-08 05:38:57 +01:00
ownedbywuigi
e136f89ba2
this COULD fix fmt issues
2025-07-08 05:34:30 +01:00
ownedbywuigi
4b4e858dbc
3rd_Party jumpscare
2025-07-08 05:28:47 +01:00
ownedbywuigi
16d0f50226
maybeeee?
2025-07-08 05:24:09 +01:00
OwnedByWuigi
d4793cc394
Merge pull request #37 from pound-emu/main
...
main to fs test
2025-07-07 17:11:01 +01:00
OwnedByWuigi
121aefbde5
Merge pull request #36 from GloriousTacoo/main
...
filesystem: Add memory arena allocator
2025-07-07 17:10:01 +01:00
Ronald Caesar
d3c97317ef
filesystem: Add memory arena allocator
...
I wanted a fast and predictable memory allocator before I start working on the virtual filesystem.
Functions like malloc and realloc will not be used anymore, instead, the allocator will
need to be passed as a function parameter when doing any kind of heap allocation. For example
char* create_string(Memory::Arena *allocator);
int* create_int_array(Memory::Arena *allocator, int size);
The definition MEMORY_CAPACITY in arena.h sets the amount of memory the arena can use.
The number can be increased as needed.
Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-07-07 11:37:55 -04:00
ownedbywuigi
b57cdbcc77
aaaaaaaaa
2025-07-07 15:57:47 +01:00
ownedbywuigi
b23272d2bb
PLSWORKPLSWORKPLSWORKPLSWORKPLSWORK
2025-07-07 15:49:18 +01:00
ownedbywuigi
432e72fa4c
Add logging and update some files to hopefully fix fmt finally
2025-07-07 15:40:35 +01:00
ownedbywuigi
dc2ac17c3b
Update bis_factory to fix broken fmt source link
2025-07-07 15:31:04 +01:00
ownedbywuigi
04522c424d
move fs to core as a test
2025-07-07 15:22:28 +01:00
ownedbywuigi
d00414da58
Update to add a popup cautioning users of the pre-alpha state of Pound
2025-07-07 14:55:40 +01:00
OwnedByWuigi
ae9ac41219
start work on the windows compiling guide
2025-06-29 11:50:28 -04:00
Xphalnos
4013a42024
Use GPL-2.0
2025-06-24 21:06:25 +02:00
Xphalnos
ab9429552f
Run CPU Test from imgui
2025-06-24 19:39:52 +02:00
OwnedByWuigi
7c6cfd927b
Delete Pound (pr included a prebuilt)
2025-06-23 15:56:10 +01:00
OwnedByWuigi
76dc98318e
Delete build.ninja
2025-06-23 15:55:50 +01:00
OwnedByWuigi
b950ec133a
Merge pull request #30 from ChewicoGIT/main
...
Changed gitignore files
2025-06-23 15:54:58 +01:00
Chewico
0a062d9b4a
Merge branch 'main' of https://github.com/pound-emu/pound
2025-06-23 16:43:41 +02:00
Chewico
1e01836a60
Improved gitignore files
2025-06-23 16:43:30 +02:00
OwnedByWuigi
9a32638216
Merge pull request #29 from ChewicoGIT/main
...
Fixed compilation on Github Actions
2025-06-23 15:36:16 +01:00
OwnedByWuigi
0904808c28
Merge branch 'main' into main
2025-06-23 15:36:05 +01:00
OwnedByWuigi
1c34249d21
add libgl to github actions apt
2025-06-23 15:35:14 +01:00
Chewico
6caecd5c51
Fixed compilation on Github Actions
2025-06-23 16:32:13 +02:00
OwnedByWuigi
bc80f289a8
Merge pull request #28 from ChewicoGIT/main
...
Added ImGui Support
2025-06-23 15:31:01 +01:00
Chewico
c27438f864
Resolved conflicts
2025-06-23 16:22:26 +02:00
Chewico
cda778ff04
Implmented ImGui
2025-06-23 15:58:53 +02:00
Chewico
88de318499
Added ImGui visual debugging.
2025-06-23 15:58:53 +02:00
FlipNand
17d01509b3
Compatibility Table made
2025-06-23 15:58:53 +02:00
SamsonLib
8a4294cd8b
Added Submodule init with bash code block
2025-06-23 15:58:53 +02:00
Chewico
964d0086c6
Fixed compguide.md
2025-06-23 15:58:33 +02:00
OwnedByWuigi
e85efd0cf8
Merge pull request #27 from FlipNand/patch-1
...
Compatibility Table made
2025-06-22 21:39:53 +01:00
FlipNand
d07e905a15
Compatibility Table made
2025-06-22 15:48:21 -04:00
OwnedByWuigi
c5278116ee
Merge pull request #24 from SamsonLib/main
...
Added Submodule init with bash code block and a bit of text
2025-06-21 20:55:13 +01:00
SamsonLib
ba0eac9764
Added Submodule init with bash code block
2025-06-21 23:48:59 +02:00
OwnedByWuigi
39542a15de
Merge pull request #22 from ChewicoGIT/docs
...
Fixed compguide.md
2025-06-21 20:40:28 +01:00
Chewico
971deb39a9
Added a missing line to compguid.md
2025-06-21 21:32:53 +02:00
Chewico
625fc7d20a
Fixed compguid.md docs
2025-06-21 21:29:55 +02:00
Chewico
ce3fe48d32
Fixed compguide.md
2025-06-21 21:21:22 +02:00