mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
PhysicalMemory (Android): fixes compiling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "physicalmemory.h"
|
||||
|
||||
const char* ffDetectPhysicalMemory(FF_A_UNUSED FFlist* result) {
|
||||
const char* ffDetectPhysicalMemory(FFPhysicalMemoryOptions* options, FFlist* result) {
|
||||
FF_UNUSED(options, result);
|
||||
return "Not supported on this platform";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user